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,2577 @@
1
+ # Copyright 2011-2015 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: '2012-12-01'
16
+ :operations:
17
+ - :name: AuthorizeClusterSecurityGroupIngress
18
+ :method: :authorize_cluster_security_group_ingress
19
+ :inputs:
20
+ ClusterSecurityGroupName:
21
+ - :string
22
+ - :required
23
+ CIDRIP:
24
+ - :string
25
+ EC2SecurityGroupName:
26
+ - :string
27
+ EC2SecurityGroupOwnerId:
28
+ - :string
29
+ :outputs:
30
+ :children:
31
+ AuthorizeClusterSecurityGroupIngressResult:
32
+ :ignore: true
33
+ :children:
34
+ ClusterSecurityGroup:
35
+ :children:
36
+ EC2SecurityGroups:
37
+ :ignore: true
38
+ :children:
39
+ EC2SecurityGroup:
40
+ :rename: :ec2_security_groups
41
+ :list: true
42
+ :children:
43
+ Tags:
44
+ :ignore: true
45
+ :children:
46
+ Tag:
47
+ :rename: :tags
48
+ :list: true
49
+ IPRanges:
50
+ :ignore: true
51
+ :children:
52
+ IPRange:
53
+ :rename: :ip_ranges
54
+ :list: true
55
+ :children:
56
+ Tags:
57
+ :ignore: true
58
+ :children:
59
+ Tag:
60
+ :rename: :tags
61
+ :list: true
62
+ Tags:
63
+ :ignore: true
64
+ :children:
65
+ Tag:
66
+ :rename: :tags
67
+ :list: true
68
+ :ignore: true
69
+ - :name: AuthorizeSnapshotAccess
70
+ :method: :authorize_snapshot_access
71
+ :inputs:
72
+ SnapshotIdentifier:
73
+ - :string
74
+ - :required
75
+ SnapshotClusterIdentifier:
76
+ - :string
77
+ AccountWithRestoreAccess:
78
+ - :string
79
+ - :required
80
+ :outputs:
81
+ :children:
82
+ AuthorizeSnapshotAccessResult:
83
+ :ignore: true
84
+ :children:
85
+ Snapshot:
86
+ :children:
87
+ SnapshotCreateTime:
88
+ :type: :time
89
+ Port:
90
+ :type: :integer
91
+ ClusterCreateTime:
92
+ :type: :time
93
+ NumberOfNodes:
94
+ :type: :integer
95
+ Encrypted:
96
+ :type: :boolean
97
+ EncryptedWithHSM:
98
+ :type: :boolean
99
+ AccountsWithRestoreAccess:
100
+ :ignore: true
101
+ :children:
102
+ AccountWithRestoreAccess:
103
+ :rename: :accounts_with_restore_access
104
+ :list: true
105
+ TotalBackupSizeInMegaBytes:
106
+ :type: :float
107
+ ActualIncrementalBackupSizeInMegaBytes:
108
+ :type: :float
109
+ BackupProgressInMegaBytes:
110
+ :type: :float
111
+ CurrentBackupRateInMegaBytesPerSecond:
112
+ :type: :float
113
+ EstimatedSecondsToCompletion:
114
+ :type: :integer
115
+ ElapsedTimeInSeconds:
116
+ :type: :integer
117
+ Tags:
118
+ :ignore: true
119
+ :children:
120
+ Tag:
121
+ :rename: :tags
122
+ :list: true
123
+ :ignore: true
124
+ - :name: CopyClusterSnapshot
125
+ :method: :copy_cluster_snapshot
126
+ :inputs:
127
+ SourceSnapshotIdentifier:
128
+ - :string
129
+ - :required
130
+ SourceSnapshotClusterIdentifier:
131
+ - :string
132
+ TargetSnapshotIdentifier:
133
+ - :string
134
+ - :required
135
+ :outputs:
136
+ :children:
137
+ CopyClusterSnapshotResult:
138
+ :ignore: true
139
+ :children:
140
+ Snapshot:
141
+ :children:
142
+ SnapshotCreateTime:
143
+ :type: :time
144
+ Port:
145
+ :type: :integer
146
+ ClusterCreateTime:
147
+ :type: :time
148
+ NumberOfNodes:
149
+ :type: :integer
150
+ Encrypted:
151
+ :type: :boolean
152
+ EncryptedWithHSM:
153
+ :type: :boolean
154
+ AccountsWithRestoreAccess:
155
+ :ignore: true
156
+ :children:
157
+ AccountWithRestoreAccess:
158
+ :rename: :accounts_with_restore_access
159
+ :list: true
160
+ TotalBackupSizeInMegaBytes:
161
+ :type: :float
162
+ ActualIncrementalBackupSizeInMegaBytes:
163
+ :type: :float
164
+ BackupProgressInMegaBytes:
165
+ :type: :float
166
+ CurrentBackupRateInMegaBytesPerSecond:
167
+ :type: :float
168
+ EstimatedSecondsToCompletion:
169
+ :type: :integer
170
+ ElapsedTimeInSeconds:
171
+ :type: :integer
172
+ Tags:
173
+ :ignore: true
174
+ :children:
175
+ Tag:
176
+ :rename: :tags
177
+ :list: true
178
+ :ignore: true
179
+ - :name: CreateCluster
180
+ :method: :create_cluster
181
+ :inputs:
182
+ DBName:
183
+ - :string
184
+ ClusterIdentifier:
185
+ - :string
186
+ - :required
187
+ ClusterType:
188
+ - :string
189
+ NodeType:
190
+ - :string
191
+ - :required
192
+ MasterUsername:
193
+ - :string
194
+ - :required
195
+ MasterUserPassword:
196
+ - :string
197
+ - :required
198
+ ClusterSecurityGroups:
199
+ - :membered_list:
200
+ - :string
201
+ VpcSecurityGroupIds:
202
+ - :membered_list:
203
+ - :string
204
+ ClusterSubnetGroupName:
205
+ - :string
206
+ AvailabilityZone:
207
+ - :string
208
+ PreferredMaintenanceWindow:
209
+ - :string
210
+ ClusterParameterGroupName:
211
+ - :string
212
+ AutomatedSnapshotRetentionPeriod:
213
+ - :integer
214
+ Port:
215
+ - :integer
216
+ ClusterVersion:
217
+ - :string
218
+ AllowVersionUpgrade:
219
+ - :boolean
220
+ NumberOfNodes:
221
+ - :integer
222
+ PubliclyAccessible:
223
+ - :boolean
224
+ Encrypted:
225
+ - :boolean
226
+ HsmClientCertificateIdentifier:
227
+ - :string
228
+ HsmConfigurationIdentifier:
229
+ - :string
230
+ ElasticIp:
231
+ - :string
232
+ Tags:
233
+ - :membered_list:
234
+ - :structure:
235
+ Key:
236
+ - :string
237
+ Value:
238
+ - :string
239
+ KmsKeyId:
240
+ - :string
241
+ :outputs:
242
+ :children:
243
+ CreateClusterResult:
244
+ :ignore: true
245
+ :children:
246
+ Cluster:
247
+ :children:
248
+ Endpoint:
249
+ :children:
250
+ Port:
251
+ :type: :integer
252
+ ClusterCreateTime:
253
+ :type: :time
254
+ AutomatedSnapshotRetentionPeriod:
255
+ :type: :integer
256
+ ClusterSecurityGroups:
257
+ :ignore: true
258
+ :children:
259
+ ClusterSecurityGroup:
260
+ :rename: :cluster_security_groups
261
+ :list: true
262
+ VpcSecurityGroups:
263
+ :ignore: true
264
+ :children:
265
+ VpcSecurityGroup:
266
+ :rename: :vpc_security_groups
267
+ :list: true
268
+ ClusterParameterGroups:
269
+ :ignore: true
270
+ :children:
271
+ ClusterParameterGroup:
272
+ :rename: :cluster_parameter_groups
273
+ :list: true
274
+ PendingModifiedValues:
275
+ :children:
276
+ NumberOfNodes:
277
+ :type: :integer
278
+ AutomatedSnapshotRetentionPeriod:
279
+ :type: :integer
280
+ AllowVersionUpgrade:
281
+ :type: :boolean
282
+ NumberOfNodes:
283
+ :type: :integer
284
+ PubliclyAccessible:
285
+ :type: :boolean
286
+ Encrypted:
287
+ :type: :boolean
288
+ RestoreStatus:
289
+ :children:
290
+ CurrentRestoreRateInMegaBytesPerSecond:
291
+ :type: :float
292
+ SnapshotSizeInMegaBytes:
293
+ :type: :integer
294
+ ProgressInMegaBytes:
295
+ :type: :integer
296
+ ElapsedTimeInSeconds:
297
+ :type: :integer
298
+ EstimatedTimeToCompletionInSeconds:
299
+ :type: :integer
300
+ ClusterSnapshotCopyStatus:
301
+ :children:
302
+ RetentionPeriod:
303
+ :type: :integer
304
+ ClusterNodes:
305
+ :ignore: true
306
+ :children:
307
+ member:
308
+ :rename: :cluster_nodes
309
+ :list: true
310
+ Tags:
311
+ :ignore: true
312
+ :children:
313
+ Tag:
314
+ :rename: :tags
315
+ :list: true
316
+ :ignore: true
317
+ - :name: CreateClusterParameterGroup
318
+ :method: :create_cluster_parameter_group
319
+ :inputs:
320
+ ParameterGroupName:
321
+ - :string
322
+ - :required
323
+ ParameterGroupFamily:
324
+ - :string
325
+ - :required
326
+ Description:
327
+ - :string
328
+ - :required
329
+ Tags:
330
+ - :membered_list:
331
+ - :structure:
332
+ Key:
333
+ - :string
334
+ Value:
335
+ - :string
336
+ :outputs:
337
+ :children:
338
+ CreateClusterParameterGroupResult:
339
+ :ignore: true
340
+ :children:
341
+ ClusterParameterGroup:
342
+ :children:
343
+ Tags:
344
+ :ignore: true
345
+ :children:
346
+ Tag:
347
+ :rename: :tags
348
+ :list: true
349
+ :ignore: true
350
+ - :name: CreateClusterSecurityGroup
351
+ :method: :create_cluster_security_group
352
+ :inputs:
353
+ ClusterSecurityGroupName:
354
+ - :string
355
+ - :required
356
+ Description:
357
+ - :string
358
+ - :required
359
+ Tags:
360
+ - :membered_list:
361
+ - :structure:
362
+ Key:
363
+ - :string
364
+ Value:
365
+ - :string
366
+ :outputs:
367
+ :children:
368
+ CreateClusterSecurityGroupResult:
369
+ :ignore: true
370
+ :children:
371
+ ClusterSecurityGroup:
372
+ :children:
373
+ EC2SecurityGroups:
374
+ :ignore: true
375
+ :children:
376
+ EC2SecurityGroup:
377
+ :rename: :ec2_security_groups
378
+ :list: true
379
+ :children:
380
+ Tags:
381
+ :ignore: true
382
+ :children:
383
+ Tag:
384
+ :rename: :tags
385
+ :list: true
386
+ IPRanges:
387
+ :ignore: true
388
+ :children:
389
+ IPRange:
390
+ :rename: :ip_ranges
391
+ :list: true
392
+ :children:
393
+ Tags:
394
+ :ignore: true
395
+ :children:
396
+ Tag:
397
+ :rename: :tags
398
+ :list: true
399
+ Tags:
400
+ :ignore: true
401
+ :children:
402
+ Tag:
403
+ :rename: :tags
404
+ :list: true
405
+ :ignore: true
406
+ - :name: CreateClusterSnapshot
407
+ :method: :create_cluster_snapshot
408
+ :inputs:
409
+ SnapshotIdentifier:
410
+ - :string
411
+ - :required
412
+ ClusterIdentifier:
413
+ - :string
414
+ - :required
415
+ Tags:
416
+ - :membered_list:
417
+ - :structure:
418
+ Key:
419
+ - :string
420
+ Value:
421
+ - :string
422
+ :outputs:
423
+ :children:
424
+ CreateClusterSnapshotResult:
425
+ :ignore: true
426
+ :children:
427
+ Snapshot:
428
+ :children:
429
+ SnapshotCreateTime:
430
+ :type: :time
431
+ Port:
432
+ :type: :integer
433
+ ClusterCreateTime:
434
+ :type: :time
435
+ NumberOfNodes:
436
+ :type: :integer
437
+ Encrypted:
438
+ :type: :boolean
439
+ EncryptedWithHSM:
440
+ :type: :boolean
441
+ AccountsWithRestoreAccess:
442
+ :ignore: true
443
+ :children:
444
+ AccountWithRestoreAccess:
445
+ :rename: :accounts_with_restore_access
446
+ :list: true
447
+ TotalBackupSizeInMegaBytes:
448
+ :type: :float
449
+ ActualIncrementalBackupSizeInMegaBytes:
450
+ :type: :float
451
+ BackupProgressInMegaBytes:
452
+ :type: :float
453
+ CurrentBackupRateInMegaBytesPerSecond:
454
+ :type: :float
455
+ EstimatedSecondsToCompletion:
456
+ :type: :integer
457
+ ElapsedTimeInSeconds:
458
+ :type: :integer
459
+ Tags:
460
+ :ignore: true
461
+ :children:
462
+ Tag:
463
+ :rename: :tags
464
+ :list: true
465
+ :ignore: true
466
+ - :name: CreateClusterSubnetGroup
467
+ :method: :create_cluster_subnet_group
468
+ :inputs:
469
+ ClusterSubnetGroupName:
470
+ - :string
471
+ - :required
472
+ Description:
473
+ - :string
474
+ - :required
475
+ SubnetIds:
476
+ - :membered_list:
477
+ - :string
478
+ - :required
479
+ Tags:
480
+ - :membered_list:
481
+ - :structure:
482
+ Key:
483
+ - :string
484
+ Value:
485
+ - :string
486
+ :outputs:
487
+ :children:
488
+ CreateClusterSubnetGroupResult:
489
+ :ignore: true
490
+ :children:
491
+ ClusterSubnetGroup:
492
+ :children:
493
+ Subnets:
494
+ :ignore: true
495
+ :children:
496
+ Subnet:
497
+ :rename: :subnets
498
+ :list: true
499
+ Tags:
500
+ :ignore: true
501
+ :children:
502
+ Tag:
503
+ :rename: :tags
504
+ :list: true
505
+ :ignore: true
506
+ - :name: CreateEventSubscription
507
+ :method: :create_event_subscription
508
+ :inputs:
509
+ SubscriptionName:
510
+ - :string
511
+ - :required
512
+ SnsTopicArn:
513
+ - :string
514
+ - :required
515
+ SourceType:
516
+ - :string
517
+ SourceIds:
518
+ - :membered_list:
519
+ - :string
520
+ EventCategories:
521
+ - :membered_list:
522
+ - :string
523
+ Severity:
524
+ - :string
525
+ Enabled:
526
+ - :boolean
527
+ Tags:
528
+ - :membered_list:
529
+ - :structure:
530
+ Key:
531
+ - :string
532
+ Value:
533
+ - :string
534
+ :outputs:
535
+ :children:
536
+ CreateEventSubscriptionResult:
537
+ :ignore: true
538
+ :children:
539
+ EventSubscription:
540
+ :children:
541
+ SubscriptionCreationTime:
542
+ :type: :time
543
+ SourceIdsList:
544
+ :ignore: true
545
+ :children:
546
+ SourceId:
547
+ :rename: :source_ids_list
548
+ :list: true
549
+ EventCategoriesList:
550
+ :ignore: true
551
+ :children:
552
+ EventCategory:
553
+ :rename: :event_categories_list
554
+ :list: true
555
+ Enabled:
556
+ :type: :boolean
557
+ Tags:
558
+ :ignore: true
559
+ :children:
560
+ Tag:
561
+ :rename: :tags
562
+ :list: true
563
+ :ignore: true
564
+ - :name: CreateHsmClientCertificate
565
+ :method: :create_hsm_client_certificate
566
+ :inputs:
567
+ HsmClientCertificateIdentifier:
568
+ - :string
569
+ - :required
570
+ Tags:
571
+ - :membered_list:
572
+ - :structure:
573
+ Key:
574
+ - :string
575
+ Value:
576
+ - :string
577
+ :outputs:
578
+ :children:
579
+ CreateHsmClientCertificateResult:
580
+ :ignore: true
581
+ :children:
582
+ HsmClientCertificate:
583
+ :children:
584
+ Tags:
585
+ :ignore: true
586
+ :children:
587
+ Tag:
588
+ :rename: :tags
589
+ :list: true
590
+ :ignore: true
591
+ - :name: CreateHsmConfiguration
592
+ :method: :create_hsm_configuration
593
+ :inputs:
594
+ HsmConfigurationIdentifier:
595
+ - :string
596
+ - :required
597
+ Description:
598
+ - :string
599
+ - :required
600
+ HsmIpAddress:
601
+ - :string
602
+ - :required
603
+ HsmPartitionName:
604
+ - :string
605
+ - :required
606
+ HsmPartitionPassword:
607
+ - :string
608
+ - :required
609
+ HsmServerPublicCertificate:
610
+ - :string
611
+ - :required
612
+ Tags:
613
+ - :membered_list:
614
+ - :structure:
615
+ Key:
616
+ - :string
617
+ Value:
618
+ - :string
619
+ :outputs:
620
+ :children:
621
+ CreateHsmConfigurationResult:
622
+ :ignore: true
623
+ :children:
624
+ HsmConfiguration:
625
+ :children:
626
+ Tags:
627
+ :ignore: true
628
+ :children:
629
+ Tag:
630
+ :rename: :tags
631
+ :list: true
632
+ :ignore: true
633
+ - :name: CreateTags
634
+ :method: :create_tags
635
+ :inputs:
636
+ ResourceName:
637
+ - :string
638
+ - :required
639
+ Tags:
640
+ - :membered_list:
641
+ - :structure:
642
+ Key:
643
+ - :string
644
+ Value:
645
+ - :string
646
+ - :required
647
+ :outputs:
648
+ :children:
649
+ CreateTagsResult:
650
+ :ignore: true
651
+ - :name: DeleteCluster
652
+ :method: :delete_cluster
653
+ :inputs:
654
+ ClusterIdentifier:
655
+ - :string
656
+ - :required
657
+ SkipFinalClusterSnapshot:
658
+ - :boolean
659
+ FinalClusterSnapshotIdentifier:
660
+ - :string
661
+ :outputs:
662
+ :children:
663
+ DeleteClusterResult:
664
+ :ignore: true
665
+ :children:
666
+ Cluster:
667
+ :children:
668
+ Endpoint:
669
+ :children:
670
+ Port:
671
+ :type: :integer
672
+ ClusterCreateTime:
673
+ :type: :time
674
+ AutomatedSnapshotRetentionPeriod:
675
+ :type: :integer
676
+ ClusterSecurityGroups:
677
+ :ignore: true
678
+ :children:
679
+ ClusterSecurityGroup:
680
+ :rename: :cluster_security_groups
681
+ :list: true
682
+ VpcSecurityGroups:
683
+ :ignore: true
684
+ :children:
685
+ VpcSecurityGroup:
686
+ :rename: :vpc_security_groups
687
+ :list: true
688
+ ClusterParameterGroups:
689
+ :ignore: true
690
+ :children:
691
+ ClusterParameterGroup:
692
+ :rename: :cluster_parameter_groups
693
+ :list: true
694
+ PendingModifiedValues:
695
+ :children:
696
+ NumberOfNodes:
697
+ :type: :integer
698
+ AutomatedSnapshotRetentionPeriod:
699
+ :type: :integer
700
+ AllowVersionUpgrade:
701
+ :type: :boolean
702
+ NumberOfNodes:
703
+ :type: :integer
704
+ PubliclyAccessible:
705
+ :type: :boolean
706
+ Encrypted:
707
+ :type: :boolean
708
+ RestoreStatus:
709
+ :children:
710
+ CurrentRestoreRateInMegaBytesPerSecond:
711
+ :type: :float
712
+ SnapshotSizeInMegaBytes:
713
+ :type: :integer
714
+ ProgressInMegaBytes:
715
+ :type: :integer
716
+ ElapsedTimeInSeconds:
717
+ :type: :integer
718
+ EstimatedTimeToCompletionInSeconds:
719
+ :type: :integer
720
+ ClusterSnapshotCopyStatus:
721
+ :children:
722
+ RetentionPeriod:
723
+ :type: :integer
724
+ ClusterNodes:
725
+ :ignore: true
726
+ :children:
727
+ member:
728
+ :rename: :cluster_nodes
729
+ :list: true
730
+ Tags:
731
+ :ignore: true
732
+ :children:
733
+ Tag:
734
+ :rename: :tags
735
+ :list: true
736
+ :ignore: true
737
+ - :name: DeleteClusterParameterGroup
738
+ :method: :delete_cluster_parameter_group
739
+ :inputs:
740
+ ParameterGroupName:
741
+ - :string
742
+ - :required
743
+ :outputs:
744
+ :children:
745
+ DeleteClusterParameterGroupResult:
746
+ :ignore: true
747
+ - :name: DeleteClusterSecurityGroup
748
+ :method: :delete_cluster_security_group
749
+ :inputs:
750
+ ClusterSecurityGroupName:
751
+ - :string
752
+ - :required
753
+ :outputs:
754
+ :children:
755
+ DeleteClusterSecurityGroupResult:
756
+ :ignore: true
757
+ - :name: DeleteClusterSnapshot
758
+ :method: :delete_cluster_snapshot
759
+ :inputs:
760
+ SnapshotIdentifier:
761
+ - :string
762
+ - :required
763
+ SnapshotClusterIdentifier:
764
+ - :string
765
+ :outputs:
766
+ :children:
767
+ DeleteClusterSnapshotResult:
768
+ :ignore: true
769
+ :children:
770
+ Snapshot:
771
+ :children:
772
+ SnapshotCreateTime:
773
+ :type: :time
774
+ Port:
775
+ :type: :integer
776
+ ClusterCreateTime:
777
+ :type: :time
778
+ NumberOfNodes:
779
+ :type: :integer
780
+ Encrypted:
781
+ :type: :boolean
782
+ EncryptedWithHSM:
783
+ :type: :boolean
784
+ AccountsWithRestoreAccess:
785
+ :ignore: true
786
+ :children:
787
+ AccountWithRestoreAccess:
788
+ :rename: :accounts_with_restore_access
789
+ :list: true
790
+ TotalBackupSizeInMegaBytes:
791
+ :type: :float
792
+ ActualIncrementalBackupSizeInMegaBytes:
793
+ :type: :float
794
+ BackupProgressInMegaBytes:
795
+ :type: :float
796
+ CurrentBackupRateInMegaBytesPerSecond:
797
+ :type: :float
798
+ EstimatedSecondsToCompletion:
799
+ :type: :integer
800
+ ElapsedTimeInSeconds:
801
+ :type: :integer
802
+ Tags:
803
+ :ignore: true
804
+ :children:
805
+ Tag:
806
+ :rename: :tags
807
+ :list: true
808
+ :ignore: true
809
+ - :name: DeleteClusterSubnetGroup
810
+ :method: :delete_cluster_subnet_group
811
+ :inputs:
812
+ ClusterSubnetGroupName:
813
+ - :string
814
+ - :required
815
+ :outputs:
816
+ :children:
817
+ DeleteClusterSubnetGroupResult:
818
+ :ignore: true
819
+ - :name: DeleteEventSubscription
820
+ :method: :delete_event_subscription
821
+ :inputs:
822
+ SubscriptionName:
823
+ - :string
824
+ - :required
825
+ - :required
826
+ :outputs:
827
+ :children:
828
+ DeleteEventSubscriptionResult:
829
+ :ignore: true
830
+ - :name: DeleteHsmClientCertificate
831
+ :method: :delete_hsm_client_certificate
832
+ :inputs:
833
+ HsmClientCertificateIdentifier:
834
+ - :string
835
+ - :required
836
+ :outputs:
837
+ :children:
838
+ DeleteHsmClientCertificateResult:
839
+ :ignore: true
840
+ - :name: DeleteHsmConfiguration
841
+ :method: :delete_hsm_configuration
842
+ :inputs:
843
+ HsmConfigurationIdentifier:
844
+ - :string
845
+ - :required
846
+ :outputs:
847
+ :children:
848
+ DeleteHsmConfigurationResult:
849
+ :ignore: true
850
+ - :name: DeleteTags
851
+ :method: :delete_tags
852
+ :inputs:
853
+ ResourceName:
854
+ - :string
855
+ - :required
856
+ TagKeys:
857
+ - :membered_list:
858
+ - :string
859
+ - :required
860
+ :outputs:
861
+ :children:
862
+ DeleteTagsResult:
863
+ :ignore: true
864
+ - :name: DescribeClusterParameterGroups
865
+ :method: :describe_cluster_parameter_groups
866
+ :inputs:
867
+ ParameterGroupName:
868
+ - :string
869
+ MaxRecords:
870
+ - :integer
871
+ Marker:
872
+ - :string
873
+ TagKeys:
874
+ - :membered_list:
875
+ - :string
876
+ TagValues:
877
+ - :membered_list:
878
+ - :string
879
+ :outputs:
880
+ :children:
881
+ DescribeClusterParameterGroupsResult:
882
+ :ignore: true
883
+ :children:
884
+ ParameterGroups:
885
+ :ignore: true
886
+ :children:
887
+ ClusterParameterGroup:
888
+ :rename: :parameter_groups
889
+ :list: true
890
+ :children:
891
+ Tags:
892
+ :ignore: true
893
+ :children:
894
+ Tag:
895
+ :rename: :tags
896
+ :list: true
897
+ - :name: DescribeClusterParameters
898
+ :method: :describe_cluster_parameters
899
+ :inputs:
900
+ ParameterGroupName:
901
+ - :string
902
+ - :required
903
+ Source:
904
+ - :string
905
+ MaxRecords:
906
+ - :integer
907
+ Marker:
908
+ - :string
909
+ :outputs:
910
+ :children:
911
+ DescribeClusterParametersResult:
912
+ :ignore: true
913
+ :children:
914
+ Parameters:
915
+ :ignore: true
916
+ :children:
917
+ Parameter:
918
+ :rename: :parameters
919
+ :list: true
920
+ :children:
921
+ IsModifiable:
922
+ :type: :boolean
923
+ - :name: DescribeClusterSecurityGroups
924
+ :method: :describe_cluster_security_groups
925
+ :inputs:
926
+ ClusterSecurityGroupName:
927
+ - :string
928
+ MaxRecords:
929
+ - :integer
930
+ Marker:
931
+ - :string
932
+ TagKeys:
933
+ - :membered_list:
934
+ - :string
935
+ TagValues:
936
+ - :membered_list:
937
+ - :string
938
+ :outputs:
939
+ :children:
940
+ DescribeClusterSecurityGroupsResult:
941
+ :ignore: true
942
+ :children:
943
+ ClusterSecurityGroups:
944
+ :ignore: true
945
+ :children:
946
+ ClusterSecurityGroup:
947
+ :rename: :cluster_security_groups
948
+ :list: true
949
+ :children:
950
+ EC2SecurityGroups:
951
+ :ignore: true
952
+ :children:
953
+ EC2SecurityGroup:
954
+ :rename: :ec2_security_groups
955
+ :list: true
956
+ :children:
957
+ Tags:
958
+ :ignore: true
959
+ :children:
960
+ Tag:
961
+ :rename: :tags
962
+ :list: true
963
+ IPRanges:
964
+ :ignore: true
965
+ :children:
966
+ IPRange:
967
+ :rename: :ip_ranges
968
+ :list: true
969
+ :children:
970
+ Tags:
971
+ :ignore: true
972
+ :children:
973
+ Tag:
974
+ :rename: :tags
975
+ :list: true
976
+ Tags:
977
+ :ignore: true
978
+ :children:
979
+ Tag:
980
+ :rename: :tags
981
+ :list: true
982
+ - :name: DescribeClusterSnapshots
983
+ :method: :describe_cluster_snapshots
984
+ :inputs:
985
+ ClusterIdentifier:
986
+ - :string
987
+ SnapshotIdentifier:
988
+ - :string
989
+ SnapshotType:
990
+ - :string
991
+ StartTime:
992
+ - :timestamp
993
+ EndTime:
994
+ - :timestamp
995
+ MaxRecords:
996
+ - :integer
997
+ Marker:
998
+ - :string
999
+ OwnerAccount:
1000
+ - :string
1001
+ TagKeys:
1002
+ - :membered_list:
1003
+ - :string
1004
+ TagValues:
1005
+ - :membered_list:
1006
+ - :string
1007
+ :outputs:
1008
+ :children:
1009
+ DescribeClusterSnapshotsResult:
1010
+ :ignore: true
1011
+ :children:
1012
+ Snapshots:
1013
+ :ignore: true
1014
+ :children:
1015
+ Snapshot:
1016
+ :rename: :snapshots
1017
+ :list: true
1018
+ :children:
1019
+ SnapshotCreateTime:
1020
+ :type: :time
1021
+ Port:
1022
+ :type: :integer
1023
+ ClusterCreateTime:
1024
+ :type: :time
1025
+ NumberOfNodes:
1026
+ :type: :integer
1027
+ Encrypted:
1028
+ :type: :boolean
1029
+ EncryptedWithHSM:
1030
+ :type: :boolean
1031
+ AccountsWithRestoreAccess:
1032
+ :ignore: true
1033
+ :children:
1034
+ AccountWithRestoreAccess:
1035
+ :rename: :accounts_with_restore_access
1036
+ :list: true
1037
+ TotalBackupSizeInMegaBytes:
1038
+ :type: :float
1039
+ ActualIncrementalBackupSizeInMegaBytes:
1040
+ :type: :float
1041
+ BackupProgressInMegaBytes:
1042
+ :type: :float
1043
+ CurrentBackupRateInMegaBytesPerSecond:
1044
+ :type: :float
1045
+ EstimatedSecondsToCompletion:
1046
+ :type: :integer
1047
+ ElapsedTimeInSeconds:
1048
+ :type: :integer
1049
+ Tags:
1050
+ :ignore: true
1051
+ :children:
1052
+ Tag:
1053
+ :rename: :tags
1054
+ :list: true
1055
+ - :name: DescribeClusterSubnetGroups
1056
+ :method: :describe_cluster_subnet_groups
1057
+ :inputs:
1058
+ ClusterSubnetGroupName:
1059
+ - :string
1060
+ MaxRecords:
1061
+ - :integer
1062
+ Marker:
1063
+ - :string
1064
+ TagKeys:
1065
+ - :membered_list:
1066
+ - :string
1067
+ TagValues:
1068
+ - :membered_list:
1069
+ - :string
1070
+ :outputs:
1071
+ :children:
1072
+ DescribeClusterSubnetGroupsResult:
1073
+ :ignore: true
1074
+ :children:
1075
+ ClusterSubnetGroups:
1076
+ :ignore: true
1077
+ :children:
1078
+ ClusterSubnetGroup:
1079
+ :rename: :cluster_subnet_groups
1080
+ :list: true
1081
+ :children:
1082
+ Subnets:
1083
+ :ignore: true
1084
+ :children:
1085
+ Subnet:
1086
+ :rename: :subnets
1087
+ :list: true
1088
+ Tags:
1089
+ :ignore: true
1090
+ :children:
1091
+ Tag:
1092
+ :rename: :tags
1093
+ :list: true
1094
+ - :name: DescribeClusterVersions
1095
+ :method: :describe_cluster_versions
1096
+ :inputs:
1097
+ ClusterVersion:
1098
+ - :string
1099
+ ClusterParameterGroupFamily:
1100
+ - :string
1101
+ MaxRecords:
1102
+ - :integer
1103
+ Marker:
1104
+ - :string
1105
+ :outputs:
1106
+ :children:
1107
+ DescribeClusterVersionsResult:
1108
+ :ignore: true
1109
+ :children:
1110
+ ClusterVersions:
1111
+ :ignore: true
1112
+ :children:
1113
+ ClusterVersion:
1114
+ :rename: :cluster_versions
1115
+ :list: true
1116
+ - :name: DescribeClusters
1117
+ :method: :describe_clusters
1118
+ :inputs:
1119
+ ClusterIdentifier:
1120
+ - :string
1121
+ MaxRecords:
1122
+ - :integer
1123
+ Marker:
1124
+ - :string
1125
+ TagKeys:
1126
+ - :membered_list:
1127
+ - :string
1128
+ TagValues:
1129
+ - :membered_list:
1130
+ - :string
1131
+ :outputs:
1132
+ :children:
1133
+ DescribeClustersResult:
1134
+ :ignore: true
1135
+ :children:
1136
+ Clusters:
1137
+ :ignore: true
1138
+ :children:
1139
+ Cluster:
1140
+ :rename: :clusters
1141
+ :list: true
1142
+ :children:
1143
+ Endpoint:
1144
+ :children:
1145
+ Port:
1146
+ :type: :integer
1147
+ ClusterCreateTime:
1148
+ :type: :time
1149
+ AutomatedSnapshotRetentionPeriod:
1150
+ :type: :integer
1151
+ ClusterSecurityGroups:
1152
+ :ignore: true
1153
+ :children:
1154
+ ClusterSecurityGroup:
1155
+ :rename: :cluster_security_groups
1156
+ :list: true
1157
+ VpcSecurityGroups:
1158
+ :ignore: true
1159
+ :children:
1160
+ VpcSecurityGroup:
1161
+ :rename: :vpc_security_groups
1162
+ :list: true
1163
+ ClusterParameterGroups:
1164
+ :ignore: true
1165
+ :children:
1166
+ ClusterParameterGroup:
1167
+ :rename: :cluster_parameter_groups
1168
+ :list: true
1169
+ PendingModifiedValues:
1170
+ :children:
1171
+ NumberOfNodes:
1172
+ :type: :integer
1173
+ AutomatedSnapshotRetentionPeriod:
1174
+ :type: :integer
1175
+ AllowVersionUpgrade:
1176
+ :type: :boolean
1177
+ NumberOfNodes:
1178
+ :type: :integer
1179
+ PubliclyAccessible:
1180
+ :type: :boolean
1181
+ Encrypted:
1182
+ :type: :boolean
1183
+ RestoreStatus:
1184
+ :children:
1185
+ CurrentRestoreRateInMegaBytesPerSecond:
1186
+ :type: :float
1187
+ SnapshotSizeInMegaBytes:
1188
+ :type: :integer
1189
+ ProgressInMegaBytes:
1190
+ :type: :integer
1191
+ ElapsedTimeInSeconds:
1192
+ :type: :integer
1193
+ EstimatedTimeToCompletionInSeconds:
1194
+ :type: :integer
1195
+ ClusterSnapshotCopyStatus:
1196
+ :children:
1197
+ RetentionPeriod:
1198
+ :type: :integer
1199
+ ClusterNodes:
1200
+ :ignore: true
1201
+ :children:
1202
+ member:
1203
+ :rename: :cluster_nodes
1204
+ :list: true
1205
+ Tags:
1206
+ :ignore: true
1207
+ :children:
1208
+ Tag:
1209
+ :rename: :tags
1210
+ :list: true
1211
+ - :name: DescribeDefaultClusterParameters
1212
+ :method: :describe_default_cluster_parameters
1213
+ :inputs:
1214
+ ParameterGroupFamily:
1215
+ - :string
1216
+ - :required
1217
+ MaxRecords:
1218
+ - :integer
1219
+ Marker:
1220
+ - :string
1221
+ :outputs:
1222
+ :children:
1223
+ DescribeDefaultClusterParametersResult:
1224
+ :ignore: true
1225
+ :children:
1226
+ DefaultClusterParameters:
1227
+ :children:
1228
+ Parameters:
1229
+ :ignore: true
1230
+ :children:
1231
+ Parameter:
1232
+ :rename: :parameters
1233
+ :list: true
1234
+ :children:
1235
+ IsModifiable:
1236
+ :type: :boolean
1237
+ :ignore: true
1238
+ - :name: DescribeEventCategories
1239
+ :method: :describe_event_categories
1240
+ :inputs:
1241
+ SourceType:
1242
+ - :string
1243
+ :outputs:
1244
+ :children:
1245
+ DescribeEventCategoriesResult:
1246
+ :ignore: true
1247
+ :children:
1248
+ EventCategoriesMapList:
1249
+ :ignore: true
1250
+ :children:
1251
+ EventCategoriesMap:
1252
+ :rename: :event_categories_map_list
1253
+ :list: true
1254
+ :children:
1255
+ Events:
1256
+ :ignore: true
1257
+ :children:
1258
+ EventInfoMap:
1259
+ :rename: :events
1260
+ :list: true
1261
+ :children:
1262
+ EventCategories:
1263
+ :ignore: true
1264
+ :children:
1265
+ EventCategory:
1266
+ :rename: :event_categories
1267
+ :list: true
1268
+ - :name: DescribeEventSubscriptions
1269
+ :method: :describe_event_subscriptions
1270
+ :inputs:
1271
+ SubscriptionName:
1272
+ - :string
1273
+ MaxRecords:
1274
+ - :integer
1275
+ Marker:
1276
+ - :string
1277
+ :outputs:
1278
+ :children:
1279
+ DescribeEventSubscriptionsResult:
1280
+ :ignore: true
1281
+ :children:
1282
+ EventSubscriptionsList:
1283
+ :ignore: true
1284
+ :children:
1285
+ EventSubscription:
1286
+ :rename: :event_subscriptions_list
1287
+ :list: true
1288
+ :children:
1289
+ SubscriptionCreationTime:
1290
+ :type: :time
1291
+ SourceIdsList:
1292
+ :ignore: true
1293
+ :children:
1294
+ SourceId:
1295
+ :rename: :source_ids_list
1296
+ :list: true
1297
+ EventCategoriesList:
1298
+ :ignore: true
1299
+ :children:
1300
+ EventCategory:
1301
+ :rename: :event_categories_list
1302
+ :list: true
1303
+ Enabled:
1304
+ :type: :boolean
1305
+ Tags:
1306
+ :ignore: true
1307
+ :children:
1308
+ Tag:
1309
+ :rename: :tags
1310
+ :list: true
1311
+ - :name: DescribeEvents
1312
+ :method: :describe_events
1313
+ :inputs:
1314
+ SourceIdentifier:
1315
+ - :string
1316
+ SourceType:
1317
+ - :string
1318
+ StartTime:
1319
+ - :timestamp
1320
+ EndTime:
1321
+ - :timestamp
1322
+ Duration:
1323
+ - :integer
1324
+ MaxRecords:
1325
+ - :integer
1326
+ Marker:
1327
+ - :string
1328
+ :outputs:
1329
+ :children:
1330
+ DescribeEventsResult:
1331
+ :ignore: true
1332
+ :children:
1333
+ Events:
1334
+ :ignore: true
1335
+ :children:
1336
+ Event:
1337
+ :rename: :events
1338
+ :list: true
1339
+ :children:
1340
+ EventCategories:
1341
+ :ignore: true
1342
+ :children:
1343
+ EventCategory:
1344
+ :rename: :event_categories
1345
+ :list: true
1346
+ Date:
1347
+ :type: :time
1348
+ - :name: DescribeHsmClientCertificates
1349
+ :method: :describe_hsm_client_certificates
1350
+ :inputs:
1351
+ HsmClientCertificateIdentifier:
1352
+ - :string
1353
+ MaxRecords:
1354
+ - :integer
1355
+ Marker:
1356
+ - :string
1357
+ TagKeys:
1358
+ - :membered_list:
1359
+ - :string
1360
+ TagValues:
1361
+ - :membered_list:
1362
+ - :string
1363
+ :outputs:
1364
+ :children:
1365
+ DescribeHsmClientCertificatesResult:
1366
+ :ignore: true
1367
+ :children:
1368
+ HsmClientCertificates:
1369
+ :ignore: true
1370
+ :children:
1371
+ HsmClientCertificate:
1372
+ :rename: :hsm_client_certificates
1373
+ :list: true
1374
+ :children:
1375
+ Tags:
1376
+ :ignore: true
1377
+ :children:
1378
+ Tag:
1379
+ :rename: :tags
1380
+ :list: true
1381
+ - :name: DescribeHsmConfigurations
1382
+ :method: :describe_hsm_configurations
1383
+ :inputs:
1384
+ HsmConfigurationIdentifier:
1385
+ - :string
1386
+ MaxRecords:
1387
+ - :integer
1388
+ Marker:
1389
+ - :string
1390
+ TagKeys:
1391
+ - :membered_list:
1392
+ - :string
1393
+ TagValues:
1394
+ - :membered_list:
1395
+ - :string
1396
+ :outputs:
1397
+ :children:
1398
+ DescribeHsmConfigurationsResult:
1399
+ :ignore: true
1400
+ :children:
1401
+ HsmConfigurations:
1402
+ :ignore: true
1403
+ :children:
1404
+ HsmConfiguration:
1405
+ :rename: :hsm_configurations
1406
+ :list: true
1407
+ :children:
1408
+ Tags:
1409
+ :ignore: true
1410
+ :children:
1411
+ Tag:
1412
+ :rename: :tags
1413
+ :list: true
1414
+ - :name: DescribeLoggingStatus
1415
+ :method: :describe_logging_status
1416
+ :inputs:
1417
+ ClusterIdentifier:
1418
+ - :string
1419
+ - :required
1420
+ :outputs:
1421
+ :children:
1422
+ DescribeLoggingStatusResult:
1423
+ :ignore: true
1424
+ :children:
1425
+ LoggingEnabled:
1426
+ :type: :boolean
1427
+ LastSuccessfulDeliveryTime:
1428
+ :type: :time
1429
+ LastFailureTime:
1430
+ :type: :time
1431
+ - :name: DescribeOrderableClusterOptions
1432
+ :method: :describe_orderable_cluster_options
1433
+ :inputs:
1434
+ ClusterVersion:
1435
+ - :string
1436
+ NodeType:
1437
+ - :string
1438
+ MaxRecords:
1439
+ - :integer
1440
+ Marker:
1441
+ - :string
1442
+ :outputs:
1443
+ :children:
1444
+ DescribeOrderableClusterOptionsResult:
1445
+ :ignore: true
1446
+ :children:
1447
+ OrderableClusterOptions:
1448
+ :ignore: true
1449
+ :children:
1450
+ OrderableClusterOption:
1451
+ :rename: :orderable_cluster_options
1452
+ :list: true
1453
+ :children:
1454
+ AvailabilityZones:
1455
+ :ignore: true
1456
+ :children:
1457
+ AvailabilityZone:
1458
+ :rename: :availability_zones
1459
+ :list: true
1460
+ - :name: DescribeReservedNodeOfferings
1461
+ :method: :describe_reserved_node_offerings
1462
+ :inputs:
1463
+ ReservedNodeOfferingId:
1464
+ - :string
1465
+ MaxRecords:
1466
+ - :integer
1467
+ Marker:
1468
+ - :string
1469
+ :outputs:
1470
+ :children:
1471
+ DescribeReservedNodeOfferingsResult:
1472
+ :ignore: true
1473
+ :children:
1474
+ ReservedNodeOfferings:
1475
+ :ignore: true
1476
+ :children:
1477
+ ReservedNodeOffering:
1478
+ :rename: :reserved_node_offerings
1479
+ :list: true
1480
+ :children:
1481
+ Duration:
1482
+ :type: :integer
1483
+ FixedPrice:
1484
+ :type: :float
1485
+ UsagePrice:
1486
+ :type: :float
1487
+ RecurringCharges:
1488
+ :ignore: true
1489
+ :children:
1490
+ RecurringCharge:
1491
+ :rename: :recurring_charges
1492
+ :list: true
1493
+ :children:
1494
+ RecurringChargeAmount:
1495
+ :type: :float
1496
+ - :name: DescribeReservedNodes
1497
+ :method: :describe_reserved_nodes
1498
+ :inputs:
1499
+ ReservedNodeId:
1500
+ - :string
1501
+ MaxRecords:
1502
+ - :integer
1503
+ Marker:
1504
+ - :string
1505
+ :outputs:
1506
+ :children:
1507
+ DescribeReservedNodesResult:
1508
+ :ignore: true
1509
+ :children:
1510
+ ReservedNodes:
1511
+ :ignore: true
1512
+ :children:
1513
+ ReservedNode:
1514
+ :rename: :reserved_nodes
1515
+ :list: true
1516
+ :children:
1517
+ StartTime:
1518
+ :type: :time
1519
+ Duration:
1520
+ :type: :integer
1521
+ FixedPrice:
1522
+ :type: :float
1523
+ UsagePrice:
1524
+ :type: :float
1525
+ NodeCount:
1526
+ :type: :integer
1527
+ RecurringCharges:
1528
+ :ignore: true
1529
+ :children:
1530
+ RecurringCharge:
1531
+ :rename: :recurring_charges
1532
+ :list: true
1533
+ :children:
1534
+ RecurringChargeAmount:
1535
+ :type: :float
1536
+ - :name: DescribeResize
1537
+ :method: :describe_resize
1538
+ :inputs:
1539
+ ClusterIdentifier:
1540
+ - :string
1541
+ - :required
1542
+ :outputs:
1543
+ :children:
1544
+ DescribeResizeResult:
1545
+ :ignore: true
1546
+ :children:
1547
+ TargetNumberOfNodes:
1548
+ :type: :integer
1549
+ ImportTablesCompleted:
1550
+ :ignore: true
1551
+ :children:
1552
+ member:
1553
+ :rename: :import_tables_completed
1554
+ :list: true
1555
+ ImportTablesInProgress:
1556
+ :ignore: true
1557
+ :children:
1558
+ member:
1559
+ :rename: :import_tables_in_progress
1560
+ :list: true
1561
+ ImportTablesNotStarted:
1562
+ :ignore: true
1563
+ :children:
1564
+ member:
1565
+ :rename: :import_tables_not_started
1566
+ :list: true
1567
+ AvgResizeRateInMegaBytesPerSecond:
1568
+ :type: :float
1569
+ TotalResizeDataInMegaBytes:
1570
+ :type: :integer
1571
+ ProgressInMegaBytes:
1572
+ :type: :integer
1573
+ ElapsedTimeInSeconds:
1574
+ :type: :integer
1575
+ EstimatedTimeToCompletionInSeconds:
1576
+ :type: :integer
1577
+ - :name: DescribeTags
1578
+ :method: :describe_tags
1579
+ :inputs:
1580
+ ResourceName:
1581
+ - :string
1582
+ ResourceType:
1583
+ - :string
1584
+ MaxRecords:
1585
+ - :integer
1586
+ Marker:
1587
+ - :string
1588
+ TagKeys:
1589
+ - :membered_list:
1590
+ - :string
1591
+ TagValues:
1592
+ - :membered_list:
1593
+ - :string
1594
+ :outputs:
1595
+ :children:
1596
+ DescribeTagsResult:
1597
+ :ignore: true
1598
+ :children:
1599
+ TaggedResources:
1600
+ :ignore: true
1601
+ :children:
1602
+ TaggedResource:
1603
+ :rename: :tagged_resources
1604
+ :list: true
1605
+ - :name: DisableLogging
1606
+ :method: :disable_logging
1607
+ :inputs:
1608
+ ClusterIdentifier:
1609
+ - :string
1610
+ - :required
1611
+ :outputs:
1612
+ :children:
1613
+ DisableLoggingResult:
1614
+ :ignore: true
1615
+ :children:
1616
+ LoggingEnabled:
1617
+ :type: :boolean
1618
+ LastSuccessfulDeliveryTime:
1619
+ :type: :time
1620
+ LastFailureTime:
1621
+ :type: :time
1622
+ - :name: DisableSnapshotCopy
1623
+ :method: :disable_snapshot_copy
1624
+ :inputs:
1625
+ ClusterIdentifier:
1626
+ - :string
1627
+ - :required
1628
+ :outputs:
1629
+ :children:
1630
+ DisableSnapshotCopyResult:
1631
+ :ignore: true
1632
+ :children:
1633
+ Cluster:
1634
+ :children:
1635
+ Endpoint:
1636
+ :children:
1637
+ Port:
1638
+ :type: :integer
1639
+ ClusterCreateTime:
1640
+ :type: :time
1641
+ AutomatedSnapshotRetentionPeriod:
1642
+ :type: :integer
1643
+ ClusterSecurityGroups:
1644
+ :ignore: true
1645
+ :children:
1646
+ ClusterSecurityGroup:
1647
+ :rename: :cluster_security_groups
1648
+ :list: true
1649
+ VpcSecurityGroups:
1650
+ :ignore: true
1651
+ :children:
1652
+ VpcSecurityGroup:
1653
+ :rename: :vpc_security_groups
1654
+ :list: true
1655
+ ClusterParameterGroups:
1656
+ :ignore: true
1657
+ :children:
1658
+ ClusterParameterGroup:
1659
+ :rename: :cluster_parameter_groups
1660
+ :list: true
1661
+ PendingModifiedValues:
1662
+ :children:
1663
+ NumberOfNodes:
1664
+ :type: :integer
1665
+ AutomatedSnapshotRetentionPeriod:
1666
+ :type: :integer
1667
+ AllowVersionUpgrade:
1668
+ :type: :boolean
1669
+ NumberOfNodes:
1670
+ :type: :integer
1671
+ PubliclyAccessible:
1672
+ :type: :boolean
1673
+ Encrypted:
1674
+ :type: :boolean
1675
+ RestoreStatus:
1676
+ :children:
1677
+ CurrentRestoreRateInMegaBytesPerSecond:
1678
+ :type: :float
1679
+ SnapshotSizeInMegaBytes:
1680
+ :type: :integer
1681
+ ProgressInMegaBytes:
1682
+ :type: :integer
1683
+ ElapsedTimeInSeconds:
1684
+ :type: :integer
1685
+ EstimatedTimeToCompletionInSeconds:
1686
+ :type: :integer
1687
+ ClusterSnapshotCopyStatus:
1688
+ :children:
1689
+ RetentionPeriod:
1690
+ :type: :integer
1691
+ ClusterNodes:
1692
+ :ignore: true
1693
+ :children:
1694
+ member:
1695
+ :rename: :cluster_nodes
1696
+ :list: true
1697
+ Tags:
1698
+ :ignore: true
1699
+ :children:
1700
+ Tag:
1701
+ :rename: :tags
1702
+ :list: true
1703
+ :ignore: true
1704
+ - :name: EnableLogging
1705
+ :method: :enable_logging
1706
+ :inputs:
1707
+ ClusterIdentifier:
1708
+ - :string
1709
+ - :required
1710
+ BucketName:
1711
+ - :string
1712
+ - :required
1713
+ S3KeyPrefix:
1714
+ - :string
1715
+ :outputs:
1716
+ :children:
1717
+ EnableLoggingResult:
1718
+ :ignore: true
1719
+ :children:
1720
+ LoggingEnabled:
1721
+ :type: :boolean
1722
+ LastSuccessfulDeliveryTime:
1723
+ :type: :time
1724
+ LastFailureTime:
1725
+ :type: :time
1726
+ - :name: EnableSnapshotCopy
1727
+ :method: :enable_snapshot_copy
1728
+ :inputs:
1729
+ ClusterIdentifier:
1730
+ - :string
1731
+ - :required
1732
+ DestinationRegion:
1733
+ - :string
1734
+ - :required
1735
+ RetentionPeriod:
1736
+ - :integer
1737
+ :outputs:
1738
+ :children:
1739
+ EnableSnapshotCopyResult:
1740
+ :ignore: true
1741
+ :children:
1742
+ Cluster:
1743
+ :children:
1744
+ Endpoint:
1745
+ :children:
1746
+ Port:
1747
+ :type: :integer
1748
+ ClusterCreateTime:
1749
+ :type: :time
1750
+ AutomatedSnapshotRetentionPeriod:
1751
+ :type: :integer
1752
+ ClusterSecurityGroups:
1753
+ :ignore: true
1754
+ :children:
1755
+ ClusterSecurityGroup:
1756
+ :rename: :cluster_security_groups
1757
+ :list: true
1758
+ VpcSecurityGroups:
1759
+ :ignore: true
1760
+ :children:
1761
+ VpcSecurityGroup:
1762
+ :rename: :vpc_security_groups
1763
+ :list: true
1764
+ ClusterParameterGroups:
1765
+ :ignore: true
1766
+ :children:
1767
+ ClusterParameterGroup:
1768
+ :rename: :cluster_parameter_groups
1769
+ :list: true
1770
+ PendingModifiedValues:
1771
+ :children:
1772
+ NumberOfNodes:
1773
+ :type: :integer
1774
+ AutomatedSnapshotRetentionPeriod:
1775
+ :type: :integer
1776
+ AllowVersionUpgrade:
1777
+ :type: :boolean
1778
+ NumberOfNodes:
1779
+ :type: :integer
1780
+ PubliclyAccessible:
1781
+ :type: :boolean
1782
+ Encrypted:
1783
+ :type: :boolean
1784
+ RestoreStatus:
1785
+ :children:
1786
+ CurrentRestoreRateInMegaBytesPerSecond:
1787
+ :type: :float
1788
+ SnapshotSizeInMegaBytes:
1789
+ :type: :integer
1790
+ ProgressInMegaBytes:
1791
+ :type: :integer
1792
+ ElapsedTimeInSeconds:
1793
+ :type: :integer
1794
+ EstimatedTimeToCompletionInSeconds:
1795
+ :type: :integer
1796
+ ClusterSnapshotCopyStatus:
1797
+ :children:
1798
+ RetentionPeriod:
1799
+ :type: :integer
1800
+ ClusterNodes:
1801
+ :ignore: true
1802
+ :children:
1803
+ member:
1804
+ :rename: :cluster_nodes
1805
+ :list: true
1806
+ Tags:
1807
+ :ignore: true
1808
+ :children:
1809
+ Tag:
1810
+ :rename: :tags
1811
+ :list: true
1812
+ :ignore: true
1813
+ - :name: ModifyCluster
1814
+ :method: :modify_cluster
1815
+ :inputs:
1816
+ ClusterIdentifier:
1817
+ - :string
1818
+ - :required
1819
+ ClusterType:
1820
+ - :string
1821
+ NodeType:
1822
+ - :string
1823
+ NumberOfNodes:
1824
+ - :integer
1825
+ ClusterSecurityGroups:
1826
+ - :membered_list:
1827
+ - :string
1828
+ VpcSecurityGroupIds:
1829
+ - :membered_list:
1830
+ - :string
1831
+ MasterUserPassword:
1832
+ - :string
1833
+ ClusterParameterGroupName:
1834
+ - :string
1835
+ AutomatedSnapshotRetentionPeriod:
1836
+ - :integer
1837
+ PreferredMaintenanceWindow:
1838
+ - :string
1839
+ ClusterVersion:
1840
+ - :string
1841
+ AllowVersionUpgrade:
1842
+ - :boolean
1843
+ HsmClientCertificateIdentifier:
1844
+ - :string
1845
+ HsmConfigurationIdentifier:
1846
+ - :string
1847
+ NewClusterIdentifier:
1848
+ - :string
1849
+ :outputs:
1850
+ :children:
1851
+ ModifyClusterResult:
1852
+ :ignore: true
1853
+ :children:
1854
+ Cluster:
1855
+ :children:
1856
+ Endpoint:
1857
+ :children:
1858
+ Port:
1859
+ :type: :integer
1860
+ ClusterCreateTime:
1861
+ :type: :time
1862
+ AutomatedSnapshotRetentionPeriod:
1863
+ :type: :integer
1864
+ ClusterSecurityGroups:
1865
+ :ignore: true
1866
+ :children:
1867
+ ClusterSecurityGroup:
1868
+ :rename: :cluster_security_groups
1869
+ :list: true
1870
+ VpcSecurityGroups:
1871
+ :ignore: true
1872
+ :children:
1873
+ VpcSecurityGroup:
1874
+ :rename: :vpc_security_groups
1875
+ :list: true
1876
+ ClusterParameterGroups:
1877
+ :ignore: true
1878
+ :children:
1879
+ ClusterParameterGroup:
1880
+ :rename: :cluster_parameter_groups
1881
+ :list: true
1882
+ PendingModifiedValues:
1883
+ :children:
1884
+ NumberOfNodes:
1885
+ :type: :integer
1886
+ AutomatedSnapshotRetentionPeriod:
1887
+ :type: :integer
1888
+ AllowVersionUpgrade:
1889
+ :type: :boolean
1890
+ NumberOfNodes:
1891
+ :type: :integer
1892
+ PubliclyAccessible:
1893
+ :type: :boolean
1894
+ Encrypted:
1895
+ :type: :boolean
1896
+ RestoreStatus:
1897
+ :children:
1898
+ CurrentRestoreRateInMegaBytesPerSecond:
1899
+ :type: :float
1900
+ SnapshotSizeInMegaBytes:
1901
+ :type: :integer
1902
+ ProgressInMegaBytes:
1903
+ :type: :integer
1904
+ ElapsedTimeInSeconds:
1905
+ :type: :integer
1906
+ EstimatedTimeToCompletionInSeconds:
1907
+ :type: :integer
1908
+ ClusterSnapshotCopyStatus:
1909
+ :children:
1910
+ RetentionPeriod:
1911
+ :type: :integer
1912
+ ClusterNodes:
1913
+ :ignore: true
1914
+ :children:
1915
+ member:
1916
+ :rename: :cluster_nodes
1917
+ :list: true
1918
+ Tags:
1919
+ :ignore: true
1920
+ :children:
1921
+ Tag:
1922
+ :rename: :tags
1923
+ :list: true
1924
+ :ignore: true
1925
+ - :name: ModifyClusterParameterGroup
1926
+ :method: :modify_cluster_parameter_group
1927
+ :inputs:
1928
+ ParameterGroupName:
1929
+ - :string
1930
+ - :required
1931
+ Parameters:
1932
+ - :membered_list:
1933
+ - :structure:
1934
+ ParameterName:
1935
+ - :string
1936
+ ParameterValue:
1937
+ - :string
1938
+ Description:
1939
+ - :string
1940
+ Source:
1941
+ - :string
1942
+ DataType:
1943
+ - :string
1944
+ AllowedValues:
1945
+ - :string
1946
+ IsModifiable:
1947
+ - :boolean
1948
+ MinimumEngineVersion:
1949
+ - :string
1950
+ - :required
1951
+ :outputs:
1952
+ :children:
1953
+ ModifyClusterParameterGroupResult:
1954
+ :ignore: true
1955
+ - :name: ModifyClusterSubnetGroup
1956
+ :method: :modify_cluster_subnet_group
1957
+ :inputs:
1958
+ ClusterSubnetGroupName:
1959
+ - :string
1960
+ - :required
1961
+ Description:
1962
+ - :string
1963
+ SubnetIds:
1964
+ - :membered_list:
1965
+ - :string
1966
+ - :required
1967
+ :outputs:
1968
+ :children:
1969
+ ModifyClusterSubnetGroupResult:
1970
+ :ignore: true
1971
+ :children:
1972
+ ClusterSubnetGroup:
1973
+ :children:
1974
+ Subnets:
1975
+ :ignore: true
1976
+ :children:
1977
+ Subnet:
1978
+ :rename: :subnets
1979
+ :list: true
1980
+ Tags:
1981
+ :ignore: true
1982
+ :children:
1983
+ Tag:
1984
+ :rename: :tags
1985
+ :list: true
1986
+ :ignore: true
1987
+ - :name: ModifyEventSubscription
1988
+ :method: :modify_event_subscription
1989
+ :inputs:
1990
+ SubscriptionName:
1991
+ - :string
1992
+ - :required
1993
+ SnsTopicArn:
1994
+ - :string
1995
+ SourceType:
1996
+ - :string
1997
+ SourceIds:
1998
+ - :membered_list:
1999
+ - :string
2000
+ EventCategories:
2001
+ - :membered_list:
2002
+ - :string
2003
+ Severity:
2004
+ - :string
2005
+ Enabled:
2006
+ - :boolean
2007
+ :outputs:
2008
+ :children:
2009
+ ModifyEventSubscriptionResult:
2010
+ :ignore: true
2011
+ :children:
2012
+ EventSubscription:
2013
+ :children:
2014
+ SubscriptionCreationTime:
2015
+ :type: :time
2016
+ SourceIdsList:
2017
+ :ignore: true
2018
+ :children:
2019
+ SourceId:
2020
+ :rename: :source_ids_list
2021
+ :list: true
2022
+ EventCategoriesList:
2023
+ :ignore: true
2024
+ :children:
2025
+ EventCategory:
2026
+ :rename: :event_categories_list
2027
+ :list: true
2028
+ Enabled:
2029
+ :type: :boolean
2030
+ Tags:
2031
+ :ignore: true
2032
+ :children:
2033
+ Tag:
2034
+ :rename: :tags
2035
+ :list: true
2036
+ :ignore: true
2037
+ - :name: ModifySnapshotCopyRetentionPeriod
2038
+ :method: :modify_snapshot_copy_retention_period
2039
+ :inputs:
2040
+ ClusterIdentifier:
2041
+ - :string
2042
+ - :required
2043
+ RetentionPeriod:
2044
+ - :integer
2045
+ - :required
2046
+ :outputs:
2047
+ :children:
2048
+ ModifySnapshotCopyRetentionPeriodResult:
2049
+ :ignore: true
2050
+ :children:
2051
+ Cluster:
2052
+ :children:
2053
+ Endpoint:
2054
+ :children:
2055
+ Port:
2056
+ :type: :integer
2057
+ ClusterCreateTime:
2058
+ :type: :time
2059
+ AutomatedSnapshotRetentionPeriod:
2060
+ :type: :integer
2061
+ ClusterSecurityGroups:
2062
+ :ignore: true
2063
+ :children:
2064
+ ClusterSecurityGroup:
2065
+ :rename: :cluster_security_groups
2066
+ :list: true
2067
+ VpcSecurityGroups:
2068
+ :ignore: true
2069
+ :children:
2070
+ VpcSecurityGroup:
2071
+ :rename: :vpc_security_groups
2072
+ :list: true
2073
+ ClusterParameterGroups:
2074
+ :ignore: true
2075
+ :children:
2076
+ ClusterParameterGroup:
2077
+ :rename: :cluster_parameter_groups
2078
+ :list: true
2079
+ PendingModifiedValues:
2080
+ :children:
2081
+ NumberOfNodes:
2082
+ :type: :integer
2083
+ AutomatedSnapshotRetentionPeriod:
2084
+ :type: :integer
2085
+ AllowVersionUpgrade:
2086
+ :type: :boolean
2087
+ NumberOfNodes:
2088
+ :type: :integer
2089
+ PubliclyAccessible:
2090
+ :type: :boolean
2091
+ Encrypted:
2092
+ :type: :boolean
2093
+ RestoreStatus:
2094
+ :children:
2095
+ CurrentRestoreRateInMegaBytesPerSecond:
2096
+ :type: :float
2097
+ SnapshotSizeInMegaBytes:
2098
+ :type: :integer
2099
+ ProgressInMegaBytes:
2100
+ :type: :integer
2101
+ ElapsedTimeInSeconds:
2102
+ :type: :integer
2103
+ EstimatedTimeToCompletionInSeconds:
2104
+ :type: :integer
2105
+ ClusterSnapshotCopyStatus:
2106
+ :children:
2107
+ RetentionPeriod:
2108
+ :type: :integer
2109
+ ClusterNodes:
2110
+ :ignore: true
2111
+ :children:
2112
+ member:
2113
+ :rename: :cluster_nodes
2114
+ :list: true
2115
+ Tags:
2116
+ :ignore: true
2117
+ :children:
2118
+ Tag:
2119
+ :rename: :tags
2120
+ :list: true
2121
+ :ignore: true
2122
+ - :name: PurchaseReservedNodeOffering
2123
+ :method: :purchase_reserved_node_offering
2124
+ :inputs:
2125
+ ReservedNodeOfferingId:
2126
+ - :string
2127
+ - :required
2128
+ NodeCount:
2129
+ - :integer
2130
+ :outputs:
2131
+ :children:
2132
+ PurchaseReservedNodeOfferingResult:
2133
+ :ignore: true
2134
+ :children:
2135
+ ReservedNode:
2136
+ :children:
2137
+ StartTime:
2138
+ :type: :time
2139
+ Duration:
2140
+ :type: :integer
2141
+ FixedPrice:
2142
+ :type: :float
2143
+ UsagePrice:
2144
+ :type: :float
2145
+ NodeCount:
2146
+ :type: :integer
2147
+ RecurringCharges:
2148
+ :ignore: true
2149
+ :children:
2150
+ RecurringCharge:
2151
+ :rename: :recurring_charges
2152
+ :list: true
2153
+ :children:
2154
+ RecurringChargeAmount:
2155
+ :type: :float
2156
+ :ignore: true
2157
+ - :name: RebootCluster
2158
+ :method: :reboot_cluster
2159
+ :inputs:
2160
+ ClusterIdentifier:
2161
+ - :string
2162
+ - :required
2163
+ :outputs:
2164
+ :children:
2165
+ RebootClusterResult:
2166
+ :ignore: true
2167
+ :children:
2168
+ Cluster:
2169
+ :children:
2170
+ Endpoint:
2171
+ :children:
2172
+ Port:
2173
+ :type: :integer
2174
+ ClusterCreateTime:
2175
+ :type: :time
2176
+ AutomatedSnapshotRetentionPeriod:
2177
+ :type: :integer
2178
+ ClusterSecurityGroups:
2179
+ :ignore: true
2180
+ :children:
2181
+ ClusterSecurityGroup:
2182
+ :rename: :cluster_security_groups
2183
+ :list: true
2184
+ VpcSecurityGroups:
2185
+ :ignore: true
2186
+ :children:
2187
+ VpcSecurityGroup:
2188
+ :rename: :vpc_security_groups
2189
+ :list: true
2190
+ ClusterParameterGroups:
2191
+ :ignore: true
2192
+ :children:
2193
+ ClusterParameterGroup:
2194
+ :rename: :cluster_parameter_groups
2195
+ :list: true
2196
+ PendingModifiedValues:
2197
+ :children:
2198
+ NumberOfNodes:
2199
+ :type: :integer
2200
+ AutomatedSnapshotRetentionPeriod:
2201
+ :type: :integer
2202
+ AllowVersionUpgrade:
2203
+ :type: :boolean
2204
+ NumberOfNodes:
2205
+ :type: :integer
2206
+ PubliclyAccessible:
2207
+ :type: :boolean
2208
+ Encrypted:
2209
+ :type: :boolean
2210
+ RestoreStatus:
2211
+ :children:
2212
+ CurrentRestoreRateInMegaBytesPerSecond:
2213
+ :type: :float
2214
+ SnapshotSizeInMegaBytes:
2215
+ :type: :integer
2216
+ ProgressInMegaBytes:
2217
+ :type: :integer
2218
+ ElapsedTimeInSeconds:
2219
+ :type: :integer
2220
+ EstimatedTimeToCompletionInSeconds:
2221
+ :type: :integer
2222
+ ClusterSnapshotCopyStatus:
2223
+ :children:
2224
+ RetentionPeriod:
2225
+ :type: :integer
2226
+ ClusterNodes:
2227
+ :ignore: true
2228
+ :children:
2229
+ member:
2230
+ :rename: :cluster_nodes
2231
+ :list: true
2232
+ Tags:
2233
+ :ignore: true
2234
+ :children:
2235
+ Tag:
2236
+ :rename: :tags
2237
+ :list: true
2238
+ :ignore: true
2239
+ - :name: ResetClusterParameterGroup
2240
+ :method: :reset_cluster_parameter_group
2241
+ :inputs:
2242
+ ParameterGroupName:
2243
+ - :string
2244
+ - :required
2245
+ ResetAllParameters:
2246
+ - :boolean
2247
+ Parameters:
2248
+ - :membered_list:
2249
+ - :structure:
2250
+ ParameterName:
2251
+ - :string
2252
+ ParameterValue:
2253
+ - :string
2254
+ Description:
2255
+ - :string
2256
+ Source:
2257
+ - :string
2258
+ DataType:
2259
+ - :string
2260
+ AllowedValues:
2261
+ - :string
2262
+ IsModifiable:
2263
+ - :boolean
2264
+ MinimumEngineVersion:
2265
+ - :string
2266
+ :outputs:
2267
+ :children:
2268
+ ResetClusterParameterGroupResult:
2269
+ :ignore: true
2270
+ - :name: RestoreFromClusterSnapshot
2271
+ :method: :restore_from_cluster_snapshot
2272
+ :inputs:
2273
+ ClusterIdentifier:
2274
+ - :string
2275
+ - :required
2276
+ SnapshotIdentifier:
2277
+ - :string
2278
+ - :required
2279
+ SnapshotClusterIdentifier:
2280
+ - :string
2281
+ Port:
2282
+ - :integer
2283
+ AvailabilityZone:
2284
+ - :string
2285
+ AllowVersionUpgrade:
2286
+ - :boolean
2287
+ ClusterSubnetGroupName:
2288
+ - :string
2289
+ PubliclyAccessible:
2290
+ - :boolean
2291
+ OwnerAccount:
2292
+ - :string
2293
+ HsmClientCertificateIdentifier:
2294
+ - :string
2295
+ HsmConfigurationIdentifier:
2296
+ - :string
2297
+ ElasticIp:
2298
+ - :string
2299
+ ClusterParameterGroupName:
2300
+ - :string
2301
+ ClusterSecurityGroups:
2302
+ - :membered_list:
2303
+ - :string
2304
+ VpcSecurityGroupIds:
2305
+ - :membered_list:
2306
+ - :string
2307
+ PreferredMaintenanceWindow:
2308
+ - :string
2309
+ AutomatedSnapshotRetentionPeriod:
2310
+ - :integer
2311
+ KmsKeyId:
2312
+ - :string
2313
+ :outputs:
2314
+ :children:
2315
+ RestoreFromClusterSnapshotResult:
2316
+ :ignore: true
2317
+ :children:
2318
+ Cluster:
2319
+ :children:
2320
+ Endpoint:
2321
+ :children:
2322
+ Port:
2323
+ :type: :integer
2324
+ ClusterCreateTime:
2325
+ :type: :time
2326
+ AutomatedSnapshotRetentionPeriod:
2327
+ :type: :integer
2328
+ ClusterSecurityGroups:
2329
+ :ignore: true
2330
+ :children:
2331
+ ClusterSecurityGroup:
2332
+ :rename: :cluster_security_groups
2333
+ :list: true
2334
+ VpcSecurityGroups:
2335
+ :ignore: true
2336
+ :children:
2337
+ VpcSecurityGroup:
2338
+ :rename: :vpc_security_groups
2339
+ :list: true
2340
+ ClusterParameterGroups:
2341
+ :ignore: true
2342
+ :children:
2343
+ ClusterParameterGroup:
2344
+ :rename: :cluster_parameter_groups
2345
+ :list: true
2346
+ PendingModifiedValues:
2347
+ :children:
2348
+ NumberOfNodes:
2349
+ :type: :integer
2350
+ AutomatedSnapshotRetentionPeriod:
2351
+ :type: :integer
2352
+ AllowVersionUpgrade:
2353
+ :type: :boolean
2354
+ NumberOfNodes:
2355
+ :type: :integer
2356
+ PubliclyAccessible:
2357
+ :type: :boolean
2358
+ Encrypted:
2359
+ :type: :boolean
2360
+ RestoreStatus:
2361
+ :children:
2362
+ CurrentRestoreRateInMegaBytesPerSecond:
2363
+ :type: :float
2364
+ SnapshotSizeInMegaBytes:
2365
+ :type: :integer
2366
+ ProgressInMegaBytes:
2367
+ :type: :integer
2368
+ ElapsedTimeInSeconds:
2369
+ :type: :integer
2370
+ EstimatedTimeToCompletionInSeconds:
2371
+ :type: :integer
2372
+ ClusterSnapshotCopyStatus:
2373
+ :children:
2374
+ RetentionPeriod:
2375
+ :type: :integer
2376
+ ClusterNodes:
2377
+ :ignore: true
2378
+ :children:
2379
+ member:
2380
+ :rename: :cluster_nodes
2381
+ :list: true
2382
+ Tags:
2383
+ :ignore: true
2384
+ :children:
2385
+ Tag:
2386
+ :rename: :tags
2387
+ :list: true
2388
+ :ignore: true
2389
+ - :name: RevokeClusterSecurityGroupIngress
2390
+ :method: :revoke_cluster_security_group_ingress
2391
+ :inputs:
2392
+ ClusterSecurityGroupName:
2393
+ - :string
2394
+ - :required
2395
+ CIDRIP:
2396
+ - :string
2397
+ EC2SecurityGroupName:
2398
+ - :string
2399
+ EC2SecurityGroupOwnerId:
2400
+ - :string
2401
+ :outputs:
2402
+ :children:
2403
+ RevokeClusterSecurityGroupIngressResult:
2404
+ :ignore: true
2405
+ :children:
2406
+ ClusterSecurityGroup:
2407
+ :children:
2408
+ EC2SecurityGroups:
2409
+ :ignore: true
2410
+ :children:
2411
+ EC2SecurityGroup:
2412
+ :rename: :ec2_security_groups
2413
+ :list: true
2414
+ :children:
2415
+ Tags:
2416
+ :ignore: true
2417
+ :children:
2418
+ Tag:
2419
+ :rename: :tags
2420
+ :list: true
2421
+ IPRanges:
2422
+ :ignore: true
2423
+ :children:
2424
+ IPRange:
2425
+ :rename: :ip_ranges
2426
+ :list: true
2427
+ :children:
2428
+ Tags:
2429
+ :ignore: true
2430
+ :children:
2431
+ Tag:
2432
+ :rename: :tags
2433
+ :list: true
2434
+ Tags:
2435
+ :ignore: true
2436
+ :children:
2437
+ Tag:
2438
+ :rename: :tags
2439
+ :list: true
2440
+ :ignore: true
2441
+ - :name: RevokeSnapshotAccess
2442
+ :method: :revoke_snapshot_access
2443
+ :inputs:
2444
+ SnapshotIdentifier:
2445
+ - :string
2446
+ - :required
2447
+ SnapshotClusterIdentifier:
2448
+ - :string
2449
+ AccountWithRestoreAccess:
2450
+ - :string
2451
+ - :required
2452
+ :outputs:
2453
+ :children:
2454
+ RevokeSnapshotAccessResult:
2455
+ :ignore: true
2456
+ :children:
2457
+ Snapshot:
2458
+ :children:
2459
+ SnapshotCreateTime:
2460
+ :type: :time
2461
+ Port:
2462
+ :type: :integer
2463
+ ClusterCreateTime:
2464
+ :type: :time
2465
+ NumberOfNodes:
2466
+ :type: :integer
2467
+ Encrypted:
2468
+ :type: :boolean
2469
+ EncryptedWithHSM:
2470
+ :type: :boolean
2471
+ AccountsWithRestoreAccess:
2472
+ :ignore: true
2473
+ :children:
2474
+ AccountWithRestoreAccess:
2475
+ :rename: :accounts_with_restore_access
2476
+ :list: true
2477
+ TotalBackupSizeInMegaBytes:
2478
+ :type: :float
2479
+ ActualIncrementalBackupSizeInMegaBytes:
2480
+ :type: :float
2481
+ BackupProgressInMegaBytes:
2482
+ :type: :float
2483
+ CurrentBackupRateInMegaBytesPerSecond:
2484
+ :type: :float
2485
+ EstimatedSecondsToCompletion:
2486
+ :type: :integer
2487
+ ElapsedTimeInSeconds:
2488
+ :type: :integer
2489
+ Tags:
2490
+ :ignore: true
2491
+ :children:
2492
+ Tag:
2493
+ :rename: :tags
2494
+ :list: true
2495
+ :ignore: true
2496
+ - :name: RotateEncryptionKey
2497
+ :method: :rotate_encryption_key
2498
+ :inputs:
2499
+ ClusterIdentifier:
2500
+ - :string
2501
+ - :required
2502
+ :outputs:
2503
+ :children:
2504
+ RotateEncryptionKeyResult:
2505
+ :ignore: true
2506
+ :children:
2507
+ Cluster:
2508
+ :children:
2509
+ Endpoint:
2510
+ :children:
2511
+ Port:
2512
+ :type: :integer
2513
+ ClusterCreateTime:
2514
+ :type: :time
2515
+ AutomatedSnapshotRetentionPeriod:
2516
+ :type: :integer
2517
+ ClusterSecurityGroups:
2518
+ :ignore: true
2519
+ :children:
2520
+ ClusterSecurityGroup:
2521
+ :rename: :cluster_security_groups
2522
+ :list: true
2523
+ VpcSecurityGroups:
2524
+ :ignore: true
2525
+ :children:
2526
+ VpcSecurityGroup:
2527
+ :rename: :vpc_security_groups
2528
+ :list: true
2529
+ ClusterParameterGroups:
2530
+ :ignore: true
2531
+ :children:
2532
+ ClusterParameterGroup:
2533
+ :rename: :cluster_parameter_groups
2534
+ :list: true
2535
+ PendingModifiedValues:
2536
+ :children:
2537
+ NumberOfNodes:
2538
+ :type: :integer
2539
+ AutomatedSnapshotRetentionPeriod:
2540
+ :type: :integer
2541
+ AllowVersionUpgrade:
2542
+ :type: :boolean
2543
+ NumberOfNodes:
2544
+ :type: :integer
2545
+ PubliclyAccessible:
2546
+ :type: :boolean
2547
+ Encrypted:
2548
+ :type: :boolean
2549
+ RestoreStatus:
2550
+ :children:
2551
+ CurrentRestoreRateInMegaBytesPerSecond:
2552
+ :type: :float
2553
+ SnapshotSizeInMegaBytes:
2554
+ :type: :integer
2555
+ ProgressInMegaBytes:
2556
+ :type: :integer
2557
+ ElapsedTimeInSeconds:
2558
+ :type: :integer
2559
+ EstimatedTimeToCompletionInSeconds:
2560
+ :type: :integer
2561
+ ClusterSnapshotCopyStatus:
2562
+ :children:
2563
+ RetentionPeriod:
2564
+ :type: :integer
2565
+ ClusterNodes:
2566
+ :ignore: true
2567
+ :children:
2568
+ member:
2569
+ :rename: :cluster_nodes
2570
+ :list: true
2571
+ Tags:
2572
+ :ignore: true
2573
+ :children:
2574
+ Tag:
2575
+ :rename: :tags
2576
+ :list: true
2577
+ :ignore: true