aws-sdk-v1-reinteractive 1.67.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +9 -0
  3. data/LICENSE.txt +12 -0
  4. data/README.md +364 -0
  5. data/bin/aws-rb +179 -0
  6. data/ca-bundle.crt +3554 -0
  7. data/endpoints.json +1838 -0
  8. data/lib/aws-sdk-v1.rb +2 -0
  9. data/lib/aws.rb +14 -0
  10. data/lib/aws/api_config/AutoScaling-2011-01-01.yml +1083 -0
  11. data/lib/aws/api_config/CloudFormation-2010-05-15.yml +372 -0
  12. data/lib/aws/api_config/CloudFront-2013-05-12.yml +2448 -0
  13. data/lib/aws/api_config/CloudFront-2013-08-26.yml +2599 -0
  14. data/lib/aws/api_config/CloudFront-2013-09-27.yml +2765 -0
  15. data/lib/aws/api_config/CloudFront-2013-11-11.yml +2886 -0
  16. data/lib/aws/api_config/CloudFront-2013-11-22.yml +2918 -0
  17. data/lib/aws/api_config/CloudFront-2014-01-31.yml +2934 -0
  18. data/lib/aws/api_config/CloudFront-2014-05-31.yml +3100 -0
  19. data/lib/aws/api_config/CloudFront-2014-10-21.yml +3290 -0
  20. data/lib/aws/api_config/CloudFront-2014-11-06.yml +3547 -0
  21. data/lib/aws/api_config/CloudSearch-2011-02-01.yml +681 -0
  22. data/lib/aws/api_config/CloudSearch-2013-01-01.yml +1184 -0
  23. data/lib/aws/api_config/CloudTrail-2013-11-01.yml +130 -0
  24. data/lib/aws/api_config/CloudWatch-2010-08-01.yml +433 -0
  25. data/lib/aws/api_config/DataPipeline-2012-10-29.yml +422 -0
  26. data/lib/aws/api_config/DirectConnect-2012-10-25.yml +735 -0
  27. data/lib/aws/api_config/DynamoDB-2011-12-05.yml +1168 -0
  28. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +2105 -0
  29. data/lib/aws/api_config/EC2-2013-08-15.yml +4708 -0
  30. data/lib/aws/api_config/EC2-2013-10-01.yml +4726 -0
  31. data/lib/aws/api_config/EC2-2013-10-15.yml +4651 -0
  32. data/lib/aws/api_config/EC2-2014-02-01.yml +4755 -0
  33. data/lib/aws/api_config/EC2-2014-05-01.yml +4812 -0
  34. data/lib/aws/api_config/EC2-2014-09-01.yml +4826 -0
  35. data/lib/aws/api_config/EC2-2014-10-01.yml +4969 -0
  36. data/lib/aws/api_config/ELB-2012-06-01.yml +785 -0
  37. data/lib/aws/api_config/EMR-2009-03-31.yml +972 -0
  38. data/lib/aws/api_config/ElastiCache-2013-06-15.yml +1188 -0
  39. data/lib/aws/api_config/ElastiCache-2014-03-24.yml +1375 -0
  40. data/lib/aws/api_config/ElastiCache-2014-07-15.yml +1385 -0
  41. data/lib/aws/api_config/ElastiCache-2014-09-30.yml +1426 -0
  42. data/lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml +854 -0
  43. data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +4179 -0
  44. data/lib/aws/api_config/Glacier-2012-06-01.yml +649 -0
  45. data/lib/aws/api_config/IAM-2010-05-08.yml +1912 -0
  46. data/lib/aws/api_config/ImportExport-2010-06-01.yml +109 -0
  47. data/lib/aws/api_config/Kinesis-2013-12-02.yml +275 -0
  48. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +2324 -0
  49. data/lib/aws/api_config/RDS-2013-05-15.yml +2464 -0
  50. data/lib/aws/api_config/RDS-2013-09-09.yml +2640 -0
  51. data/lib/aws/api_config/RDS-2014-09-01.yml +2796 -0
  52. data/lib/aws/api_config/Redshift-2012-12-01.yml +2577 -0
  53. data/lib/aws/api_config/Route53-2012-12-12.yml +547 -0
  54. data/lib/aws/api_config/Route53-2013-04-01.yml +1093 -0
  55. data/lib/aws/api_config/SNS-2010-03-31.yml +448 -0
  56. data/lib/aws/api_config/SQS-2012-11-05.yml +404 -0
  57. data/lib/aws/api_config/STS-2011-06-15.yml +151 -0
  58. data/lib/aws/api_config/SimpleDB-2009-04-15.yml +306 -0
  59. data/lib/aws/api_config/SimpleEmailService-2010-12-01.yml +346 -0
  60. data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +2426 -0
  61. data/lib/aws/api_config/StorageGateway-2012-06-30.yml +748 -0
  62. data/lib/aws/api_config/StorageGateway-2013-06-30.yml +1025 -0
  63. data/lib/aws/api_config/Support-2013-04-15.yml +489 -0
  64. data/lib/aws/auto_scaling.rb +163 -0
  65. data/lib/aws/auto_scaling/activity.rb +102 -0
  66. data/lib/aws/auto_scaling/activity_collection.rb +81 -0
  67. data/lib/aws/auto_scaling/client.rb +48 -0
  68. data/lib/aws/auto_scaling/config.rb +18 -0
  69. data/lib/aws/auto_scaling/errors.rb +22 -0
  70. data/lib/aws/auto_scaling/group.rb +421 -0
  71. data/lib/aws/auto_scaling/group_collection.rb +96 -0
  72. data/lib/aws/auto_scaling/group_options.rb +155 -0
  73. data/lib/aws/auto_scaling/instance.rb +192 -0
  74. data/lib/aws/auto_scaling/instance_collection.rb +63 -0
  75. data/lib/aws/auto_scaling/launch_configuration.rb +179 -0
  76. data/lib/aws/auto_scaling/launch_configuration_collection.rb +177 -0
  77. data/lib/aws/auto_scaling/notification_configuration.rb +89 -0
  78. data/lib/aws/auto_scaling/notification_configuration_collection.rb +183 -0
  79. data/lib/aws/auto_scaling/scaling_policy.rb +142 -0
  80. data/lib/aws/auto_scaling/scaling_policy_collection.rb +72 -0
  81. data/lib/aws/auto_scaling/scaling_policy_options.rb +65 -0
  82. data/lib/aws/auto_scaling/scheduled_action.rb +141 -0
  83. data/lib/aws/auto_scaling/scheduled_action_collection.rb +202 -0
  84. data/lib/aws/auto_scaling/tag.rb +59 -0
  85. data/lib/aws/auto_scaling/tag_collection.rb +114 -0
  86. data/lib/aws/cloud_formation.rb +272 -0
  87. data/lib/aws/cloud_formation/client.rb +48 -0
  88. data/lib/aws/cloud_formation/config.rb +18 -0
  89. data/lib/aws/cloud_formation/errors.rb +22 -0
  90. data/lib/aws/cloud_formation/stack.rb +266 -0
  91. data/lib/aws/cloud_formation/stack_collection.rb +232 -0
  92. data/lib/aws/cloud_formation/stack_event.rb +73 -0
  93. data/lib/aws/cloud_formation/stack_event_collection.rb +47 -0
  94. data/lib/aws/cloud_formation/stack_options.rb +72 -0
  95. data/lib/aws/cloud_formation/stack_output.rb +53 -0
  96. data/lib/aws/cloud_formation/stack_resource.rb +117 -0
  97. data/lib/aws/cloud_formation/stack_resource_collection.rb +83 -0
  98. data/lib/aws/cloud_formation/stack_resource_summary_collection.rb +64 -0
  99. data/lib/aws/cloud_formation/stack_summary_collection.rb +123 -0
  100. data/lib/aws/cloud_front.rb +72 -0
  101. data/lib/aws/cloud_front/client.rb +65 -0
  102. data/lib/aws/cloud_front/config.rb +18 -0
  103. data/lib/aws/cloud_front/errors.rb +22 -0
  104. data/lib/aws/cloud_search.rb +73 -0
  105. data/lib/aws/cloud_search/client.rb +40 -0
  106. data/lib/aws/cloud_search/config.rb +18 -0
  107. data/lib/aws/cloud_search/errors.rb +22 -0
  108. data/lib/aws/cloud_trail.rb +72 -0
  109. data/lib/aws/cloud_trail/client.rb +35 -0
  110. data/lib/aws/cloud_trail/config.rb +18 -0
  111. data/lib/aws/cloud_trail/errors.rb +22 -0
  112. data/lib/aws/cloud_watch.rb +118 -0
  113. data/lib/aws/cloud_watch/alarm.rb +293 -0
  114. data/lib/aws/cloud_watch/alarm_collection.rb +153 -0
  115. data/lib/aws/cloud_watch/alarm_history_item.rb +50 -0
  116. data/lib/aws/cloud_watch/alarm_history_item_collection.rb +84 -0
  117. data/lib/aws/cloud_watch/client.rb +40 -0
  118. data/lib/aws/cloud_watch/config.rb +18 -0
  119. data/lib/aws/cloud_watch/errors.rb +22 -0
  120. data/lib/aws/cloud_watch/metric.rb +135 -0
  121. data/lib/aws/cloud_watch/metric_alarm_collection.rb +160 -0
  122. data/lib/aws/cloud_watch/metric_collection.rb +129 -0
  123. data/lib/aws/cloud_watch/metric_statistics.rb +69 -0
  124. data/lib/aws/core.rb +698 -0
  125. data/lib/aws/core/async_handle.rb +90 -0
  126. data/lib/aws/core/cacheable.rb +77 -0
  127. data/lib/aws/core/client.rb +787 -0
  128. data/lib/aws/core/collection.rb +263 -0
  129. data/lib/aws/core/collection/simple.rb +82 -0
  130. data/lib/aws/core/collection/with_limit_and_next_token.rb +71 -0
  131. data/lib/aws/core/collection/with_next_token.rb +97 -0
  132. data/lib/aws/core/configuration.rb +528 -0
  133. data/lib/aws/core/credential_providers.rb +662 -0
  134. data/lib/aws/core/data.rb +252 -0
  135. data/lib/aws/core/deprecations.rb +84 -0
  136. data/lib/aws/core/endpoints.rb +37 -0
  137. data/lib/aws/core/http/connection_pool.rb +375 -0
  138. data/lib/aws/core/http/curb_handler.rb +151 -0
  139. data/lib/aws/core/http/handler.rb +89 -0
  140. data/lib/aws/core/http/net_http_handler.rb +145 -0
  141. data/lib/aws/core/http/patch.rb +98 -0
  142. data/lib/aws/core/http/request.rb +259 -0
  143. data/lib/aws/core/http/response.rb +81 -0
  144. data/lib/aws/core/indifferent_hash.rb +88 -0
  145. data/lib/aws/core/inflection.rb +56 -0
  146. data/lib/aws/core/ini_parser.rb +42 -0
  147. data/lib/aws/core/json_client.rb +47 -0
  148. data/lib/aws/core/json_parser.rb +76 -0
  149. data/lib/aws/core/json_request_builder.rb +35 -0
  150. data/lib/aws/core/json_response_parser.rb +79 -0
  151. data/lib/aws/core/lazy_error_classes.rb +108 -0
  152. data/lib/aws/core/log_formatter.rb +428 -0
  153. data/lib/aws/core/managed_file.rb +32 -0
  154. data/lib/aws/core/meta_utils.rb +45 -0
  155. data/lib/aws/core/model.rb +62 -0
  156. data/lib/aws/core/naming.rb +30 -0
  157. data/lib/aws/core/option_grammar.rb +738 -0
  158. data/lib/aws/core/options/json_serializer.rb +82 -0
  159. data/lib/aws/core/options/validator.rb +155 -0
  160. data/lib/aws/core/options/xml_serializer.rb +118 -0
  161. data/lib/aws/core/page_result.rb +75 -0
  162. data/lib/aws/core/policy.rb +941 -0
  163. data/lib/aws/core/query_client.rb +41 -0
  164. data/lib/aws/core/query_error_parser.rb +24 -0
  165. data/lib/aws/core/query_request_builder.rb +47 -0
  166. data/lib/aws/core/query_response_parser.rb +35 -0
  167. data/lib/aws/core/region.rb +85 -0
  168. data/lib/aws/core/region_collection.rb +80 -0
  169. data/lib/aws/core/resource.rb +413 -0
  170. data/lib/aws/core/resource_cache.rb +40 -0
  171. data/lib/aws/core/response.rb +215 -0
  172. data/lib/aws/core/response_cache.rb +50 -0
  173. data/lib/aws/core/rest_error_parser.rb +24 -0
  174. data/lib/aws/core/rest_json_client.rb +40 -0
  175. data/lib/aws/core/rest_request_builder.rb +154 -0
  176. data/lib/aws/core/rest_response_parser.rb +66 -0
  177. data/lib/aws/core/rest_xml_client.rb +47 -0
  178. data/lib/aws/core/service_interface.rb +83 -0
  179. data/lib/aws/core/signers/base.rb +46 -0
  180. data/lib/aws/core/signers/cloud_front.rb +56 -0
  181. data/lib/aws/core/signers/s3.rb +159 -0
  182. data/lib/aws/core/signers/version_2.rb +72 -0
  183. data/lib/aws/core/signers/version_3.rb +86 -0
  184. data/lib/aws/core/signers/version_3_https.rb +61 -0
  185. data/lib/aws/core/signers/version_4.rb +228 -0
  186. data/lib/aws/core/signers/version_4/chunk_signed_stream.rb +191 -0
  187. data/lib/aws/core/uri_escape.rb +44 -0
  188. data/lib/aws/core/xml/frame.rb +246 -0
  189. data/lib/aws/core/xml/frame_stack.rb +85 -0
  190. data/lib/aws/core/xml/grammar.rb +307 -0
  191. data/lib/aws/core/xml/parser.rb +70 -0
  192. data/lib/aws/core/xml/root_frame.rb +65 -0
  193. data/lib/aws/core/xml/sax_handlers/libxml.rb +47 -0
  194. data/lib/aws/core/xml/sax_handlers/nokogiri.rb +56 -0
  195. data/lib/aws/core/xml/sax_handlers/ox.rb +41 -0
  196. data/lib/aws/core/xml/sax_handlers/rexml.rb +47 -0
  197. data/lib/aws/core/xml/stub.rb +123 -0
  198. data/lib/aws/data_pipeline.rb +72 -0
  199. data/lib/aws/data_pipeline/client.rb +36 -0
  200. data/lib/aws/data_pipeline/config.rb +18 -0
  201. data/lib/aws/data_pipeline/errors.rb +20 -0
  202. data/lib/aws/direct_connect.rb +73 -0
  203. data/lib/aws/direct_connect/client.rb +36 -0
  204. data/lib/aws/direct_connect/config.rb +18 -0
  205. data/lib/aws/direct_connect/errors.rb +22 -0
  206. data/lib/aws/dynamo_db.rb +230 -0
  207. data/lib/aws/dynamo_db/attribute_collection.rb +456 -0
  208. data/lib/aws/dynamo_db/batch_get.rb +213 -0
  209. data/lib/aws/dynamo_db/batch_write.rb +254 -0
  210. data/lib/aws/dynamo_db/binary.rb +35 -0
  211. data/lib/aws/dynamo_db/client.rb +129 -0
  212. data/lib/aws/dynamo_db/client/v20111205.rb +1266 -0
  213. data/lib/aws/dynamo_db/client/v20120810.rb +1409 -0
  214. data/lib/aws/dynamo_db/client_v2.rb +44 -0
  215. data/lib/aws/dynamo_db/config.rb +24 -0
  216. data/lib/aws/dynamo_db/errors.rb +20 -0
  217. data/lib/aws/dynamo_db/expectations.rb +40 -0
  218. data/lib/aws/dynamo_db/item.rb +133 -0
  219. data/lib/aws/dynamo_db/item_collection.rb +856 -0
  220. data/lib/aws/dynamo_db/item_data.rb +31 -0
  221. data/lib/aws/dynamo_db/keys.rb +41 -0
  222. data/lib/aws/dynamo_db/primary_key_element.rb +48 -0
  223. data/lib/aws/dynamo_db/resource.rb +33 -0
  224. data/lib/aws/dynamo_db/table.rb +492 -0
  225. data/lib/aws/dynamo_db/table_collection.rb +165 -0
  226. data/lib/aws/dynamo_db/types.rb +111 -0
  227. data/lib/aws/ec2.rb +428 -0
  228. data/lib/aws/ec2/attachment.rb +135 -0
  229. data/lib/aws/ec2/attachment_collection.rb +54 -0
  230. data/lib/aws/ec2/availability_zone.rb +86 -0
  231. data/lib/aws/ec2/availability_zone_collection.rb +43 -0
  232. data/lib/aws/ec2/block_device_mappings.rb +53 -0
  233. data/lib/aws/ec2/client.rb +162 -0
  234. data/lib/aws/ec2/collection.rb +36 -0
  235. data/lib/aws/ec2/config.rb +21 -0
  236. data/lib/aws/ec2/customer_gateway.rb +90 -0
  237. data/lib/aws/ec2/customer_gateway_collection.rb +73 -0
  238. data/lib/aws/ec2/dhcp_options.rb +106 -0
  239. data/lib/aws/ec2/dhcp_options_collection.rb +87 -0
  240. data/lib/aws/ec2/elastic_ip.rb +209 -0
  241. data/lib/aws/ec2/elastic_ip_collection.rb +93 -0
  242. data/lib/aws/ec2/errors.rb +32 -0
  243. data/lib/aws/ec2/export_task.rb +120 -0
  244. data/lib/aws/ec2/export_task_collection.rb +67 -0
  245. data/lib/aws/ec2/filtered_collection.rb +87 -0
  246. data/lib/aws/ec2/has_permissions.rb +44 -0
  247. data/lib/aws/ec2/image.rb +274 -0
  248. data/lib/aws/ec2/image_collection.rb +219 -0
  249. data/lib/aws/ec2/instance.rb +803 -0
  250. data/lib/aws/ec2/instance_collection.rb +403 -0
  251. data/lib/aws/ec2/internet_gateway.rb +122 -0
  252. data/lib/aws/ec2/internet_gateway/attachment.rb +78 -0
  253. data/lib/aws/ec2/internet_gateway_collection.rb +54 -0
  254. data/lib/aws/ec2/key_pair.rb +82 -0
  255. data/lib/aws/ec2/key_pair_collection.rb +99 -0
  256. data/lib/aws/ec2/network_acl.rb +256 -0
  257. data/lib/aws/ec2/network_acl/association.rb +56 -0
  258. data/lib/aws/ec2/network_acl/entry.rb +147 -0
  259. data/lib/aws/ec2/network_acl_collection.rb +64 -0
  260. data/lib/aws/ec2/network_interface.rb +237 -0
  261. data/lib/aws/ec2/network_interface/attachment.rb +100 -0
  262. data/lib/aws/ec2/network_interface_collection.rb +103 -0
  263. data/lib/aws/ec2/permission_collection.rb +174 -0
  264. data/lib/aws/ec2/region.rb +106 -0
  265. data/lib/aws/ec2/region_collection.rb +51 -0
  266. data/lib/aws/ec2/reserved_instances.rb +57 -0
  267. data/lib/aws/ec2/reserved_instances_collection.rb +40 -0
  268. data/lib/aws/ec2/reserved_instances_offering.rb +60 -0
  269. data/lib/aws/ec2/reserved_instances_offering_collection.rb +45 -0
  270. data/lib/aws/ec2/resource.rb +161 -0
  271. data/lib/aws/ec2/resource_tag_collection.rb +211 -0
  272. data/lib/aws/ec2/route_table.rb +210 -0
  273. data/lib/aws/ec2/route_table/association.rb +119 -0
  274. data/lib/aws/ec2/route_table/route.rb +121 -0
  275. data/lib/aws/ec2/route_table_collection.rb +72 -0
  276. data/lib/aws/ec2/security_group.rb +482 -0
  277. data/lib/aws/ec2/security_group/ip_permission.rb +135 -0
  278. data/lib/aws/ec2/security_group/ip_permission_collection.rb +82 -0
  279. data/lib/aws/ec2/security_group_collection.rb +133 -0
  280. data/lib/aws/ec2/snapshot.rb +143 -0
  281. data/lib/aws/ec2/snapshot_collection.rb +131 -0
  282. data/lib/aws/ec2/subnet.rb +161 -0
  283. data/lib/aws/ec2/subnet_collection.rb +119 -0
  284. data/lib/aws/ec2/tag.rb +81 -0
  285. data/lib/aws/ec2/tag_collection.rb +107 -0
  286. data/lib/aws/ec2/tagged_collection.rb +67 -0
  287. data/lib/aws/ec2/tagged_item.rb +85 -0
  288. data/lib/aws/ec2/volume.rb +185 -0
  289. data/lib/aws/ec2/volume_collection.rb +102 -0
  290. data/lib/aws/ec2/vpc.rb +224 -0
  291. data/lib/aws/ec2/vpc_collection.rb +70 -0
  292. data/lib/aws/ec2/vpc_peering_connection.rb +47 -0
  293. data/lib/aws/ec2/vpc_peering_connection_collection.rb +57 -0
  294. data/lib/aws/ec2/vpn_connection.rb +99 -0
  295. data/lib/aws/ec2/vpn_connection/telemetry.rb +49 -0
  296. data/lib/aws/ec2/vpn_connection_collection.rb +96 -0
  297. data/lib/aws/ec2/vpn_gateway.rb +123 -0
  298. data/lib/aws/ec2/vpn_gateway/attachment.rb +45 -0
  299. data/lib/aws/ec2/vpn_gateway_collection.rb +77 -0
  300. data/lib/aws/elastic_beanstalk.rb +49 -0
  301. data/lib/aws/elastic_beanstalk/client.rb +36 -0
  302. data/lib/aws/elastic_beanstalk/config.rb +18 -0
  303. data/lib/aws/elastic_beanstalk/errors.rb +22 -0
  304. data/lib/aws/elastic_transcoder.rb +29 -0
  305. data/lib/aws/elastic_transcoder/client.rb +48 -0
  306. data/lib/aws/elastic_transcoder/config.rb +18 -0
  307. data/lib/aws/elastic_transcoder/errors.rb +23 -0
  308. data/lib/aws/elasticache.rb +49 -0
  309. data/lib/aws/elasticache/client.rb +45 -0
  310. data/lib/aws/elasticache/config.rb +18 -0
  311. data/lib/aws/elasticache/errors.rb +22 -0
  312. data/lib/aws/elb.rb +66 -0
  313. data/lib/aws/elb/availability_zone_collection.rb +138 -0
  314. data/lib/aws/elb/backend_server_policy_collection.rb +139 -0
  315. data/lib/aws/elb/client.rb +35 -0
  316. data/lib/aws/elb/config.rb +18 -0
  317. data/lib/aws/elb/errors.rb +26 -0
  318. data/lib/aws/elb/instance_collection.rb +168 -0
  319. data/lib/aws/elb/listener.rb +190 -0
  320. data/lib/aws/elb/listener_collection.rb +113 -0
  321. data/lib/aws/elb/listener_opts.rb +45 -0
  322. data/lib/aws/elb/load_balancer.rb +280 -0
  323. data/lib/aws/elb/load_balancer_collection.rb +148 -0
  324. data/lib/aws/elb/load_balancer_policy.rb +93 -0
  325. data/lib/aws/elb/load_balancer_policy_collection.rb +208 -0
  326. data/lib/aws/emr.rb +87 -0
  327. data/lib/aws/emr/client.rb +35 -0
  328. data/lib/aws/emr/config.rb +18 -0
  329. data/lib/aws/emr/errors.rb +22 -0
  330. data/lib/aws/emr/instance_group.rb +138 -0
  331. data/lib/aws/emr/instance_group_collection.rb +82 -0
  332. data/lib/aws/emr/job_flow.rb +307 -0
  333. data/lib/aws/emr/job_flow_collection.rb +183 -0
  334. data/lib/aws/errors.rb +162 -0
  335. data/lib/aws/glacier.rb +79 -0
  336. data/lib/aws/glacier/archive.rb +56 -0
  337. data/lib/aws/glacier/archive_collection.rb +146 -0
  338. data/lib/aws/glacier/client.rb +49 -0
  339. data/lib/aws/glacier/config.rb +19 -0
  340. data/lib/aws/glacier/errors.rb +22 -0
  341. data/lib/aws/glacier/resource.rb +30 -0
  342. data/lib/aws/glacier/vault.rb +145 -0
  343. data/lib/aws/glacier/vault_collection.rb +75 -0
  344. data/lib/aws/glacier/vault_notification_configuration.rb +29 -0
  345. data/lib/aws/iam.rb +408 -0
  346. data/lib/aws/iam/access_key.rb +185 -0
  347. data/lib/aws/iam/access_key_collection.rb +128 -0
  348. data/lib/aws/iam/account_alias_collection.rb +79 -0
  349. data/lib/aws/iam/client.rb +49 -0
  350. data/lib/aws/iam/collection.rb +83 -0
  351. data/lib/aws/iam/config.rb +18 -0
  352. data/lib/aws/iam/errors.rb +22 -0
  353. data/lib/aws/iam/group.rb +111 -0
  354. data/lib/aws/iam/group_collection.rb +132 -0
  355. data/lib/aws/iam/group_policy_collection.rb +47 -0
  356. data/lib/aws/iam/group_user_collection.rb +84 -0
  357. data/lib/aws/iam/login_profile.rb +111 -0
  358. data/lib/aws/iam/mfa_device.rb +52 -0
  359. data/lib/aws/iam/mfa_device_collection.rb +127 -0
  360. data/lib/aws/iam/policy.rb +46 -0
  361. data/lib/aws/iam/policy_collection.rb +188 -0
  362. data/lib/aws/iam/resource.rb +62 -0
  363. data/lib/aws/iam/server_certificate.rb +148 -0
  364. data/lib/aws/iam/server_certificate_collection.rb +138 -0
  365. data/lib/aws/iam/signing_certificate.rb +186 -0
  366. data/lib/aws/iam/signing_certificate_collection.rb +131 -0
  367. data/lib/aws/iam/user.rb +200 -0
  368. data/lib/aws/iam/user_collection.rb +133 -0
  369. data/lib/aws/iam/user_group_collection.rb +98 -0
  370. data/lib/aws/iam/user_policy.rb +90 -0
  371. data/lib/aws/iam/user_policy_collection.rb +45 -0
  372. data/lib/aws/iam/virtual_mfa_device.rb +139 -0
  373. data/lib/aws/iam/virtual_mfa_device_collection.rb +73 -0
  374. data/lib/aws/import_export.rb +73 -0
  375. data/lib/aws/import_export/client.rb +35 -0
  376. data/lib/aws/import_export/config.rb +19 -0
  377. data/lib/aws/import_export/errors.rb +22 -0
  378. data/lib/aws/kinesis.rb +53 -0
  379. data/lib/aws/kinesis/client.rb +35 -0
  380. data/lib/aws/kinesis/config.rb +18 -0
  381. data/lib/aws/kinesis/errors.rb +20 -0
  382. data/lib/aws/ops_works.rb +29 -0
  383. data/lib/aws/ops_works/client.rb +35 -0
  384. data/lib/aws/ops_works/config.rb +18 -0
  385. data/lib/aws/ops_works/errors.rb +20 -0
  386. data/lib/aws/rails.rb +195 -0
  387. data/lib/aws/rds.rb +70 -0
  388. data/lib/aws/rds/client.rb +48 -0
  389. data/lib/aws/rds/config.rb +18 -0
  390. data/lib/aws/rds/db_instance.rb +215 -0
  391. data/lib/aws/rds/db_instance_collection.rb +75 -0
  392. data/lib/aws/rds/db_snapshot.rb +163 -0
  393. data/lib/aws/rds/db_snapshot_collection.rb +89 -0
  394. data/lib/aws/rds/errors.rb +22 -0
  395. data/lib/aws/record.rb +139 -0
  396. data/lib/aws/record/abstract_base.rb +689 -0
  397. data/lib/aws/record/attributes.rb +388 -0
  398. data/lib/aws/record/conversion.rb +38 -0
  399. data/lib/aws/record/dirty_tracking.rb +287 -0
  400. data/lib/aws/record/errors.rb +143 -0
  401. data/lib/aws/record/exceptions.rb +51 -0
  402. data/lib/aws/record/hash_model.rb +204 -0
  403. data/lib/aws/record/hash_model/attributes.rb +195 -0
  404. data/lib/aws/record/hash_model/finder_methods.rb +172 -0
  405. data/lib/aws/record/hash_model/scope.rb +108 -0
  406. data/lib/aws/record/model.rb +453 -0
  407. data/lib/aws/record/model/attributes.rb +377 -0
  408. data/lib/aws/record/model/finder_methods.rb +232 -0
  409. data/lib/aws/record/model/scope.rb +212 -0
  410. data/lib/aws/record/naming.rb +31 -0
  411. data/lib/aws/record/scope.rb +203 -0
  412. data/lib/aws/record/validations.rb +694 -0
  413. data/lib/aws/record/validator.rb +246 -0
  414. data/lib/aws/record/validators/acceptance.rb +49 -0
  415. data/lib/aws/record/validators/block.rb +36 -0
  416. data/lib/aws/record/validators/confirmation.rb +41 -0
  417. data/lib/aws/record/validators/count.rb +106 -0
  418. data/lib/aws/record/validators/exclusion.rb +41 -0
  419. data/lib/aws/record/validators/format.rb +55 -0
  420. data/lib/aws/record/validators/inclusion.rb +54 -0
  421. data/lib/aws/record/validators/length.rb +105 -0
  422. data/lib/aws/record/validators/method.rb +31 -0
  423. data/lib/aws/record/validators/numericality.rb +136 -0
  424. data/lib/aws/record/validators/presence.rb +43 -0
  425. data/lib/aws/redshift.rb +51 -0
  426. data/lib/aws/redshift/client.rb +35 -0
  427. data/lib/aws/redshift/config.rb +18 -0
  428. data/lib/aws/redshift/errors.rb +22 -0
  429. data/lib/aws/route_53.rb +86 -0
  430. data/lib/aws/route_53/change_batch.rb +162 -0
  431. data/lib/aws/route_53/change_info.rb +72 -0
  432. data/lib/aws/route_53/client.rb +38 -0
  433. data/lib/aws/route_53/config.rb +18 -0
  434. data/lib/aws/route_53/errors.rb +22 -0
  435. data/lib/aws/route_53/hosted_zone.rb +159 -0
  436. data/lib/aws/route_53/hosted_zone_collection.rb +101 -0
  437. data/lib/aws/route_53/resource_record_set.rb +258 -0
  438. data/lib/aws/route_53/resource_record_set_collection.rb +110 -0
  439. data/lib/aws/s3.rb +160 -0
  440. data/lib/aws/s3/access_control_list.rb +265 -0
  441. data/lib/aws/s3/acl_object.rb +264 -0
  442. data/lib/aws/s3/acl_options.rb +204 -0
  443. data/lib/aws/s3/bucket.rb +743 -0
  444. data/lib/aws/s3/bucket_collection.rb +162 -0
  445. data/lib/aws/s3/bucket_lifecycle_configuration.rb +473 -0
  446. data/lib/aws/s3/bucket_region_cache.rb +51 -0
  447. data/lib/aws/s3/bucket_tag_collection.rb +111 -0
  448. data/lib/aws/s3/bucket_version_collection.rb +79 -0
  449. data/lib/aws/s3/cipher_io.rb +120 -0
  450. data/lib/aws/s3/client.rb +2089 -0
  451. data/lib/aws/s3/client/xml.rb +266 -0
  452. data/lib/aws/s3/config.rb +61 -0
  453. data/lib/aws/s3/cors_rule.rb +108 -0
  454. data/lib/aws/s3/cors_rule_collection.rb +194 -0
  455. data/lib/aws/s3/data_options.rb +191 -0
  456. data/lib/aws/s3/encryption_utils.rb +146 -0
  457. data/lib/aws/s3/errors.rb +94 -0
  458. data/lib/aws/s3/multipart_upload.rb +353 -0
  459. data/lib/aws/s3/multipart_upload_collection.rb +76 -0
  460. data/lib/aws/s3/object_collection.rb +356 -0
  461. data/lib/aws/s3/object_metadata.rb +103 -0
  462. data/lib/aws/s3/object_upload_collection.rb +77 -0
  463. data/lib/aws/s3/object_version.rb +154 -0
  464. data/lib/aws/s3/object_version_collection.rb +89 -0
  465. data/lib/aws/s3/paginated_collection.rb +75 -0
  466. data/lib/aws/s3/policy.rb +74 -0
  467. data/lib/aws/s3/prefix_and_delimiter_collection.rb +47 -0
  468. data/lib/aws/s3/prefixed_collection.rb +85 -0
  469. data/lib/aws/s3/presign_v4.rb +136 -0
  470. data/lib/aws/s3/presigned_post.rb +554 -0
  471. data/lib/aws/s3/region_detection.rb +75 -0
  472. data/lib/aws/s3/request.rb +62 -0
  473. data/lib/aws/s3/s3_object.rb +1795 -0
  474. data/lib/aws/s3/tree.rb +116 -0
  475. data/lib/aws/s3/tree/branch_node.rb +68 -0
  476. data/lib/aws/s3/tree/child_collection.rb +104 -0
  477. data/lib/aws/s3/tree/leaf_node.rb +94 -0
  478. data/lib/aws/s3/tree/node.rb +22 -0
  479. data/lib/aws/s3/tree/parent.rb +87 -0
  480. data/lib/aws/s3/uploaded_part.rb +82 -0
  481. data/lib/aws/s3/uploaded_part_collection.rb +84 -0
  482. data/lib/aws/s3/website_configuration.rb +102 -0
  483. data/lib/aws/simple_db.rb +218 -0
  484. data/lib/aws/simple_db/attribute.rb +156 -0
  485. data/lib/aws/simple_db/attribute_collection.rb +240 -0
  486. data/lib/aws/simple_db/client.rb +67 -0
  487. data/lib/aws/simple_db/config.rb +20 -0
  488. data/lib/aws/simple_db/consistent_read_option.rb +42 -0
  489. data/lib/aws/simple_db/delete_attributes.rb +62 -0
  490. data/lib/aws/simple_db/domain.rb +123 -0
  491. data/lib/aws/simple_db/domain_collection.rb +86 -0
  492. data/lib/aws/simple_db/domain_metadata.rb +110 -0
  493. data/lib/aws/simple_db/errors.rb +55 -0
  494. data/lib/aws/simple_db/expect_condition_option.rb +45 -0
  495. data/lib/aws/simple_db/item.rb +93 -0
  496. data/lib/aws/simple_db/item_collection.rb +654 -0
  497. data/lib/aws/simple_db/item_data.rb +73 -0
  498. data/lib/aws/simple_db/put_attributes.rb +60 -0
  499. data/lib/aws/simple_email_service.rb +443 -0
  500. data/lib/aws/simple_email_service/client.rb +37 -0
  501. data/lib/aws/simple_email_service/config.rb +18 -0
  502. data/lib/aws/simple_email_service/email_address_collection.rb +69 -0
  503. data/lib/aws/simple_email_service/errors.rb +22 -0
  504. data/lib/aws/simple_email_service/identity.rb +230 -0
  505. data/lib/aws/simple_email_service/identity_collection.rb +81 -0
  506. data/lib/aws/simple_email_service/quotas.rb +66 -0
  507. data/lib/aws/simple_workflow.rb +227 -0
  508. data/lib/aws/simple_workflow/activity_task.rb +178 -0
  509. data/lib/aws/simple_workflow/activity_task_collection.rb +123 -0
  510. data/lib/aws/simple_workflow/activity_type.rb +140 -0
  511. data/lib/aws/simple_workflow/activity_type_collection.rb +102 -0
  512. data/lib/aws/simple_workflow/client.rb +69 -0
  513. data/lib/aws/simple_workflow/config.rb +18 -0
  514. data/lib/aws/simple_workflow/count.rb +49 -0
  515. data/lib/aws/simple_workflow/decision_task.rb +617 -0
  516. data/lib/aws/simple_workflow/decision_task_collection.rb +223 -0
  517. data/lib/aws/simple_workflow/domain.rb +122 -0
  518. data/lib/aws/simple_workflow/domain_collection.rb +169 -0
  519. data/lib/aws/simple_workflow/errors.rb +20 -0
  520. data/lib/aws/simple_workflow/history_event.rb +280 -0
  521. data/lib/aws/simple_workflow/history_event_collection.rb +76 -0
  522. data/lib/aws/simple_workflow/option_formatters.rb +86 -0
  523. data/lib/aws/simple_workflow/resource.rb +94 -0
  524. data/lib/aws/simple_workflow/type.rb +89 -0
  525. data/lib/aws/simple_workflow/type_collection.rb +140 -0
  526. data/lib/aws/simple_workflow/workflow_execution.rb +391 -0
  527. data/lib/aws/simple_workflow/workflow_execution_collection.rb +617 -0
  528. data/lib/aws/simple_workflow/workflow_type.rb +186 -0
  529. data/lib/aws/simple_workflow/workflow_type_collection.rb +100 -0
  530. data/lib/aws/sns.rb +76 -0
  531. data/lib/aws/sns/client.rb +35 -0
  532. data/lib/aws/sns/config.rb +18 -0
  533. data/lib/aws/sns/errors.rb +22 -0
  534. data/lib/aws/sns/has_delivery_policy.rb +68 -0
  535. data/lib/aws/sns/message.rb +204 -0
  536. data/lib/aws/sns/originators/from_auto_scaling.rb +68 -0
  537. data/lib/aws/sns/policy.rb +47 -0
  538. data/lib/aws/sns/subscription.rb +165 -0
  539. data/lib/aws/sns/subscription_collection.rb +78 -0
  540. data/lib/aws/sns/topic.rb +403 -0
  541. data/lib/aws/sns/topic_collection.rb +62 -0
  542. data/lib/aws/sns/topic_subscription_collection.rb +54 -0
  543. data/lib/aws/sqs.rb +80 -0
  544. data/lib/aws/sqs/client.rb +53 -0
  545. data/lib/aws/sqs/config.rb +20 -0
  546. data/lib/aws/sqs/errors.rb +125 -0
  547. data/lib/aws/sqs/policy.rb +48 -0
  548. data/lib/aws/sqs/queue.rb +856 -0
  549. data/lib/aws/sqs/queue_collection.rb +186 -0
  550. data/lib/aws/sqs/received_message.rb +190 -0
  551. data/lib/aws/sqs/received_sns_message.rb +116 -0
  552. data/lib/aws/storage_gateway.rb +72 -0
  553. data/lib/aws/storage_gateway/client.rb +42 -0
  554. data/lib/aws/storage_gateway/config.rb +18 -0
  555. data/lib/aws/storage_gateway/errors.rb +22 -0
  556. data/lib/aws/sts.rb +164 -0
  557. data/lib/aws/sts/client.rb +55 -0
  558. data/lib/aws/sts/config.rb +18 -0
  559. data/lib/aws/sts/errors.rb +22 -0
  560. data/lib/aws/sts/federated_session.rb +56 -0
  561. data/lib/aws/sts/policy.rb +30 -0
  562. data/lib/aws/sts/session.rb +48 -0
  563. data/lib/aws/support.rb +29 -0
  564. data/lib/aws/support/client.rb +35 -0
  565. data/lib/aws/support/config.rb +18 -0
  566. data/lib/aws/support/errors.rb +20 -0
  567. data/lib/aws/version.rb +17 -0
  568. data/rails/init.rb +15 -0
  569. metadata +645 -0
