Commit Graph

75 Commits

Author SHA1 Message Date
Mike Fuller
8614b50898 Added DB Security Group Create/List/Delete/Authorize 2015-01-29 17:25:39 +11:00
Mike Fuller
3d431664f7 Added some TODOs for my memory. 2015-01-29 07:31:11 +11:00
Mike Fuller
884bd51604 Added tests add/remove/list tags on option groups 2015-01-29 07:24:03 +11:00
Mike Fuller
e42046aeda extended the list/add/delete tags functions to support more resource types. 2015-01-29 07:15:03 +11:00
Mike Fuller
15fcec9c33 Returning dymanic response for add_tags_to_resource 2015-01-28 10:24:11 +11:00
Mike Fuller
10c0ffc2f2 Added remove_tags_from_resource for rds db and add_tags_to_resource for rds db. 2015-01-28 10:17:55 +11:00
Chris Henry
f78d3b79df Fix json templates to include DBInstance element. 2015-01-27 01:53:42 -05:00
Chris Henry
df036fe207 rds2 model fixes.
* Add the endpoint data to the to_json function.
* Remove the DBInstance key from the to_json template.
2015-01-27 01:28:38 -05:00
Mike Fuller
2dde94c9be Storing tags on create db instance and getting tags back in list_tags_for_resource 2015-01-27 09:04:39 +11:00
Mike Fuller
6232abfe2d Added reboot instance and list_tags_for_resource. Still need to get the tags populated. 2015-01-27 08:21:48 +11:00
Chris Henry
bba08f05b1 Change the describe subnet groups over to json. 2015-01-26 15:38:56 -05:00
Chris Henry
1ccf1191cd Instead of a regex, add a second url pattern 2015-01-26 13:54:40 -05:00
Chris Henry
2352e27c3e Remove todo. 2015-01-26 13:35:28 -05:00
Chris Henry
25d0c0926d Change CREATE_SUBNET_GROUP_TEMPLATE to json. 2015-01-26 13:34:21 -05:00
Chris Henry
850b15d849 Add a to_json method to SubnetGroup. 2015-01-26 13:33:46 -05:00
Chris Henry
4f822f58e8 Loosen the url pattern a bit. I was seeing boto send requests to rds.amazonaws.com 2015-01-26 13:33:11 -05:00
Mike Fuller
242e29a7c1 rds2 modify_db_instance, small code tidy ups 2015-01-22 07:21:49 +11:00
Mike Fuller
4b838f6114 Added some TODOs to ensure I dont forget. 2015-01-21 07:18:56 +11:00
Mike Fuller
6fad81aabf I have delete options for the modify_option_group method but for the life of me. I cannot work out how to use this function to add options to an option_group. 2015-01-21 07:15:47 +11:00
Mike Fuller
dfb33aaad3 Started implementing modify_option_group. 2015-01-20 21:01:34 +11:00
Mike Fuller
a43b002c3a Added describe_option_group_options. 2015-01-20 07:18:52 +11:00
Mike Fuller
503d46d36a Added decribe_option_groups and delete_option_group support 2015-01-19 20:29:32 +11:00
Mike Fuller
40db44f2cd Added Exceptions on create_option_group 2015-01-19 17:03:14 +11:00
Mike Fuller
c6437930de fixed up tests for create_option_group, fixed return json to have major_version correct 2015-01-19 08:06:37 +11:00
Mike Fuller
8c16517f10 building out new RDS2 Mock.
completed:
 * create_db_instance()
 * create_option_group()
2015-01-19 07:38:10 +11:00