@@ -0,0 +1,2640 @@
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :api_version: '2013-09-09'
16
+ :operations:
17
+ - :name: AddSourceIdentifierToSubscription
18
+ :method: :add_source_identifier_to_subscription
19
+ :inputs:
20
+ SubscriptionName:
21
+ - :string
22
+ - :required
23
+ SourceIdentifier:
24
+ - :string
25
+ - :required
26
+ :outputs:
27
+ :children:
28
+ AddSourceIdentifierToSubscriptionResult:
29
+ :ignore: true
30
+ :children:
31
+ EventSubscription:
32
+ :children:
33
+ SourceIdsList:
34
+ :ignore: true
35
+ :children:
36
+ SourceId:
37
+ :rename: :source_ids_list
38
+ :list: true
39
+ EventCategoriesList:
40
+ :ignore: true
41
+ :children:
42
+ EventCategory:
43
+ :rename: :event_categories_list
44
+ :list: true
45
+ Enabled:
46
+ :type: :boolean
47
+ :ignore: true
48
+ - :name: AddTagsToResource
49
+ :method: :add_tags_to_resource
50
+ :inputs:
51
+ ResourceName:
52
+ - :string
53
+ - :required
54
+ Tags:
55
+ - :membered_list:
56
+ - :structure:
57
+ Key:
58
+ - :string
59
+ Value:
60
+ - :string
61
+ - :required
62
+ :outputs:
63
+ :children:
64
+ AddTagsToResourceResult:
65
+ :ignore: true
66
+ - :name: AuthorizeDBSecurityGroupIngress
67
+ :method: :authorize_db_security_group_ingress
68
+ :inputs:
69
+ DBSecurityGroupName:
70
+ - :string
71
+ CIDRIP:
72
+ - :string
73
+ EC2SecurityGroupName:
74
+ - :string
75
+ EC2SecurityGroupId:
76
+ - :string
77
+ EC2SecurityGroupOwnerId:
78
+ - :string
79
+ :outputs:
80
+ :children:
81
+ AuthorizeDBSecurityGroupIngressResult:
82
+ :ignore: true
83
+ :children:
84
+ DBSecurityGroup:
85
+ :children:
86
+ EC2SecurityGroups:
87
+ :ignore: true
88
+ :children:
89
+ EC2SecurityGroup:
90
+ :rename: :ec2_security_groups
91
+ :list: true
92
+ IPRanges:
93
+ :ignore: true
94
+ :children:
95
+ IPRange:
96
+ :rename: :ip_ranges
97
+ :list: true
98
+ :ignore: true
99
+ - :name: CopyDBSnapshot
100
+ :method: :copy_db_snapshot
101
+ :inputs:
102
+ SourceDBSnapshotIdentifier:
103
+ - :string
104
+ - :required
105
+ TargetDBSnapshotIdentifier:
106
+ - :string
107
+ - :required
108
+ Tags:
109
+ - :membered_list:
110
+ - :structure:
111
+ Key:
112
+ - :string
113
+ Value:
114
+ - :string
115
+ :outputs:
116
+ :children:
117
+ CopyDBSnapshotResult:
118
+ :ignore: true
119
+ :children:
120
+ DBSnapshot:
121
+ :children:
122
+ SnapshotCreateTime:
123
+ :type: :time
124
+ AllocatedStorage:
125
+ :type: :integer
126
+ Port:
127
+ :type: :integer
128
+ InstanceCreateTime:
129
+ :type: :time
130
+ Iops:
131
+ :type: :integer
132
+ PercentProgress:
133
+ :type: :integer
134
+ :ignore: true
135
+ - :name: CreateDBInstance
136
+ :method: :create_db_instance
137
+ :inputs:
138
+ DBName:
139
+ - :string
140
+ DBInstanceIdentifier:
141
+ - :string
142
+ - :required
143
+ AllocatedStorage:
144
+ - :integer
145
+ - :required
146
+ DBInstanceClass:
147
+ - :string
148
+ - :required
149
+ Engine:
150
+ - :string
151
+ - :required
152
+ MasterUsername:
153
+ - :string
154
+ - :required
155
+ MasterUserPassword:
156
+ - :string
157
+ - :required
158
+ DBSecurityGroups:
159
+ - :membered_list:
160
+ - :string
161
+ VpcSecurityGroupIds:
162
+ - :membered_list:
163
+ - :string
164
+ AvailabilityZone:
165
+ - :string
166
+ DBSubnetGroupName:
167
+ - :string
168
+ PreferredMaintenanceWindow:
169
+ - :string
170
+ DBParameterGroupName:
171
+ - :string
172
+ BackupRetentionPeriod:
173
+ - :integer
174
+ PreferredBackupWindow:
175
+ - :string
176
+ Port:
177
+ - :integer
178
+ MultiAZ:
179
+ - :boolean
180
+ EngineVersion:
181
+ - :string
182
+ AutoMinorVersionUpgrade:
183
+ - :boolean
184
+ LicenseModel:
185
+ - :string
186
+ Iops:
187
+ - :integer
188
+ OptionGroupName:
189
+ - :string
190
+ CharacterSetName:
191
+ - :string
192
+ PubliclyAccessible:
193
+ - :boolean
194
+ Tags:
195
+ - :membered_list:
196
+ - :structure:
197
+ Key:
198
+ - :string
199
+ Value:
200
+ - :string
201
+ :outputs:
202
+ :children:
203
+ CreateDBInstanceResult:
204
+ :ignore: true
205
+ :children:
206
+ DBInstance:
207
+ :children:
208
+ Endpoint:
209
+ :children:
210
+ Port:
211
+ :type: :integer
212
+ AllocatedStorage:
213
+ :type: :integer
214
+ InstanceCreateTime:
215
+ :type: :time
216
+ BackupRetentionPeriod:
217
+ :type: :integer
218
+ DBSecurityGroups:
219
+ :ignore: true
220
+ :children:
221
+ DBSecurityGroup:
222
+ :rename: :db_security_groups
223
+ :list: true
224
+ VpcSecurityGroups:
225
+ :ignore: true
226
+ :children:
227
+ VpcSecurityGroupMembership:
228
+ :rename: :vpc_security_groups
229
+ :list: true
230
+ DBParameterGroups:
231
+ :ignore: true
232
+ :children:
233
+ DBParameterGroup:
234
+ :rename: :db_parameter_groups
235
+ :list: true
236
+ DBSubnetGroup:
237
+ :children:
238
+ Subnets:
239
+ :ignore: true
240
+ :children:
241
+ Subnet:
242
+ :rename: :subnets
243
+ :list: true
244
+ :children:
245
+ SubnetAvailabilityZone:
246
+ :children:
247
+ ProvisionedIopsCapable:
248
+ :type: :boolean
249
+ PendingModifiedValues:
250
+ :children:
251
+ AllocatedStorage:
252
+ :type: :integer
253
+ Port:
254
+ :type: :integer
255
+ BackupRetentionPeriod:
256
+ :type: :integer
257
+ MultiAZ:
258
+ :type: :boolean
259
+ Iops:
260
+ :type: :integer
261
+ LatestRestorableTime:
262
+ :type: :time
263
+ MultiAZ:
264
+ :type: :boolean
265
+ AutoMinorVersionUpgrade:
266
+ :type: :boolean
267
+ ReadReplicaDBInstanceIdentifiers:
268
+ :ignore: true
269
+ :children:
270
+ ReadReplicaDBInstanceIdentifier:
271
+ :rename: :read_replica_db_instance_identifiers
272
+ :list: true
273
+ Iops:
274
+ :type: :integer
275
+ OptionGroupMemberships:
276
+ :ignore: true
277
+ :children:
278
+ OptionGroupMembership:
279
+ :rename: :option_group_memberships
280
+ :list: true
281
+ PubliclyAccessible:
282
+ :type: :boolean
283
+ StatusInfos:
284
+ :ignore: true
285
+ :children:
286
+ DBInstanceStatusInfo:
287
+ :rename: :status_infos
288
+ :list: true
289
+ :children:
290
+ Normal:
291
+ :type: :boolean
292
+ :ignore: true
293
+ - :name: CreateDBInstanceReadReplica
294
+ :method: :create_db_instance_read_replica
295
+ :inputs:
296
+ DBInstanceIdentifier:
297
+ - :string
298
+ - :required
299
+ SourceDBInstanceIdentifier:
300
+ - :string
301
+ - :required
302
+ DBInstanceClass:
303
+ - :string
304
+ AvailabilityZone:
305
+ - :string
306
+ Port:
307
+ - :integer
308
+ AutoMinorVersionUpgrade:
309
+ - :boolean
310
+ Iops:
311
+ - :integer
312
+ OptionGroupName:
313
+ - :string
314
+ PubliclyAccessible:
315
+ - :boolean
316
+ Tags:
317
+ - :membered_list:
318
+ - :structure:
319
+ Key:
320
+ - :string
321
+ Value:
322
+ - :string
323
+ DBSubnetGroupName:
324
+ - :string
325
+ :outputs:
326
+ :children:
327
+ CreateDBInstanceReadReplicaResult:
328
+ :ignore: true
329
+ :children:
330
+ DBInstance:
331
+ :children:
332
+ Endpoint:
333
+ :children:
334
+ Port:
335
+ :type: :integer
336
+ AllocatedStorage:
337
+ :type: :integer
338
+ InstanceCreateTime:
339
+ :type: :time
340
+ BackupRetentionPeriod:
341
+ :type: :integer
342
+ DBSecurityGroups:
343
+ :ignore: true
344
+ :children:
345
+ DBSecurityGroup:
346
+ :rename: :db_security_groups
347
+ :list: true
348
+ VpcSecurityGroups:
349
+ :ignore: true
350
+ :children:
351
+ VpcSecurityGroupMembership:
352
+ :rename: :vpc_security_groups
353
+ :list: true
354
+ DBParameterGroups:
355
+ :ignore: true
356
+ :children:
357
+ DBParameterGroup:
358
+ :rename: :db_parameter_groups
359
+ :list: true
360
+ DBSubnetGroup:
361
+ :children:
362
+ Subnets:
363
+ :ignore: true
364
+ :children:
365
+ Subnet:
366
+ :rename: :subnets
367
+ :list: true
368
+ :children:
369
+ SubnetAvailabilityZone:
370
+ :children:
371
+ ProvisionedIopsCapable:
372
+ :type: :boolean
373
+ PendingModifiedValues:
374
+ :children:
375
+ AllocatedStorage:
376
+ :type: :integer
377
+ Port:
378
+ :type: :integer
379
+ BackupRetentionPeriod:
380
+ :type: :integer
381
+ MultiAZ:
382
+ :type: :boolean
383
+ Iops:
384
+ :type: :integer
385
+ LatestRestorableTime:
386
+ :type: :time
387
+ MultiAZ:
388
+ :type: :boolean
389
+ AutoMinorVersionUpgrade:
390
+ :type: :boolean
391
+ ReadReplicaDBInstanceIdentifiers:
392
+ :ignore: true
393
+ :children:
394
+ ReadReplicaDBInstanceIdentifier:
395
+ :rename: :read_replica_db_instance_identifiers
396
+ :list: true
397
+ Iops:
398
+ :type: :integer
399
+ OptionGroupMemberships:
400
+ :ignore: true
401
+ :children:
402
+ OptionGroupMembership:
403
+ :rename: :option_group_memberships
404
+ :list: true
405
+ PubliclyAccessible:
406
+ :type: :boolean
407
+ StatusInfos:
408
+ :ignore: true
409
+ :children:
410
+ DBInstanceStatusInfo:
411
+ :rename: :status_infos
412
+ :list: true
413
+ :children:
414
+ Normal:
415
+ :type: :boolean
416
+ :ignore: true
417
+ - :name: CreateDBParameterGroup
418
+ :method: :create_db_parameter_group
419
+ :inputs:
420
+ DBParameterGroupName:
421
+ - :string
422
+ - :required
423
+ DBParameterGroupFamily:
424
+ - :string
425
+ - :required
426
+ Description:
427
+ - :string
428
+ - :required
429
+ Tags:
430
+ - :membered_list:
431
+ - :structure:
432
+ Key:
433
+ - :string
434
+ Value:
435
+ - :string
436
+ :outputs:
437
+ :children:
438
+ CreateDBParameterGroupResult:
439
+ :ignore: true
440
+ :children:
441
+ DBParameterGroup:
442
+ :ignore: true
443
+ - :name: CreateDBSecurityGroup
444
+ :method: :create_db_security_group
445
+ :inputs:
446
+ DBSecurityGroupName:
447
+ - :string
448
+ - :required
449
+ DBSecurityGroupDescription:
450
+ - :string
451
+ - :required
452
+ Tags:
453
+ - :membered_list:
454
+ - :structure:
455
+ Key:
456
+ - :string
457
+ Value:
458
+ - :string
459
+ :outputs:
460
+ :children:
461
+ CreateDBSecurityGroupResult:
462
+ :ignore: true
463
+ :children:
464
+ DBSecurityGroup:
465
+ :children:
466
+ EC2SecurityGroups:
467
+ :ignore: true
468
+ :children:
469
+ EC2SecurityGroup:
470
+ :rename: :ec2_security_groups
471
+ :list: true
472
+ IPRanges:
473
+ :ignore: true
474
+ :children:
475
+ IPRange:
476
+ :rename: :ip_ranges
477
+ :list: true
478
+ :ignore: true
479
+ - :name: CreateDBSnapshot
480
+ :method: :create_db_snapshot
481
+ :inputs:
482
+ DBSnapshotIdentifier:
483
+ - :string
484
+ - :required
485
+ DBInstanceIdentifier:
486
+ - :string
487
+ - :required
488
+ Tags:
489
+ - :membered_list:
490
+ - :structure:
491
+ Key:
492
+ - :string
493
+ Value:
494
+ - :string
495
+ :outputs:
496
+ :children:
497
+ CreateDBSnapshotResult:
498
+ :ignore: true
499
+ :children:
500
+ DBSnapshot:
501
+ :children:
502
+ SnapshotCreateTime:
503
+ :type: :time
504
+ AllocatedStorage:
505
+ :type: :integer
506
+ Port:
507
+ :type: :integer
508
+ InstanceCreateTime:
509
+ :type: :time
510
+ Iops:
511
+ :type: :integer
512
+ PercentProgress:
513
+ :type: :integer
514
+ :ignore: true
515
+ - :name: CreateDBSubnetGroup
516
+ :method: :create_db_subnet_group
517
+ :inputs:
518
+ DBSubnetGroupName:
519
+ - :string
520
+ - :required
521
+ DBSubnetGroupDescription:
522
+ - :string
523
+ - :required
524
+ SubnetIds:
525
+ - :membered_list:
526
+ - :string
527
+ - :required
528
+ Tags:
529
+ - :membered_list:
530
+ - :structure:
531
+ Key:
532
+ - :string
533
+ Value:
534
+ - :string
535
+ :outputs:
536
+ :children:
537
+ CreateDBSubnetGroupResult:
538
+ :ignore: true
539
+ :children:
540
+ DBSubnetGroup:
541
+ :children:
542
+ Subnets:
543
+ :ignore: true
544
+ :children:
545
+ Subnet:
546
+ :rename: :subnets
547
+ :list: true
548
+ :children:
549
+ SubnetAvailabilityZone:
550
+ :children:
551
+ ProvisionedIopsCapable:
552
+ :type: :boolean
553
+ :ignore: true
554
+ - :name: CreateEventSubscription
555
+ :method: :create_event_subscription
556
+ :inputs:
557
+ SubscriptionName:
558
+ - :string
559
+ - :required
560
+ SnsTopicArn:
561
+ - :string
562
+ - :required
563
+ SourceType:
564
+ - :string
565
+ EventCategories:
566
+ - :membered_list:
567
+ - :string
568
+ SourceIds:
569
+ - :membered_list:
570
+ - :string
571
+ Enabled:
572
+ - :boolean
573
+ Tags:
574
+ - :membered_list:
575
+ - :structure:
576
+ Key:
577
+ - :string
578
+ Value:
579
+ - :string
580
+ :outputs:
581
+ :children:
582
+ CreateEventSubscriptionResult:
583
+ :ignore: true
584
+ :children:
585
+ EventSubscription:
586
+ :children:
587
+ SourceIdsList:
588
+ :ignore: true
589
+ :children:
590
+ SourceId:
591
+ :rename: :source_ids_list
592
+ :list: true
593
+ EventCategoriesList:
594
+ :ignore: true
595
+ :children:
596
+ EventCategory:
597
+ :rename: :event_categories_list
598
+ :list: true
599
+ Enabled:
600
+ :type: :boolean
601
+ :ignore: true
602
+ - :name: CreateOptionGroup
603
+ :method: :create_option_group
604
+ :inputs:
605
+ OptionGroupName:
606
+ - :string
607
+ - :required
608
+ EngineName:
609
+ - :string
610
+ - :required
611
+ MajorEngineVersion:
612
+ - :string
613
+ - :required
614
+ OptionGroupDescription:
615
+ - :string
616
+ - :required
617
+ Tags:
618
+ - :membered_list:
619
+ - :structure:
620
+ Key:
621
+ - :string
622
+ Value:
623
+ - :string
624
+ :outputs:
625
+ :children:
626
+ CreateOptionGroupResult:
627
+ :ignore: true
628
+ :children:
629
+ OptionGroup:
630
+ :children:
631
+ Options:
632
+ :ignore: true
633
+ :children:
634
+ Option:
635
+ :rename: :options
636
+ :list: true
637
+ :children:
638
+ Persistent:
639
+ :type: :boolean
640
+ Permanent:
641
+ :type: :boolean
642
+ Port:
643
+ :type: :integer
644
+ OptionSettings:
645
+ :ignore: true
646
+ :children:
647
+ OptionSetting:
648
+ :rename: :option_settings
649
+ :list: true
650
+ :children:
651
+ IsModifiable:
652
+ :type: :boolean
653
+ IsCollection:
654
+ :type: :boolean
655
+ DBSecurityGroupMemberships:
656
+ :ignore: true
657
+ :children:
658
+ DBSecurityGroup:
659
+ :rename: :db_security_group_memberships
660
+ :list: true
661
+ VpcSecurityGroupMemberships:
662
+ :ignore: true
663
+ :children:
664
+ VpcSecurityGroupMembership:
665
+ :rename: :vpc_security_group_memberships
666
+ :list: true
667
+ AllowsVpcAndNonVpcInstanceMemberships:
668
+ :type: :boolean
669
+ :ignore: true
670
+ - :name: DeleteDBInstance
671
+ :method: :delete_db_instance
672
+ :inputs:
673
+ DBInstanceIdentifier:
674
+ - :string
675
+ - :required
676
+ SkipFinalSnapshot:
677
+ - :boolean
678
+ FinalDBSnapshotIdentifier:
679
+ - :string
680
+ :outputs:
681
+ :children:
682
+ DeleteDBInstanceResult:
683
+ :ignore: true
684
+ :children:
685
+ DBInstance:
686
+ :children:
687
+ Endpoint:
688
+ :children:
689
+ Port:
690
+ :type: :integer
691
+ AllocatedStorage:
692
+ :type: :integer
693
+ InstanceCreateTime:
694
+ :type: :time
695
+ BackupRetentionPeriod:
696
+ :type: :integer
697
+ DBSecurityGroups:
698
+ :ignore: true
699
+ :children:
700
+ DBSecurityGroup:
701
+ :rename: :db_security_groups
702
+ :list: true
703
+ VpcSecurityGroups:
704
+ :ignore: true
705
+ :children:
706
+ VpcSecurityGroupMembership:
707
+ :rename: :vpc_security_groups
708
+ :list: true
709
+ DBParameterGroups:
710
+ :ignore: true
711
+ :children:
712
+ DBParameterGroup:
713
+ :rename: :db_parameter_groups
714
+ :list: true
715
+ DBSubnetGroup:
716
+ :children:
717
+ Subnets:
718
+ :ignore: true
719
+ :children:
720
+ Subnet:
721
+ :rename: :subnets
722
+ :list: true
723
+ :children:
724
+ SubnetAvailabilityZone:
725
+ :children:
726
+ ProvisionedIopsCapable:
727
+ :type: :boolean
728
+ PendingModifiedValues:
729
+ :children:
730
+ AllocatedStorage:
731
+ :type: :integer
732
+ Port:
733
+ :type: :integer
734
+ BackupRetentionPeriod:
735
+ :type: :integer
736
+ MultiAZ:
737
+ :type: :boolean
738
+ Iops:
739
+ :type: :integer
740
+ LatestRestorableTime:
741
+ :type: :time
742
+ MultiAZ:
743
+ :type: :boolean
744
+ AutoMinorVersionUpgrade:
745
+ :type: :boolean
746
+ ReadReplicaDBInstanceIdentifiers:
747
+ :ignore: true
748
+ :children:
749
+ ReadReplicaDBInstanceIdentifier:
750
+ :rename: :read_replica_db_instance_identifiers
751
+ :list: true
752
+ Iops:
753
+ :type: :integer
754
+ OptionGroupMemberships:
755
+ :ignore: true
756
+ :children:
757
+ OptionGroupMembership:
758
+ :rename: :option_group_memberships
759
+ :list: true
760
+ PubliclyAccessible:
761
+ :type: :boolean
762
+ StatusInfos:
763
+ :ignore: true
764
+ :children:
765
+ DBInstanceStatusInfo:
766
+ :rename: :status_infos
767
+ :list: true
768
+ :children:
769
+ Normal:
770
+ :type: :boolean
771
+ :ignore: true
772
+ - :name: DeleteDBParameterGroup
773
+ :method: :delete_db_parameter_group
774
+ :inputs:
775
+ DBParameterGroupName:
776
+ - :string
777
+ - :required
778
+ :outputs:
779
+ :children:
780
+ DeleteDBParameterGroupResult:
781
+ :ignore: true
782
+ - :name: DeleteDBSecurityGroup
783
+ :method: :delete_db_security_group
784
+ :inputs:
785
+ DBSecurityGroupName:
786
+ - :string
787
+ - :required
788
+ :outputs:
789
+ :children:
790
+ DeleteDBSecurityGroupResult:
791
+ :ignore: true
792
+ - :name: DeleteDBSnapshot
793
+ :method: :delete_db_snapshot
794
+ :inputs:
795
+ DBSnapshotIdentifier:
796
+ - :string
797
+ - :required
798
+ :outputs:
799
+ :children:
800
+ DeleteDBSnapshotResult:
801
+ :ignore: true
802
+ :children:
803
+ DBSnapshot:
804
+ :children:
805
+ SnapshotCreateTime:
806
+ :type: :time
807
+ AllocatedStorage:
808
+ :type: :integer
809
+ Port:
810
+ :type: :integer
811
+ InstanceCreateTime:
812
+ :type: :time
813
+ Iops:
814
+ :type: :integer
815
+ PercentProgress:
816
+ :type: :integer
817
+ :ignore: true
818
+ - :name: DeleteDBSubnetGroup
819
+ :method: :delete_db_subnet_group
820
+ :inputs:
821
+ DBSubnetGroupName:
822
+ - :string
823
+ - :required
824
+ :outputs:
825
+ :children:
826
+ DeleteDBSubnetGroupResult:
827
+ :ignore: true
828
+ - :name: DeleteEventSubscription
829
+ :method: :delete_event_subscription
830
+ :inputs:
831
+ SubscriptionName:
832
+ - :string
833
+ - :required
834
+ :outputs:
835
+ :children:
836
+ DeleteEventSubscriptionResult:
837
+ :ignore: true
838
+ :children:
839
+ EventSubscription:
840
+ :children:
841
+ SourceIdsList:
842
+ :ignore: true
843
+ :children:
844
+ SourceId:
845
+ :rename: :source_ids_list
846
+ :list: true
847
+ EventCategoriesList:
848
+ :ignore: true
849
+ :children:
850
+ EventCategory:
851
+ :rename: :event_categories_list
852
+ :list: true
853
+ Enabled:
854
+ :type: :boolean
855
+ :ignore: true
856
+ - :name: DeleteOptionGroup
857
+ :method: :delete_option_group
858
+ :inputs:
859
+ OptionGroupName:
860
+ - :string
861
+ - :required
862
+ :outputs:
863
+ :children:
864
+ DeleteOptionGroupResult:
865
+ :ignore: true
866
+ - :name: DescribeDBEngineVersions
867
+ :method: :describe_db_engine_versions
868
+ :inputs:
869
+ Engine:
870
+ - :string
871
+ EngineVersion:
872
+ - :string
873
+ DBParameterGroupFamily:
874
+ - :string
875
+ MaxRecords:
876
+ - :integer
877
+ Marker:
878
+ - :string
879
+ DefaultOnly:
880
+ - :boolean
881
+ ListSupportedCharacterSets:
882
+ - :boolean
883
+ :outputs:
884
+ :children:
885
+ DescribeDBEngineVersionsResult:
886
+ :ignore: true
887
+ :children:
888
+ DBEngineVersions:
889
+ :ignore: true
890
+ :children:
891
+ DBEngineVersion:
892
+ :rename: :db_engine_versions
893
+ :list: true
894
+ :children:
895
+ SupportedCharacterSets:
896
+ :ignore: true
897
+ :children:
898
+ CharacterSet:
899
+ :rename: :supported_character_sets
900
+ :list: true
901
+ - :name: DescribeDBInstances
902
+ :method: :describe_db_instances
903
+ :inputs:
904
+ DBInstanceIdentifier:
905
+ - :string
906
+ Filters:
907
+ - :membered_list:
908
+ - :structure:
909
+ FilterName:
910
+ - :string
911
+ - :required
912
+ FilterValue:
913
+ - :membered_list:
914
+ - :string
915
+ - :required
916
+ MaxRecords:
917
+ - :integer
918
+ Marker:
919
+ - :string
920
+ :outputs:
921
+ :children:
922
+ DescribeDBInstancesResult:
923
+ :ignore: true
924
+ :children:
925
+ DBInstances:
926
+ :ignore: true
927
+ :children:
928
+ DBInstance:
929
+ :rename: :db_instances
930
+ :list: true
931
+ :children:
932
+ Endpoint:
933
+ :children:
934
+ Port:
935
+ :type: :integer
936
+ AllocatedStorage:
937
+ :type: :integer
938
+ InstanceCreateTime:
939
+ :type: :time
940
+ BackupRetentionPeriod:
941
+ :type: :integer
942
+ DBSecurityGroups:
943
+ :ignore: true
944
+ :children:
945
+ DBSecurityGroup:
946
+ :rename: :db_security_groups
947
+ :list: true
948
+ VpcSecurityGroups:
949
+ :ignore: true
950
+ :children:
951
+ VpcSecurityGroupMembership:
952
+ :rename: :vpc_security_groups
953
+ :list: true
954
+ DBParameterGroups:
955
+ :ignore: true
956
+ :children:
957
+ DBParameterGroup:
958
+ :rename: :db_parameter_groups
959
+ :list: true
960
+ DBSubnetGroup:
961
+ :children:
962
+ Subnets:
963
+ :ignore: true
964
+ :children:
965
+ Subnet:
966
+ :rename: :subnets
967
+ :list: true
968
+ :children:
969
+ SubnetAvailabilityZone:
970
+ :children:
971
+ ProvisionedIopsCapable:
972
+ :type: :boolean
973
+ PendingModifiedValues:
974
+ :children:
975
+ AllocatedStorage:
976
+ :type: :integer
977
+ Port:
978
+ :type: :integer
979
+ BackupRetentionPeriod:
980
+ :type: :integer
981
+ MultiAZ:
982
+ :type: :boolean
983
+ Iops:
984
+ :type: :integer
985
+ LatestRestorableTime:
986
+ :type: :time
987
+ MultiAZ:
988
+ :type: :boolean
989
+ AutoMinorVersionUpgrade:
990
+ :type: :boolean
991
+ ReadReplicaDBInstanceIdentifiers:
992
+ :ignore: true
993
+ :children:
994
+ ReadReplicaDBInstanceIdentifier:
995
+ :rename: :read_replica_db_instance_identifiers
996
+ :list: true
997
+ Iops:
998
+ :type: :integer
999
+ OptionGroupMemberships:
1000
+ :ignore: true
1001
+ :children:
1002
+ OptionGroupMembership:
1003
+ :rename: :option_group_memberships
1004
+ :list: true
1005
+ PubliclyAccessible:
1006
+ :type: :boolean
1007
+ StatusInfos:
1008
+ :ignore: true
1009
+ :children:
1010
+ DBInstanceStatusInfo:
1011
+ :rename: :status_infos
1012
+ :list: true
1013
+ :children:
1014
+ Normal:
1015
+ :type: :boolean
1016
+ - :name: DescribeDBLogFiles
1017
+ :method: :describe_db_log_files
1018
+ :inputs:
1019
+ DBInstanceIdentifier:
1020
+ - :string
1021
+ - :required
1022
+ FilenameContains:
1023
+ - :string
1024
+ FileLastWritten:
1025
+ - :long
1026
+ FileSize:
1027
+ - :long
1028
+ MaxRecords:
1029
+ - :integer
1030
+ Marker:
1031
+ - :string
1032
+ :outputs:
1033
+ :children:
1034
+ DescribeDBLogFilesResult:
1035
+ :ignore: true
1036
+ :children:
1037
+ DescribeDBLogFiles:
1038
+ :ignore: true
1039
+ :children:
1040
+ DescribeDBLogFilesDetails:
1041
+ :rename: :describe_db_log_files
1042
+ :list: true
1043
+ :children:
1044
+ LastWritten:
1045
+ :type: :integer
1046
+ Size:
1047
+ :type: :integer
1048
+ - :name: DescribeDBParameterGroups
1049
+ :method: :describe_db_parameter_groups
1050
+ :inputs:
1051
+ DBParameterGroupName:
1052
+ - :string
1053
+ Filters:
1054
+ - :membered_list:
1055
+ - :structure:
1056
+ FilterName:
1057
+ - :string
1058
+ - :required
1059
+ FilterValue:
1060
+ - :membered_list:
1061
+ - :string
1062
+ - :required
1063
+ MaxRecords:
1064
+ - :integer
1065
+ Marker:
1066
+ - :string
1067
+ :outputs:
1068
+ :children:
1069
+ DescribeDBParameterGroupsResult:
1070
+ :ignore: true
1071
+ :children:
1072
+ DBParameterGroups:
1073
+ :ignore: true
1074
+ :children:
1075
+ DBParameterGroup:
1076
+ :rename: :db_parameter_groups
1077
+ :list: true
1078
+ - :name: DescribeDBParameters
1079
+ :method: :describe_db_parameters
1080
+ :inputs:
1081
+ DBParameterGroupName:
1082
+ - :string
1083
+ - :required
1084
+ Source:
1085
+ - :string
1086
+ MaxRecords:
1087
+ - :integer
1088
+ Marker:
1089
+ - :string
1090
+ :outputs:
1091
+ :children:
1092
+ DescribeDBParametersResult:
1093
+ :ignore: true
1094
+ :children:
1095
+ Parameters:
1096
+ :ignore: true
1097
+ :children:
1098
+ Parameter:
1099
+ :rename: :parameters
1100
+ :list: true
1101
+ :children:
1102
+ IsModifiable:
1103
+ :type: :boolean
1104
+ - :name: DescribeDBSecurityGroups
1105
+ :method: :describe_db_security_groups
1106
+ :inputs:
1107
+ DBSecurityGroupName:
1108
+ - :string
1109
+ Filters:
1110
+ - :membered_list:
1111
+ - :structure:
1112
+ FilterName:
1113
+ - :string
1114
+ - :required
1115
+ FilterValue:
1116
+ - :membered_list:
1117
+ - :string
1118
+ - :required
1119
+ MaxRecords:
1120
+ - :integer
1121
+ Marker:
1122
+ - :string
1123
+ :outputs:
1124
+ :children:
1125
+ DescribeDBSecurityGroupsResult:
1126
+ :ignore: true
1127
+ :children:
1128
+ DBSecurityGroups:
1129
+ :ignore: true
1130
+ :children:
1131
+ DBSecurityGroup:
1132
+ :rename: :db_security_groups
1133
+ :list: true
1134
+ :children:
1135
+ EC2SecurityGroups:
1136
+ :ignore: true
1137
+ :children:
1138
+ EC2SecurityGroup:
1139
+ :rename: :ec2_security_groups
1140
+ :list: true
1141
+ IPRanges:
1142
+ :ignore: true
1143
+ :children:
1144
+ IPRange:
1145
+ :rename: :ip_ranges
1146
+ :list: true
1147
+ - :name: DescribeDBSnapshots
1148
+ :method: :describe_db_snapshots
1149
+ :inputs:
1150
+ DBInstanceIdentifier:
1151
+ - :string
1152
+ DBSnapshotIdentifier:
1153
+ - :string
1154
+ SnapshotType:
1155
+ - :string
1156
+ Filters:
1157
+ - :membered_list:
1158
+ - :structure:
1159
+ FilterName:
1160
+ - :string
1161
+ - :required
1162
+ FilterValue:
1163
+ - :membered_list:
1164
+ - :string
1165
+ - :required
1166
+ MaxRecords:
1167
+ - :integer
1168
+ Marker:
1169
+ - :string
1170
+ :outputs:
1171
+ :children:
1172
+ DescribeDBSnapshotsResult:
1173
+ :ignore: true
1174
+ :children:
1175
+ DBSnapshots:
1176
+ :ignore: true
1177
+ :children:
1178
+ DBSnapshot:
1179
+ :rename: :db_snapshots
1180
+ :list: true
1181
+ :children:
1182
+ SnapshotCreateTime:
1183
+ :type: :time
1184
+ AllocatedStorage:
1185
+ :type: :integer
1186
+ Port:
1187
+ :type: :integer
1188
+ InstanceCreateTime:
1189
+ :type: :time
1190
+ Iops:
1191
+ :type: :integer
1192
+ PercentProgress:
1193
+ :type: :integer
1194
+ - :name: DescribeDBSubnetGroups
1195
+ :method: :describe_db_subnet_groups
1196
+ :inputs:
1197
+ DBSubnetGroupName:
1198
+ - :string
1199
+ Filters:
1200
+ - :membered_list:
1201
+ - :structure:
1202
+ FilterName:
1203
+ - :string
1204
+ - :required
1205
+ FilterValue:
1206
+ - :membered_list:
1207
+ - :string
1208
+ - :required
1209
+ MaxRecords:
1210
+ - :integer
1211
+ Marker:
1212
+ - :string
1213
+ :outputs:
1214
+ :children:
1215
+ DescribeDBSubnetGroupsResult:
1216
+ :ignore: true
1217
+ :children:
1218
+ DBSubnetGroups:
1219
+ :ignore: true
1220
+ :children:
1221
+ DBSubnetGroup:
1222
+ :rename: :db_subnet_groups
1223
+ :list: true
1224
+ :children:
1225
+ Subnets:
1226
+ :ignore: true
1227
+ :children:
1228
+ Subnet:
1229
+ :rename: :subnets
1230
+ :list: true
1231
+ :children:
1232
+ SubnetAvailabilityZone:
1233
+ :children:
1234
+ ProvisionedIopsCapable:
1235
+ :type: :boolean
1236
+ - :name: DescribeEngineDefaultParameters
1237
+ :method: :describe_engine_default_parameters
1238
+ :inputs:
1239
+ DBParameterGroupFamily:
1240
+ - :string
1241
+ - :required
1242
+ MaxRecords:
1243
+ - :integer
1244
+ Marker:
1245
+ - :string
1246
+ :outputs:
1247
+ :children:
1248
+ DescribeEngineDefaultParametersResult:
1249
+ :ignore: true
1250
+ :children:
1251
+ EngineDefaults:
1252
+ :children:
1253
+ Parameters:
1254
+ :ignore: true
1255
+ :children:
1256
+ Parameter:
1257
+ :rename: :parameters
1258
+ :list: true
1259
+ :children:
1260
+ IsModifiable:
1261
+ :type: :boolean
1262
+ :ignore: true
1263
+ - :name: DescribeEventCategories
1264
+ :method: :describe_event_categories
1265
+ :inputs:
1266
+ SourceType:
1267
+ - :string
1268
+ :outputs:
1269
+ :children:
1270
+ DescribeEventCategoriesResult:
1271
+ :ignore: true
1272
+ :children:
1273
+ EventCategoriesMapList:
1274
+ :ignore: true
1275
+ :children:
1276
+ EventCategoriesMap:
1277
+ :rename: :event_categories_map_list
1278
+ :list: true
1279
+ :children:
1280
+ EventCategories:
1281
+ :ignore: true
1282
+ :children:
1283
+ EventCategory:
1284
+ :rename: :event_categories
1285
+ :list: true
1286
+ - :name: DescribeEventSubscriptions
1287
+ :method: :describe_event_subscriptions
1288
+ :inputs:
1289
+ SubscriptionName:
1290
+ - :string
1291
+ Filters:
1292
+ - :membered_list:
1293
+ - :structure:
1294
+ FilterName:
1295
+ - :string
1296
+ - :required
1297
+ FilterValue:
1298
+ - :membered_list:
1299
+ - :string
1300
+ - :required
1301
+ MaxRecords:
1302
+ - :integer
1303
+ Marker:
1304
+ - :string
1305
+ :outputs:
1306
+ :children:
1307
+ DescribeEventSubscriptionsResult:
1308
+ :ignore: true
1309
+ :children:
1310
+ EventSubscriptionsList:
1311
+ :ignore: true
1312
+ :children:
1313
+ EventSubscription:
1314
+ :rename: :event_subscriptions_list
1315
+ :list: true
1316
+ :children:
1317
+ SourceIdsList:
1318
+ :ignore: true
1319
+ :children:
1320
+ SourceId:
1321
+ :rename: :source_ids_list
1322
+ :list: true
1323
+ EventCategoriesList:
1324
+ :ignore: true
1325
+ :children:
1326
+ EventCategory:
1327
+ :rename: :event_categories_list
1328
+ :list: true
1329
+ Enabled:
1330
+ :type: :boolean
1331
+ - :name: DescribeEvents
1332
+ :method: :describe_events
1333
+ :inputs:
1334
+ SourceIdentifier:
1335
+ - :string
1336
+ SourceType:
1337
+ - :string
1338
+ StartTime:
1339
+ - :timestamp
1340
+ EndTime:
1341
+ - :timestamp
1342
+ Duration:
1343
+ - :integer
1344
+ EventCategories:
1345
+ - :membered_list:
1346
+ - :string
1347
+ MaxRecords:
1348
+ - :integer
1349
+ Marker:
1350
+ - :string
1351
+ :outputs:
1352
+ :children:
1353
+ DescribeEventsResult:
1354
+ :ignore: true
1355
+ :children:
1356
+ Events:
1357
+ :ignore: true
1358
+ :children:
1359
+ Event:
1360
+ :rename: :events
1361
+ :list: true
1362
+ :children:
1363
+ EventCategories:
1364
+ :ignore: true
1365
+ :children:
1366
+ EventCategory:
1367
+ :rename: :event_categories
1368
+ :list: true
1369
+ Date:
1370
+ :type: :time
1371
+ - :name: DescribeOptionGroupOptions
1372
+ :method: :describe_option_group_options
1373
+ :inputs:
1374
+ EngineName:
1375
+ - :string
1376
+ - :required
1377
+ MajorEngineVersion:
1378
+ - :string
1379
+ MaxRecords:
1380
+ - :integer
1381
+ Marker:
1382
+ - :string
1383
+ :outputs:
1384
+ :children:
1385
+ DescribeOptionGroupOptionsResult:
1386
+ :ignore: true
1387
+ :children:
1388
+ OptionGroupOptions:
1389
+ :ignore: true
1390
+ :children:
1391
+ OptionGroupOption:
1392
+ :rename: :option_group_options
1393
+ :list: true
1394
+ :children:
1395
+ PortRequired:
1396
+ :type: :boolean
1397
+ DefaultPort:
1398
+ :type: :integer
1399
+ OptionsDependedOn:
1400
+ :ignore: true
1401
+ :children:
1402
+ OptionName:
1403
+ :rename: :options_depended_on
1404
+ :list: true
1405
+ Persistent:
1406
+ :type: :boolean
1407
+ Permanent:
1408
+ :type: :boolean
1409
+ OptionGroupOptionSettings:
1410
+ :ignore: true
1411
+ :children:
1412
+ OptionGroupOptionSetting:
1413
+ :rename: :option_group_option_settings
1414
+ :list: true
1415
+ :children:
1416
+ IsModifiable:
1417
+ :type: :boolean
1418
+ - :name: DescribeOptionGroups
1419
+ :method: :describe_option_groups
1420
+ :inputs:
1421
+ OptionGroupName:
1422
+ - :string
1423
+ Filters:
1424
+ - :membered_list:
1425
+ - :structure:
1426
+ FilterName:
1427
+ - :string
1428
+ - :required
1429
+ FilterValue:
1430
+ - :membered_list:
1431
+ - :string
1432
+ - :required
1433
+ Marker:
1434
+ - :string
1435
+ MaxRecords:
1436
+ - :integer
1437
+ EngineName:
1438
+ - :string
1439
+ MajorEngineVersion:
1440
+ - :string
1441
+ :outputs:
1442
+ :children:
1443
+ DescribeOptionGroupsResult:
1444
+ :ignore: true
1445
+ :children:
1446
+ OptionGroupsList:
1447
+ :ignore: true
1448
+ :children:
1449
+ OptionGroup:
1450
+ :rename: :option_groups_list
1451
+ :list: true
1452
+ :children:
1453
+ Options:
1454
+ :ignore: true
1455
+ :children:
1456
+ Option:
1457
+ :rename: :options
1458
+ :list: true
1459
+ :children:
1460
+ Persistent:
1461
+ :type: :boolean
1462
+ Permanent:
1463
+ :type: :boolean
1464
+ Port:
1465
+ :type: :integer
1466
+ OptionSettings:
1467
+ :ignore: true
1468
+ :children:
1469
+ OptionSetting:
1470
+ :rename: :option_settings
1471
+ :list: true
1472
+ :children:
1473
+ IsModifiable:
1474
+ :type: :boolean
1475
+ IsCollection:
1476
+ :type: :boolean
1477
+ DBSecurityGroupMemberships:
1478
+ :ignore: true
1479
+ :children:
1480
+ DBSecurityGroup:
1481
+ :rename: :db_security_group_memberships
1482
+ :list: true
1483
+ VpcSecurityGroupMemberships:
1484
+ :ignore: true
1485
+ :children:
1486
+ VpcSecurityGroupMembership:
1487
+ :rename: :vpc_security_group_memberships
1488
+ :list: true
1489
+ AllowsVpcAndNonVpcInstanceMemberships:
1490
+ :type: :boolean
1491
+ - :name: DescribeOrderableDBInstanceOptions
1492
+ :method: :describe_orderable_db_instance_options
1493
+ :inputs:
1494
+ Engine:
1495
+ - :string
1496
+ - :required
1497
+ EngineVersion:
1498
+ - :string
1499
+ DBInstanceClass:
1500
+ - :string
1501
+ LicenseModel:
1502
+ - :string
1503
+ Vpc:
1504
+ - :boolean
1505
+ MaxRecords:
1506
+ - :integer
1507
+ Marker:
1508
+ - :string
1509
+ :outputs:
1510
+ :children:
1511
+ DescribeOrderableDBInstanceOptionsResult:
1512
+ :ignore: true
1513
+ :children:
1514
+ OrderableDBInstanceOptions:
1515
+ :ignore: true
1516
+ :children:
1517
+ OrderableDBInstanceOption:
1518
+ :rename: :orderable_db_instance_options
1519
+ :list: true
1520
+ :children:
1521
+ AvailabilityZones:
1522
+ :ignore: true
1523
+ :children:
1524
+ AvailabilityZone:
1525
+ :rename: :availability_zones
1526
+ :list: true
1527
+ :children:
1528
+ ProvisionedIopsCapable:
1529
+ :type: :boolean
1530
+ MultiAZCapable:
1531
+ :type: :boolean
1532
+ ReadReplicaCapable:
1533
+ :type: :boolean
1534
+ Vpc:
1535
+ :type: :boolean
1536
+ - :name: DescribeReservedDBInstances
1537
+ :method: :describe_reserved_db_instances
1538
+ :inputs:
1539
+ ReservedDBInstanceId:
1540
+ - :string
1541
+ ReservedDBInstancesOfferingId:
1542
+ - :string
1543
+ DBInstanceClass:
1544
+ - :string
1545
+ Duration:
1546
+ - :string
1547
+ ProductDescription:
1548
+ - :string
1549
+ OfferingType:
1550
+ - :string
1551
+ MultiAZ:
1552
+ - :boolean
1553
+ Filters:
1554
+ - :membered_list:
1555
+ - :structure:
1556
+ FilterName:
1557
+ - :string
1558
+ - :required
1559
+ FilterValue:
1560
+ - :membered_list:
1561
+ - :string
1562
+ - :required
1563
+ MaxRecords:
1564
+ - :integer
1565
+ Marker:
1566
+ - :string
1567
+ :outputs:
1568
+ :children:
1569
+ DescribeReservedDBInstancesResult:
1570
+ :ignore: true
1571
+ :children:
1572
+ ReservedDBInstances:
1573
+ :ignore: true
1574
+ :children:
1575
+ ReservedDBInstance:
1576
+ :rename: :reserved_db_instances
1577
+ :list: true
1578
+ :children:
1579
+ StartTime:
1580
+ :type: :time
1581
+ Duration:
1582
+ :type: :integer
1583
+ FixedPrice:
1584
+ :type: :float
1585
+ UsagePrice:
1586
+ :type: :float
1587
+ DBInstanceCount:
1588
+ :type: :integer
1589
+ MultiAZ:
1590
+ :type: :boolean
1591
+ RecurringCharges:
1592
+ :ignore: true
1593
+ :children:
1594
+ RecurringCharge:
1595
+ :rename: :recurring_charges
1596
+ :list: true
1597
+ :children:
1598
+ RecurringChargeAmount:
1599
+ :type: :float
1600
+ - :name: DescribeReservedDBInstancesOfferings
1601
+ :method: :describe_reserved_db_instances_offerings
1602
+ :inputs:
1603
+ ReservedDBInstancesOfferingId:
1604
+ - :string
1605
+ DBInstanceClass:
1606
+ - :string
1607
+ Duration:
1608
+ - :string
1609
+ ProductDescription:
1610
+ - :string
1611
+ OfferingType:
1612
+ - :string
1613
+ MultiAZ:
1614
+ - :boolean
1615
+ MaxRecords:
1616
+ - :integer
1617
+ Marker:
1618
+ - :string
1619
+ :outputs:
1620
+ :children:
1621
+ DescribeReservedDBInstancesOfferingsResult:
1622
+ :ignore: true
1623
+ :children:
1624
+ ReservedDBInstancesOfferings:
1625
+ :ignore: true
1626
+ :children:
1627
+ ReservedDBInstancesOffering:
1628
+ :rename: :reserved_db_instances_offerings
1629
+ :list: true
1630
+ :children:
1631
+ Duration:
1632
+ :type: :integer
1633
+ FixedPrice:
1634
+ :type: :float
1635
+ UsagePrice:
1636
+ :type: :float
1637
+ MultiAZ:
1638
+ :type: :boolean
1639
+ RecurringCharges:
1640
+ :ignore: true
1641
+ :children:
1642
+ RecurringCharge:
1643
+ :rename: :recurring_charges
1644
+ :list: true
1645
+ :children:
1646
+ RecurringChargeAmount:
1647
+ :type: :float
1648
+ - :name: DownloadDBLogFilePortion
1649
+ :method: :download_db_log_file_portion
1650
+ :inputs:
1651
+ DBInstanceIdentifier:
1652
+ - :string
1653
+ LogFileName:
1654
+ - :string
1655
+ Marker:
1656
+ - :string
1657
+ NumberOfLines:
1658
+ - :integer
1659
+ :outputs:
1660
+ :children:
1661
+ DownloadDBLogFilePortionResult:
1662
+ :ignore: true
1663
+ :children:
1664
+ AdditionalDataPending:
1665
+ :type: :boolean
1666
+ - :name: ListTagsForResource
1667
+ :method: :list_tags_for_resource
1668
+ :inputs:
1669
+ ResourceName:
1670
+ - :string
1671
+ - :required
1672
+ :outputs:
1673
+ :children:
1674
+ ListTagsForResourceResult:
1675
+ :ignore: true
1676
+ :children:
1677
+ TagList:
1678
+ :ignore: true
1679
+ :children:
1680
+ Tag:
1681
+ :rename: :tag_list
1682
+ :list: true
1683
+ - :name: ModifyDBInstance
1684
+ :method: :modify_db_instance
1685
+ :inputs:
1686
+ DBInstanceIdentifier:
1687
+ - :string
1688
+ - :required
1689
+ AllocatedStorage:
1690
+ - :integer
1691
+ DBInstanceClass:
1692
+ - :string
1693
+ DBSecurityGroups:
1694
+ - :membered_list:
1695
+ - :string
1696
+ VpcSecurityGroupIds:
1697
+ - :membered_list:
1698
+ - :string
1699
+ ApplyImmediately:
1700
+ - :boolean
1701
+ MasterUserPassword:
1702
+ - :string
1703
+ DBParameterGroupName:
1704
+ - :string
1705
+ BackupRetentionPeriod:
1706
+ - :integer
1707
+ PreferredBackupWindow:
1708
+ - :string
1709
+ PreferredMaintenanceWindow:
1710
+ - :string
1711
+ MultiAZ:
1712
+ - :boolean
1713
+ EngineVersion:
1714
+ - :string
1715
+ AllowMajorVersionUpgrade:
1716
+ - :boolean
1717
+ AutoMinorVersionUpgrade:
1718
+ - :boolean
1719
+ Iops:
1720
+ - :integer
1721
+ OptionGroupName:
1722
+ - :string
1723
+ NewDBInstanceIdentifier:
1724
+ - :string
1725
+ :outputs:
1726
+ :children:
1727
+ ModifyDBInstanceResult:
1728
+ :ignore: true
1729
+ :children:
1730
+ DBInstance:
1731
+ :children:
1732
+ Endpoint:
1733
+ :children:
1734
+ Port:
1735
+ :type: :integer
1736
+ AllocatedStorage:
1737
+ :type: :integer
1738
+ InstanceCreateTime:
1739
+ :type: :time
1740
+ BackupRetentionPeriod:
1741
+ :type: :integer
1742
+ DBSecurityGroups:
1743
+ :ignore: true
1744
+ :children:
1745
+ DBSecurityGroup:
1746
+ :rename: :db_security_groups
1747
+ :list: true
1748
+ VpcSecurityGroups:
1749
+ :ignore: true
1750
+ :children:
1751
+ VpcSecurityGroupMembership:
1752
+ :rename: :vpc_security_groups
1753
+ :list: true
1754
+ DBParameterGroups:
1755
+ :ignore: true
1756
+ :children:
1757
+ DBParameterGroup:
1758
+ :rename: :db_parameter_groups
1759
+ :list: true
1760
+ DBSubnetGroup:
1761
+ :children:
1762
+ Subnets:
1763
+ :ignore: true
1764
+ :children:
1765
+ Subnet:
1766
+ :rename: :subnets
1767
+ :list: true
1768
+ :children:
1769
+ SubnetAvailabilityZone:
1770
+ :children:
1771
+ ProvisionedIopsCapable:
1772
+ :type: :boolean
1773
+ PendingModifiedValues:
1774
+ :children:
1775
+ AllocatedStorage:
1776
+ :type: :integer
1777
+ Port:
1778
+ :type: :integer
1779
+ BackupRetentionPeriod:
1780
+ :type: :integer
1781
+ MultiAZ:
1782
+ :type: :boolean
1783
+ Iops:
1784
+ :type: :integer
1785
+ LatestRestorableTime:
1786
+ :type: :time
1787
+ MultiAZ:
1788
+ :type: :boolean
1789
+ AutoMinorVersionUpgrade:
1790
+ :type: :boolean
1791
+ ReadReplicaDBInstanceIdentifiers:
1792
+ :ignore: true
1793
+ :children:
1794
+ ReadReplicaDBInstanceIdentifier:
1795
+ :rename: :read_replica_db_instance_identifiers
1796
+ :list: true
1797
+ Iops:
1798
+ :type: :integer
1799
+ OptionGroupMemberships:
1800
+ :ignore: true
1801
+ :children:
1802
+ OptionGroupMembership:
1803
+ :rename: :option_group_memberships
1804
+ :list: true
1805
+ PubliclyAccessible:
1806
+ :type: :boolean
1807
+ StatusInfos:
1808
+ :ignore: true
1809
+ :children:
1810
+ DBInstanceStatusInfo:
1811
+ :rename: :status_infos
1812
+ :list: true
1813
+ :children:
1814
+ Normal:
1815
+ :type: :boolean
1816
+ :ignore: true
1817
+ - :name: ModifyDBParameterGroup
1818
+ :method: :modify_db_parameter_group
1819
+ :inputs:
1820
+ DBParameterGroupName:
1821
+ - :string
1822
+ - :required
1823
+ Parameters:
1824
+ - :membered_list:
1825
+ - :structure:
1826
+ ParameterName:
1827
+ - :string
1828
+ ParameterValue:
1829
+ - :string
1830
+ Description:
1831
+ - :string
1832
+ Source:
1833
+ - :string
1834
+ ApplyType:
1835
+ - :string
1836
+ DataType:
1837
+ - :string
1838
+ AllowedValues:
1839
+ - :string
1840
+ IsModifiable:
1841
+ - :boolean
1842
+ MinimumEngineVersion:
1843
+ - :string
1844
+ ApplyMethod:
1845
+ - :string
1846
+ - :required
1847
+ :outputs:
1848
+ :children:
1849
+ ModifyDBParameterGroupResult:
1850
+ :ignore: true
1851
+ - :name: ModifyDBSubnetGroup
1852
+ :method: :modify_db_subnet_group
1853
+ :inputs:
1854
+ DBSubnetGroupName:
1855
+ - :string
1856
+ - :required
1857
+ DBSubnetGroupDescription:
1858
+ - :string
1859
+ SubnetIds:
1860
+ - :membered_list:
1861
+ - :string
1862
+ - :required
1863
+ :outputs:
1864
+ :children:
1865
+ ModifyDBSubnetGroupResult:
1866
+ :ignore: true
1867
+ :children:
1868
+ DBSubnetGroup:
1869
+ :children:
1870
+ Subnets:
1871
+ :ignore: true
1872
+ :children:
1873
+ Subnet:
1874
+ :rename: :subnets
1875
+ :list: true
1876
+ :children:
1877
+ SubnetAvailabilityZone:
1878
+ :children:
1879
+ ProvisionedIopsCapable:
1880
+ :type: :boolean
1881
+ :ignore: true
1882
+ - :name: ModifyEventSubscription
1883
+ :method: :modify_event_subscription
1884
+ :inputs:
1885
+ SubscriptionName:
1886
+ - :string
1887
+ - :required
1888
+ SnsTopicArn:
1889
+ - :string
1890
+ SourceType:
1891
+ - :string
1892
+ EventCategories:
1893
+ - :membered_list:
1894
+ - :string
1895
+ Enabled:
1896
+ - :boolean
1897
+ :outputs:
1898
+ :children:
1899
+ ModifyEventSubscriptionResult:
1900
+ :ignore: true
1901
+ :children:
1902
+ EventSubscription:
1903
+ :children:
1904
+ SourceIdsList:
1905
+ :ignore: true
1906
+ :children:
1907
+ SourceId:
1908
+ :rename: :source_ids_list
1909
+ :list: true
1910
+ EventCategoriesList:
1911
+ :ignore: true
1912
+ :children:
1913
+ EventCategory:
1914
+ :rename: :event_categories_list
1915
+ :list: true
1916
+ Enabled:
1917
+ :type: :boolean
1918
+ :ignore: true
1919
+ - :name: ModifyOptionGroup
1920
+ :method: :modify_option_group
1921
+ :inputs:
1922
+ OptionGroupName:
1923
+ - :string
1924
+ - :required
1925
+ OptionsToInclude:
1926
+ - :membered_list:
1927
+ - :structure:
1928
+ OptionName:
1929
+ - :string
1930
+ - :required
1931
+ Port:
1932
+ - :integer
1933
+ DBSecurityGroupMemberships:
1934
+ - :membered_list:
1935
+ - :string
1936
+ VpcSecurityGroupMemberships:
1937
+ - :membered_list:
1938
+ - :string
1939
+ OptionSettings:
1940
+ - :membered_list:
1941
+ - :structure:
1942
+ Name:
1943
+ - :string
1944
+ Value:
1945
+ - :string
1946
+ DefaultValue:
1947
+ - :string
1948
+ Description:
1949
+ - :string
1950
+ ApplyType:
1951
+ - :string
1952
+ DataType:
1953
+ - :string
1954
+ AllowedValues:
1955
+ - :string
1956
+ IsModifiable:
1957
+ - :boolean
1958
+ IsCollection:
1959
+ - :boolean
1960
+ OptionsToRemove:
1961
+ - :membered_list:
1962
+ - :string
1963
+ ApplyImmediately:
1964
+ - :boolean
1965
+ :outputs:
1966
+ :children:
1967
+ ModifyOptionGroupResult:
1968
+ :ignore: true
1969
+ :children:
1970
+ OptionGroup:
1971
+ :children:
1972
+ Options:
1973
+ :ignore: true
1974
+ :children:
1975
+ Option:
1976
+ :rename: :options
1977
+ :list: true
1978
+ :children:
1979
+ Persistent:
1980
+ :type: :boolean
1981
+ Permanent:
1982
+ :type: :boolean
1983
+ Port:
1984
+ :type: :integer
1985
+ OptionSettings:
1986
+ :ignore: true
1987
+ :children:
1988
+ OptionSetting:
1989
+ :rename: :option_settings
1990
+ :list: true
1991
+ :children:
1992
+ IsModifiable:
1993
+ :type: :boolean
1994
+ IsCollection:
1995
+ :type: :boolean
1996
+ DBSecurityGroupMemberships:
1997
+ :ignore: true
1998
+ :children:
1999
+ DBSecurityGroup:
2000
+ :rename: :db_security_group_memberships
2001
+ :list: true
2002
+ VpcSecurityGroupMemberships:
2003
+ :ignore: true
2004
+ :children:
2005
+ VpcSecurityGroupMembership:
2006
+ :rename: :vpc_security_group_memberships
2007
+ :list: true
2008
+ AllowsVpcAndNonVpcInstanceMemberships:
2009
+ :type: :boolean
2010
+ :ignore: true
2011
+ - :name: PromoteReadReplica
2012
+ :method: :promote_read_replica
2013
+ :inputs:
2014
+ DBInstanceIdentifier:
2015
+ - :string
2016
+ - :required
2017
+ BackupRetentionPeriod:
2018
+ - :integer
2019
+ PreferredBackupWindow:
2020
+ - :string
2021
+ :outputs:
2022
+ :children:
2023
+ PromoteReadReplicaResult:
2024
+ :ignore: true
2025
+ :children:
2026
+ DBInstance:
2027
+ :children:
2028
+ Endpoint:
2029
+ :children:
2030
+ Port:
2031
+ :type: :integer
2032
+ AllocatedStorage:
2033
+ :type: :integer
2034
+ InstanceCreateTime:
2035
+ :type: :time
2036
+ BackupRetentionPeriod:
2037
+ :type: :integer
2038
+ DBSecurityGroups:
2039
+ :ignore: true
2040
+ :children:
2041
+ DBSecurityGroup:
2042
+ :rename: :db_security_groups
2043
+ :list: true
2044
+ VpcSecurityGroups:
2045
+ :ignore: true
2046
+ :children:
2047
+ VpcSecurityGroupMembership:
2048
+ :rename: :vpc_security_groups
2049
+ :list: true
2050
+ DBParameterGroups:
2051
+ :ignore: true
2052
+ :children:
2053
+ DBParameterGroup:
2054
+ :rename: :db_parameter_groups
2055
+ :list: true
2056
+ DBSubnetGroup:
2057
+ :children:
2058
+ Subnets:
2059
+ :ignore: true
2060
+ :children:
2061
+ Subnet:
2062
+ :rename: :subnets
2063
+ :list: true
2064
+ :children:
2065
+ SubnetAvailabilityZone:
2066
+ :children:
2067
+ ProvisionedIopsCapable:
2068
+ :type: :boolean
2069
+ PendingModifiedValues:
2070
+ :children:
2071
+ AllocatedStorage:
2072
+ :type: :integer
2073
+ Port:
2074
+ :type: :integer
2075
+ BackupRetentionPeriod:
2076
+ :type: :integer
2077
+ MultiAZ:
2078
+ :type: :boolean
2079
+ Iops:
2080
+ :type: :integer
2081
+ LatestRestorableTime:
2082
+ :type: :time
2083
+ MultiAZ:
2084
+ :type: :boolean
2085
+ AutoMinorVersionUpgrade:
2086
+ :type: :boolean
2087
+ ReadReplicaDBInstanceIdentifiers:
2088
+ :ignore: true
2089
+ :children:
2090
+ ReadReplicaDBInstanceIdentifier:
2091
+ :rename: :read_replica_db_instance_identifiers
2092
+ :list: true
2093
+ Iops:
2094
+ :type: :integer
2095
+ OptionGroupMemberships:
2096
+ :ignore: true
2097
+ :children:
2098
+ OptionGroupMembership:
2099
+ :rename: :option_group_memberships
2100
+ :list: true
2101
+ PubliclyAccessible:
2102
+ :type: :boolean
2103
+ StatusInfos:
2104
+ :ignore: true
2105
+ :children:
2106
+ DBInstanceStatusInfo:
2107
+ :rename: :status_infos
2108
+ :list: true
2109
+ :children:
2110
+ Normal:
2111
+ :type: :boolean
2112
+ :ignore: true
2113
+ - :name: PurchaseReservedDBInstancesOffering
2114
+ :method: :purchase_reserved_db_instances_offering
2115
+ :inputs:
2116
+ ReservedDBInstancesOfferingId:
2117
+ - :string
2118
+ - :required
2119
+ ReservedDBInstanceId:
2120
+ - :string
2121
+ DBInstanceCount:
2122
+ - :integer
2123
+ Tags:
2124
+ - :membered_list:
2125
+ - :structure:
2126
+ Key:
2127
+ - :string
2128
+ Value:
2129
+ - :string
2130
+ :outputs:
2131
+ :children:
2132
+ PurchaseReservedDBInstancesOfferingResult:
2133
+ :ignore: true
2134
+ :children:
2135
+ ReservedDBInstance:
2136
+ :children:
2137
+ StartTime:
2138
+ :type: :time
2139
+ Duration:
2140
+ :type: :integer
2141
+ FixedPrice:
2142
+ :type: :float
2143
+ UsagePrice:
2144
+ :type: :float
2145
+ DBInstanceCount:
2146
+ :type: :integer
2147
+ MultiAZ:
2148
+ :type: :boolean
2149
+ RecurringCharges:
2150
+ :ignore: true
2151
+ :children:
2152
+ RecurringCharge:
2153
+ :rename: :recurring_charges
2154
+ :list: true
2155
+ :children:
2156
+ RecurringChargeAmount:
2157
+ :type: :float
2158
+ :ignore: true
2159
+ - :name: RebootDBInstance
2160
+ :method: :reboot_db_instance
2161
+ :inputs:
2162
+ DBInstanceIdentifier:
2163
+ - :string
2164
+ - :required
2165
+ ForceFailover:
2166
+ - :boolean
2167
+ :outputs:
2168
+ :children:
2169
+ RebootDBInstanceResult:
2170
+ :ignore: true
2171
+ :children:
2172
+ DBInstance:
2173
+ :children:
2174
+ Endpoint:
2175
+ :children:
2176
+ Port:
2177
+ :type: :integer
2178
+ AllocatedStorage:
2179
+ :type: :integer
2180
+ InstanceCreateTime:
2181
+ :type: :time
2182
+ BackupRetentionPeriod:
2183
+ :type: :integer
2184
+ DBSecurityGroups:
2185
+ :ignore: true
2186
+ :children:
2187
+ DBSecurityGroup:
2188
+ :rename: :db_security_groups
2189
+ :list: true
2190
+ VpcSecurityGroups:
2191
+ :ignore: true
2192
+ :children:
2193
+ VpcSecurityGroupMembership:
2194
+ :rename: :vpc_security_groups
2195
+ :list: true
2196
+ DBParameterGroups:
2197
+ :ignore: true
2198
+ :children:
2199
+ DBParameterGroup:
2200
+ :rename: :db_parameter_groups
2201
+ :list: true
2202
+ DBSubnetGroup:
2203
+ :children:
2204
+ Subnets:
2205
+ :ignore: true
2206
+ :children:
2207
+ Subnet:
2208
+ :rename: :subnets
2209
+ :list: true
2210
+ :children:
2211
+ SubnetAvailabilityZone:
2212
+ :children:
2213
+ ProvisionedIopsCapable:
2214
+ :type: :boolean
2215
+ PendingModifiedValues:
2216
+ :children:
2217
+ AllocatedStorage:
2218
+ :type: :integer
2219
+ Port:
2220
+ :type: :integer
2221
+ BackupRetentionPeriod:
2222
+ :type: :integer
2223
+ MultiAZ:
2224
+ :type: :boolean
2225
+ Iops:
2226
+ :type: :integer
2227
+ LatestRestorableTime:
2228
+ :type: :time
2229
+ MultiAZ:
2230
+ :type: :boolean
2231
+ AutoMinorVersionUpgrade:
2232
+ :type: :boolean
2233
+ ReadReplicaDBInstanceIdentifiers:
2234
+ :ignore: true
2235
+ :children:
2236
+ ReadReplicaDBInstanceIdentifier:
2237
+ :rename: :read_replica_db_instance_identifiers
2238
+ :list: true
2239
+ Iops:
2240
+ :type: :integer
2241
+ OptionGroupMemberships:
2242
+ :ignore: true
2243
+ :children:
2244
+ OptionGroupMembership:
2245
+ :rename: :option_group_memberships
2246
+ :list: true
2247
+ PubliclyAccessible:
2248
+ :type: :boolean
2249
+ StatusInfos:
2250
+ :ignore: true
2251
+ :children:
2252
+ DBInstanceStatusInfo:
2253
+ :rename: :status_infos
2254
+ :list: true
2255
+ :children:
2256
+ Normal:
2257
+ :type: :boolean
2258
+ :ignore: true
2259
+ - :name: RemoveSourceIdentifierFromSubscription
2260
+ :method: :remove_source_identifier_from_subscription
2261
+ :inputs:
2262
+ SubscriptionName:
2263
+ - :string
2264
+ - :required
2265
+ SourceIdentifier:
2266
+ - :string
2267
+ - :required
2268
+ :outputs:
2269
+ :children:
2270
+ RemoveSourceIdentifierFromSubscriptionResult:
2271
+ :ignore: true
2272
+ :children:
2273
+ EventSubscription:
2274
+ :children:
2275
+ SourceIdsList:
2276
+ :ignore: true
2277
+ :children:
2278
+ SourceId:
2279
+ :rename: :source_ids_list
2280
+ :list: true
2281
+ EventCategoriesList:
2282
+ :ignore: true
2283
+ :children:
2284
+ EventCategory:
2285
+ :rename: :event_categories_list
2286
+ :list: true
2287
+ Enabled:
2288
+ :type: :boolean
2289
+ :ignore: true
2290
+ - :name: RemoveTagsFromResource
2291
+ :method: :remove_tags_from_resource
2292
+ :inputs:
2293
+ ResourceName:
2294
+ - :string
2295
+ - :required
2296
+ TagKeys:
2297
+ - :membered_list:
2298
+ - :string
2299
+ - :required
2300
+ :outputs:
2301
+ :children:
2302
+ RemoveTagsFromResourceResult:
2303
+ :ignore: true
2304
+ - :name: ResetDBParameterGroup
2305
+ :method: :reset_db_parameter_group
2306
+ :inputs:
2307
+ DBParameterGroupName:
2308
+ - :string
2309
+ - :required
2310
+ ResetAllParameters:
2311
+ - :boolean
2312
+ Parameters:
2313
+ - :membered_list:
2314
+ - :structure:
2315
+ ParameterName:
2316
+ - :string
2317
+ ParameterValue:
2318
+ - :string
2319
+ Description:
2320
+ - :string
2321
+ Source:
2322
+ - :string
2323
+ ApplyType:
2324
+ - :string
2325
+ DataType:
2326
+ - :string
2327
+ AllowedValues:
2328
+ - :string
2329
+ IsModifiable:
2330
+ - :boolean
2331
+ MinimumEngineVersion:
2332
+ - :string
2333
+ ApplyMethod:
2334
+ - :string
2335
+ :outputs:
2336
+ :children:
2337
+ ResetDBParameterGroupResult:
2338
+ :ignore: true
2339
+ - :name: RestoreDBInstanceFromDBSnapshot
2340
+ :method: :restore_db_instance_from_db_snapshot
2341
+ :inputs:
2342
+ DBInstanceIdentifier:
2343
+ - :string
2344
+ - :required
2345
+ DBSnapshotIdentifier:
2346
+ - :string
2347
+ - :required
2348
+ DBInstanceClass:
2349
+ - :string
2350
+ Port:
2351
+ - :integer
2352
+ AvailabilityZone:
2353
+ - :string
2354
+ DBSubnetGroupName:
2355
+ - :string
2356
+ MultiAZ:
2357
+ - :boolean
2358
+ PubliclyAccessible:
2359
+ - :boolean
2360
+ AutoMinorVersionUpgrade:
2361
+ - :boolean
2362
+ LicenseModel:
2363
+ - :string
2364
+ DBName:
2365
+ - :string
2366
+ Engine:
2367
+ - :string
2368
+ Iops:
2369
+ - :integer
2370
+ OptionGroupName:
2371
+ - :string
2372
+ Tags:
2373
+ - :membered_list:
2374
+ - :structure:
2375
+ Key:
2376
+ - :string
2377
+ Value:
2378
+ - :string
2379
+ :outputs:
2380
+ :children:
2381
+ RestoreDBInstanceFromDBSnapshotResult:
2382
+ :ignore: true
2383
+ :children:
2384
+ DBInstance:
2385
+ :children:
2386
+ Endpoint:
2387
+ :children:
2388
+ Port:
2389
+ :type: :integer
2390
+ AllocatedStorage:
2391
+ :type: :integer
2392
+ InstanceCreateTime:
2393
+ :type: :time
2394
+ BackupRetentionPeriod:
2395
+ :type: :integer
2396
+ DBSecurityGroups:
2397
+ :ignore: true
2398
+ :children:
2399
+ DBSecurityGroup:
2400
+ :rename: :db_security_groups
2401
+ :list: true
2402
+ VpcSecurityGroups:
2403
+ :ignore: true
2404
+ :children:
2405
+ VpcSecurityGroupMembership:
2406
+ :rename: :vpc_security_groups
2407
+ :list: true
2408
+ DBParameterGroups:
2409
+ :ignore: true
2410
+ :children:
2411
+ DBParameterGroup:
2412
+ :rename: :db_parameter_groups
2413
+ :list: true
2414
+ DBSubnetGroup:
2415
+ :children:
2416
+ Subnets:
2417
+ :ignore: true
2418
+ :children:
2419
+ Subnet:
2420
+ :rename: :subnets
2421
+ :list: true
2422
+ :children:
2423
+ SubnetAvailabilityZone:
2424
+ :children:
2425
+ ProvisionedIopsCapable:
2426
+ :type: :boolean
2427
+ PendingModifiedValues:
2428
+ :children:
2429
+ AllocatedStorage:
2430
+ :type: :integer
2431
+ Port:
2432
+ :type: :integer
2433
+ BackupRetentionPeriod:
2434
+ :type: :integer
2435
+ MultiAZ:
2436
+ :type: :boolean
2437
+ Iops:
2438
+ :type: :integer
2439
+ LatestRestorableTime:
2440
+ :type: :time
2441
+ MultiAZ:
2442
+ :type: :boolean
2443
+ AutoMinorVersionUpgrade:
2444
+ :type: :boolean
2445
+ ReadReplicaDBInstanceIdentifiers:
2446
+ :ignore: true
2447
+ :children:
2448
+ ReadReplicaDBInstanceIdentifier:
2449
+ :rename: :read_replica_db_instance_identifiers
2450
+ :list: true
2451
+ Iops:
2452
+ :type: :integer
2453
+ OptionGroupMemberships:
2454
+ :ignore: true
2455
+ :children:
2456
+ OptionGroupMembership:
2457
+ :rename: :option_group_memberships
2458
+ :list: true
2459
+ PubliclyAccessible:
2460
+ :type: :boolean
2461
+ StatusInfos:
2462
+ :ignore: true
2463
+ :children:
2464
+ DBInstanceStatusInfo:
2465
+ :rename: :status_infos
2466
+ :list: true
2467
+ :children:
2468
+ Normal:
2469
+ :type: :boolean
2470
+ :ignore: true
2471
+ - :name: RestoreDBInstanceToPointInTime
2472
+ :method: :restore_db_instance_to_point_in_time
2473
+ :inputs:
2474
+ SourceDBInstanceIdentifier:
2475
+ - :string
2476
+ - :required
2477
+ TargetDBInstanceIdentifier:
2478
+ - :string
2479
+ - :required
2480
+ RestoreTime:
2481
+ - :timestamp
2482
+ UseLatestRestorableTime:
2483
+ - :boolean
2484
+ DBInstanceClass:
2485
+ - :string
2486
+ Port:
2487
+ - :integer
2488
+ AvailabilityZone:
2489
+ - :string
2490
+ DBSubnetGroupName:
2491
+ - :string
2492
+ MultiAZ:
2493
+ - :boolean
2494
+ PubliclyAccessible:
2495
+ - :boolean
2496
+ AutoMinorVersionUpgrade:
2497
+ - :boolean
2498
+ LicenseModel:
2499
+ - :string
2500
+ DBName:
2501
+ - :string
2502
+ Engine:
2503
+ - :string
2504
+ Iops:
2505
+ - :integer
2506
+ OptionGroupName:
2507
+ - :string
2508
+ Tags:
2509
+ - :membered_list:
2510
+ - :structure:
2511
+ Key:
2512
+ - :string
2513
+ Value:
2514
+ - :string
2515
+ :outputs:
2516
+ :children:
2517
+ RestoreDBInstanceToPointInTimeResult:
2518
+ :ignore: true
2519
+ :children:
2520
+ DBInstance:
2521
+ :children:
2522
+ Endpoint:
2523
+ :children:
2524
+ Port:
2525
+ :type: :integer
2526
+ AllocatedStorage:
2527
+ :type: :integer
2528
+ InstanceCreateTime:
2529
+ :type: :time
2530
+ BackupRetentionPeriod:
2531
+ :type: :integer
2532
+ DBSecurityGroups:
2533
+ :ignore: true
2534
+ :children:
2535
+ DBSecurityGroup:
2536
+ :rename: :db_security_groups
2537
+ :list: true
2538
+ VpcSecurityGroups:
2539
+ :ignore: true
2540
+ :children:
2541
+ VpcSecurityGroupMembership:
2542
+ :rename: :vpc_security_groups
2543
+ :list: true
2544
+ DBParameterGroups:
2545
+ :ignore: true
2546
+ :children:
2547
+ DBParameterGroup:
2548
+ :rename: :db_parameter_groups
2549
+ :list: true
2550
+ DBSubnetGroup:
2551
+ :children:
2552
+ Subnets:
2553
+ :ignore: true
2554
+ :children:
2555
+ Subnet:
2556
+ :rename: :subnets
2557
+ :list: true
2558
+ :children:
2559
+ SubnetAvailabilityZone:
2560
+ :children:
2561
+ ProvisionedIopsCapable:
2562
+ :type: :boolean
2563
+ PendingModifiedValues:
2564
+ :children:
2565
+ AllocatedStorage:
2566
+ :type: :integer
2567
+ Port:
2568
+ :type: :integer
2569
+ BackupRetentionPeriod:
2570
+ :type: :integer
2571
+ MultiAZ:
2572
+ :type: :boolean
2573
+ Iops:
2574
+ :type: :integer
2575
+ LatestRestorableTime:
2576
+ :type: :time
2577
+ MultiAZ:
2578
+ :type: :boolean
2579
+ AutoMinorVersionUpgrade:
2580
+ :type: :boolean
2581
+ ReadReplicaDBInstanceIdentifiers:
2582
+ :ignore: true
2583
+ :children:
2584
+ ReadReplicaDBInstanceIdentifier:
2585
+ :rename: :read_replica_db_instance_identifiers
2586
+ :list: true
2587
+ Iops:
2588
+ :type: :integer
2589
+ OptionGroupMemberships:
2590
+ :ignore: true
2591
+ :children:
2592
+ OptionGroupMembership:
2593
+ :rename: :option_group_memberships
2594
+ :list: true
2595
+ PubliclyAccessible:
2596
+ :type: :boolean
2597
+ StatusInfos:
2598
+ :ignore: true
2599
+ :children:
2600
+ DBInstanceStatusInfo:
2601
+ :rename: :status_infos
2602
+ :list: true
2603
+ :children:
2604
+ Normal:
2605
+ :type: :boolean
2606
+ :ignore: true
2607
+ - :name: RevokeDBSecurityGroupIngress
2608
+ :method: :revoke_db_security_group_ingress
2609
+ :inputs:
2610
+ DBSecurityGroupName:
2611
+ - :string
2612
+ - :required
2613
+ CIDRIP:
2614
+ - :string
2615
+ EC2SecurityGroupName:
2616
+ - :string
2617
+ EC2SecurityGroupId:
2618
+ - :string
2619
+ EC2SecurityGroupOwnerId:
2620
+ - :string
2621
+ :outputs:
2622
+ :children:
2623
+ RevokeDBSecurityGroupIngressResult:
2624
+ :ignore: true
2625
+ :children:
2626
+ DBSecurityGroup:
2627
+ :children:
2628
+ EC2SecurityGroups:
2629
+ :ignore: true
2630
+ :children:
2631
+ EC2SecurityGroup:
2632
+ :rename: :ec2_security_groups
2633
+ :list: true
2634
+ IPRanges:
2635
+ :ignore: true
2636
+ :children:
2637
+ IPRange:
2638
+ :rename: :ip_ranges
2639
+ :list: true
2640
+ :ignore: true