aws-sdk-v1 1.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +7 -0
  3. data/LICENSE.txt +12 -0
  4. data/README.md +337 -0
  5. data/bin/aws-rb +179 -0
  6. data/ca-bundle.crt +3554 -0
  7. data/endpoints.json +1671 -0
  8. data/lib/aws-sdk-v1.rb +2 -0
  9. data/lib/aws-sdk.rb +1 -0
  10. data/lib/aws.rb +14 -0
  11. data/lib/aws/api_config/AutoScaling-2011-01-01.yml +1070 -0
  12. data/lib/aws/api_config/CloudFormation-2010-05-15.yml +372 -0
  13. data/lib/aws/api_config/CloudFront-2013-05-12.yml +2448 -0
  14. data/lib/aws/api_config/CloudFront-2013-08-26.yml +2599 -0
  15. data/lib/aws/api_config/CloudFront-2013-09-27.yml +2765 -0
  16. data/lib/aws/api_config/CloudFront-2013-11-11.yml +2886 -0
  17. data/lib/aws/api_config/CloudFront-2013-11-22.yml +2918 -0
  18. data/lib/aws/api_config/CloudFront-2014-01-31.yml +2934 -0
  19. data/lib/aws/api_config/CloudFront-2014-05-31.yml +3100 -0
  20. data/lib/aws/api_config/CloudSearch-2011-02-01.yml +681 -0
  21. data/lib/aws/api_config/CloudSearch-2013-01-01.yml +1164 -0
  22. data/lib/aws/api_config/CloudTrail-2013-11-01.yml +130 -0
  23. data/lib/aws/api_config/CloudWatch-2010-08-01.yml +433 -0
  24. data/lib/aws/api_config/DataPipeline-2012-10-29.yml +422 -0
  25. data/lib/aws/api_config/DirectConnect-2012-10-25.yml +735 -0
  26. data/lib/aws/api_config/DynamoDB-2011-12-05.yml +1168 -0
  27. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +2105 -0
  28. data/lib/aws/api_config/EC2-2013-08-15.yml +4708 -0
  29. data/lib/aws/api_config/EC2-2013-10-01.yml +4726 -0
  30. data/lib/aws/api_config/EC2-2013-10-15.yml +4651 -0
  31. data/lib/aws/api_config/EC2-2014-02-01.yml +4755 -0
  32. data/lib/aws/api_config/EC2-2014-05-01.yml +4812 -0
  33. data/lib/aws/api_config/ELB-2012-06-01.yml +766 -0
  34. data/lib/aws/api_config/EMR-2009-03-31.yml +972 -0
  35. data/lib/aws/api_config/ElastiCache-2013-06-15.yml +1188 -0
  36. data/lib/aws/api_config/ElastiCache-2014-03-24.yml +1375 -0
  37. data/lib/aws/api_config/ElastiCache-2014-07-15.yml +1385 -0
  38. data/lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml +854 -0
  39. data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +3082 -0
  40. data/lib/aws/api_config/Glacier-2012-06-01.yml +649 -0
  41. data/lib/aws/api_config/IAM-2010-05-08.yml +1339 -0
  42. data/lib/aws/api_config/ImportExport-2010-06-01.yml +109 -0
  43. data/lib/aws/api_config/Kinesis-2013-12-02.yml +201 -0
  44. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +2025 -0
  45. data/lib/aws/api_config/RDS-2013-05-15.yml +2464 -0
  46. data/lib/aws/api_config/RDS-2013-09-09.yml +2640 -0
  47. data/lib/aws/api_config/Redshift-2012-12-01.yml +2161 -0
  48. data/lib/aws/api_config/Route53-2012-12-12.yml +547 -0
  49. data/lib/aws/api_config/Route53-2013-04-01.yml +889 -0
  50. data/lib/aws/api_config/SNS-2010-03-31.yml +448 -0
  51. data/lib/aws/api_config/SQS-2012-11-05.yml +404 -0
  52. data/lib/aws/api_config/STS-2011-06-15.yml +151 -0
  53. data/lib/aws/api_config/SimpleDB-2009-04-15.yml +306 -0
  54. data/lib/aws/api_config/SimpleEmailService-2010-12-01.yml +346 -0
  55. data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +2388 -0
  56. data/lib/aws/api_config/StorageGateway-2012-06-30.yml +748 -0
  57. data/lib/aws/api_config/StorageGateway-2013-06-30.yml +1025 -0
  58. data/lib/aws/api_config/Support-2013-04-15.yml +489 -0
  59. data/lib/aws/auto_scaling.rb +163 -0
  60. data/lib/aws/auto_scaling/activity.rb +102 -0
  61. data/lib/aws/auto_scaling/activity_collection.rb +81 -0
  62. data/lib/aws/auto_scaling/client.rb +48 -0
  63. data/lib/aws/auto_scaling/config.rb +18 -0
  64. data/lib/aws/auto_scaling/errors.rb +22 -0
  65. data/lib/aws/auto_scaling/group.rb +421 -0
  66. data/lib/aws/auto_scaling/group_collection.rb +96 -0
  67. data/lib/aws/auto_scaling/group_options.rb +155 -0
  68. data/lib/aws/auto_scaling/instance.rb +192 -0
  69. data/lib/aws/auto_scaling/instance_collection.rb +63 -0
  70. data/lib/aws/auto_scaling/launch_configuration.rb +162 -0
  71. data/lib/aws/auto_scaling/launch_configuration_collection.rb +160 -0
  72. data/lib/aws/auto_scaling/notification_configuration.rb +89 -0
  73. data/lib/aws/auto_scaling/notification_configuration_collection.rb +183 -0
  74. data/lib/aws/auto_scaling/scaling_policy.rb +142 -0
  75. data/lib/aws/auto_scaling/scaling_policy_collection.rb +72 -0
  76. data/lib/aws/auto_scaling/scaling_policy_options.rb +65 -0
  77. data/lib/aws/auto_scaling/scheduled_action.rb +141 -0
  78. data/lib/aws/auto_scaling/scheduled_action_collection.rb +202 -0
  79. data/lib/aws/auto_scaling/tag.rb +59 -0
  80. data/lib/aws/auto_scaling/tag_collection.rb +114 -0
  81. data/lib/aws/cloud_formation.rb +272 -0
  82. data/lib/aws/cloud_formation/client.rb +48 -0
  83. data/lib/aws/cloud_formation/config.rb +18 -0
  84. data/lib/aws/cloud_formation/errors.rb +22 -0
  85. data/lib/aws/cloud_formation/stack.rb +266 -0
  86. data/lib/aws/cloud_formation/stack_collection.rb +232 -0
  87. data/lib/aws/cloud_formation/stack_event.rb +73 -0
  88. data/lib/aws/cloud_formation/stack_event_collection.rb +47 -0
  89. data/lib/aws/cloud_formation/stack_options.rb +72 -0
  90. data/lib/aws/cloud_formation/stack_output.rb +53 -0
  91. data/lib/aws/cloud_formation/stack_resource.rb +117 -0
  92. data/lib/aws/cloud_formation/stack_resource_collection.rb +83 -0
  93. data/lib/aws/cloud_formation/stack_resource_summary_collection.rb +64 -0
  94. data/lib/aws/cloud_formation/stack_summary_collection.rb +123 -0
  95. data/lib/aws/cloud_front.rb +72 -0
  96. data/lib/aws/cloud_front/client.rb +57 -0
  97. data/lib/aws/cloud_front/config.rb +18 -0
  98. data/lib/aws/cloud_front/errors.rb +22 -0
  99. data/lib/aws/cloud_search.rb +73 -0
  100. data/lib/aws/cloud_search/client.rb +40 -0
  101. data/lib/aws/cloud_search/config.rb +18 -0
  102. data/lib/aws/cloud_search/errors.rb +22 -0
  103. data/lib/aws/cloud_trail.rb +72 -0
  104. data/lib/aws/cloud_trail/client.rb +35 -0
  105. data/lib/aws/cloud_trail/config.rb +18 -0
  106. data/lib/aws/cloud_trail/errors.rb +22 -0
  107. data/lib/aws/cloud_watch.rb +118 -0
  108. data/lib/aws/cloud_watch/alarm.rb +293 -0
  109. data/lib/aws/cloud_watch/alarm_collection.rb +153 -0
  110. data/lib/aws/cloud_watch/alarm_history_item.rb +50 -0
  111. data/lib/aws/cloud_watch/alarm_history_item_collection.rb +84 -0
  112. data/lib/aws/cloud_watch/client.rb +40 -0
  113. data/lib/aws/cloud_watch/config.rb +18 -0
  114. data/lib/aws/cloud_watch/errors.rb +22 -0
  115. data/lib/aws/cloud_watch/metric.rb +135 -0
  116. data/lib/aws/cloud_watch/metric_alarm_collection.rb +160 -0
  117. data/lib/aws/cloud_watch/metric_collection.rb +129 -0
  118. data/lib/aws/cloud_watch/metric_statistics.rb +69 -0
  119. data/lib/aws/core.rb +716 -0
  120. data/lib/aws/core/async_handle.rb +90 -0
  121. data/lib/aws/core/cacheable.rb +77 -0
  122. data/lib/aws/core/client.rb +787 -0
  123. data/lib/aws/core/collection.rb +263 -0
  124. data/lib/aws/core/collection/simple.rb +82 -0
  125. data/lib/aws/core/collection/with_limit_and_next_token.rb +71 -0
  126. data/lib/aws/core/collection/with_next_token.rb +97 -0
  127. data/lib/aws/core/configuration.rb +542 -0
  128. data/lib/aws/core/credential_providers.rb +639 -0
  129. data/lib/aws/core/data.rb +247 -0
  130. data/lib/aws/core/deprecations.rb +84 -0
  131. data/lib/aws/core/endpoints.rb +37 -0
  132. data/lib/aws/core/http/connection_pool.rb +369 -0
  133. data/lib/aws/core/http/curb_handler.rb +148 -0
  134. data/lib/aws/core/http/handler.rb +89 -0
  135. data/lib/aws/core/http/net_http_handler.rb +144 -0
  136. data/lib/aws/core/http/patch.rb +102 -0
  137. data/lib/aws/core/http/request.rb +259 -0
  138. data/lib/aws/core/http/response.rb +81 -0
  139. data/lib/aws/core/indifferent_hash.rb +88 -0
  140. data/lib/aws/core/inflection.rb +56 -0
  141. data/lib/aws/core/ini_parser.rb +42 -0
  142. data/lib/aws/core/json_client.rb +47 -0
  143. data/lib/aws/core/json_parser.rb +76 -0
  144. data/lib/aws/core/json_request_builder.rb +35 -0
  145. data/lib/aws/core/json_response_parser.rb +79 -0
  146. data/lib/aws/core/lazy_error_classes.rb +108 -0
  147. data/lib/aws/core/log_formatter.rb +428 -0
  148. data/lib/aws/core/managed_file.rb +32 -0
  149. data/lib/aws/core/meta_utils.rb +45 -0
  150. data/lib/aws/core/model.rb +62 -0
  151. data/lib/aws/core/naming.rb +30 -0
  152. data/lib/aws/core/option_grammar.rb +738 -0
  153. data/lib/aws/core/options/json_serializer.rb +82 -0
  154. data/lib/aws/core/options/validator.rb +155 -0
  155. data/lib/aws/core/options/xml_serializer.rb +118 -0
  156. data/lib/aws/core/page_result.rb +75 -0
  157. data/lib/aws/core/policy.rb +941 -0
  158. data/lib/aws/core/query_client.rb +41 -0
  159. data/lib/aws/core/query_error_parser.rb +24 -0
  160. data/lib/aws/core/query_request_builder.rb +47 -0
  161. data/lib/aws/core/query_response_parser.rb +35 -0
  162. data/lib/aws/core/region.rb +85 -0
  163. data/lib/aws/core/region_collection.rb +80 -0
  164. data/lib/aws/core/resource.rb +413 -0
  165. data/lib/aws/core/resource_cache.rb +40 -0
  166. data/lib/aws/core/response.rb +215 -0
  167. data/lib/aws/core/response_cache.rb +50 -0
  168. data/lib/aws/core/rest_error_parser.rb +24 -0
  169. data/lib/aws/core/rest_json_client.rb +40 -0
  170. data/lib/aws/core/rest_request_builder.rb +154 -0
  171. data/lib/aws/core/rest_response_parser.rb +66 -0
  172. data/lib/aws/core/rest_xml_client.rb +47 -0
  173. data/lib/aws/core/service_interface.rb +83 -0
  174. data/lib/aws/core/signers/base.rb +46 -0
  175. data/lib/aws/core/signers/cloud_front.rb +56 -0
  176. data/lib/aws/core/signers/s3.rb +159 -0
  177. data/lib/aws/core/signers/version_2.rb +72 -0
  178. data/lib/aws/core/signers/version_3.rb +86 -0
  179. data/lib/aws/core/signers/version_3_https.rb +61 -0
  180. data/lib/aws/core/signers/version_4.rb +228 -0
  181. data/lib/aws/core/signers/version_4/chunk_signed_stream.rb +191 -0
  182. data/lib/aws/core/uri_escape.rb +44 -0
  183. data/lib/aws/core/xml/frame.rb +245 -0
  184. data/lib/aws/core/xml/frame_stack.rb +85 -0
  185. data/lib/aws/core/xml/grammar.rb +307 -0
  186. data/lib/aws/core/xml/parser.rb +70 -0
  187. data/lib/aws/core/xml/root_frame.rb +65 -0
  188. data/lib/aws/core/xml/sax_handlers/libxml.rb +47 -0
  189. data/lib/aws/core/xml/sax_handlers/nokogiri.rb +56 -0
  190. data/lib/aws/core/xml/sax_handlers/ox.rb +41 -0
  191. data/lib/aws/core/xml/sax_handlers/rexml.rb +47 -0
  192. data/lib/aws/core/xml/stub.rb +123 -0
  193. data/lib/aws/data_pipeline.rb +72 -0
  194. data/lib/aws/data_pipeline/client.rb +36 -0
  195. data/lib/aws/data_pipeline/config.rb +18 -0
  196. data/lib/aws/data_pipeline/errors.rb +20 -0
  197. data/lib/aws/direct_connect.rb +73 -0
  198. data/lib/aws/direct_connect/client.rb +36 -0
  199. data/lib/aws/direct_connect/config.rb +18 -0
  200. data/lib/aws/direct_connect/errors.rb +22 -0
  201. data/lib/aws/dynamo_db.rb +230 -0
  202. data/lib/aws/dynamo_db/attribute_collection.rb +456 -0
  203. data/lib/aws/dynamo_db/batch_get.rb +213 -0
  204. data/lib/aws/dynamo_db/batch_write.rb +254 -0
  205. data/lib/aws/dynamo_db/binary.rb +35 -0
  206. data/lib/aws/dynamo_db/client.rb +129 -0
  207. data/lib/aws/dynamo_db/client/v20111205.rb +1266 -0
  208. data/lib/aws/dynamo_db/client/v20120810.rb +1409 -0
  209. data/lib/aws/dynamo_db/client_v2.rb +44 -0
  210. data/lib/aws/dynamo_db/config.rb +24 -0
  211. data/lib/aws/dynamo_db/errors.rb +20 -0
  212. data/lib/aws/dynamo_db/expectations.rb +40 -0
  213. data/lib/aws/dynamo_db/item.rb +133 -0
  214. data/lib/aws/dynamo_db/item_collection.rb +856 -0
  215. data/lib/aws/dynamo_db/item_data.rb +31 -0
  216. data/lib/aws/dynamo_db/keys.rb +41 -0
  217. data/lib/aws/dynamo_db/primary_key_element.rb +48 -0
  218. data/lib/aws/dynamo_db/resource.rb +33 -0
  219. data/lib/aws/dynamo_db/table.rb +492 -0
  220. data/lib/aws/dynamo_db/table_collection.rb +165 -0
  221. data/lib/aws/dynamo_db/types.rb +111 -0
  222. data/lib/aws/ec2.rb +428 -0
  223. data/lib/aws/ec2/attachment.rb +135 -0
  224. data/lib/aws/ec2/attachment_collection.rb +54 -0
  225. data/lib/aws/ec2/availability_zone.rb +86 -0
  226. data/lib/aws/ec2/availability_zone_collection.rb +43 -0
  227. data/lib/aws/ec2/block_device_mappings.rb +53 -0
  228. data/lib/aws/ec2/client.rb +154 -0
  229. data/lib/aws/ec2/collection.rb +36 -0
  230. data/lib/aws/ec2/config.rb +21 -0
  231. data/lib/aws/ec2/customer_gateway.rb +90 -0
  232. data/lib/aws/ec2/customer_gateway_collection.rb +73 -0
  233. data/lib/aws/ec2/dhcp_options.rb +106 -0
  234. data/lib/aws/ec2/dhcp_options_collection.rb +87 -0
  235. data/lib/aws/ec2/elastic_ip.rb +209 -0
  236. data/lib/aws/ec2/elastic_ip_collection.rb +93 -0
  237. data/lib/aws/ec2/errors.rb +32 -0
  238. data/lib/aws/ec2/export_task.rb +120 -0
  239. data/lib/aws/ec2/export_task_collection.rb +67 -0
  240. data/lib/aws/ec2/filtered_collection.rb +87 -0
  241. data/lib/aws/ec2/has_permissions.rb +44 -0
  242. data/lib/aws/ec2/image.rb +270 -0
  243. data/lib/aws/ec2/image_collection.rb +219 -0
  244. data/lib/aws/ec2/instance.rb +803 -0
  245. data/lib/aws/ec2/instance_collection.rb +402 -0
  246. data/lib/aws/ec2/internet_gateway.rb +122 -0
  247. data/lib/aws/ec2/internet_gateway/attachment.rb +78 -0
  248. data/lib/aws/ec2/internet_gateway_collection.rb +54 -0
  249. data/lib/aws/ec2/key_pair.rb +82 -0
  250. data/lib/aws/ec2/key_pair_collection.rb +99 -0
  251. data/lib/aws/ec2/network_acl.rb +256 -0
  252. data/lib/aws/ec2/network_acl/association.rb +56 -0
  253. data/lib/aws/ec2/network_acl/entry.rb +147 -0
  254. data/lib/aws/ec2/network_acl_collection.rb +64 -0
  255. data/lib/aws/ec2/network_interface.rb +237 -0
  256. data/lib/aws/ec2/network_interface/attachment.rb +100 -0
  257. data/lib/aws/ec2/network_interface_collection.rb +103 -0
  258. data/lib/aws/ec2/permission_collection.rb +174 -0
  259. data/lib/aws/ec2/region.rb +106 -0
  260. data/lib/aws/ec2/region_collection.rb +51 -0
  261. data/lib/aws/ec2/reserved_instances.rb +57 -0
  262. data/lib/aws/ec2/reserved_instances_collection.rb +40 -0
  263. data/lib/aws/ec2/reserved_instances_offering.rb +60 -0
  264. data/lib/aws/ec2/reserved_instances_offering_collection.rb +45 -0
  265. data/lib/aws/ec2/resource.rb +161 -0
  266. data/lib/aws/ec2/resource_tag_collection.rb +211 -0
  267. data/lib/aws/ec2/route_table.rb +205 -0
  268. data/lib/aws/ec2/route_table/association.rb +119 -0
  269. data/lib/aws/ec2/route_table/route.rb +119 -0
  270. data/lib/aws/ec2/route_table_collection.rb +72 -0
  271. data/lib/aws/ec2/security_group.rb +482 -0
  272. data/lib/aws/ec2/security_group/ip_permission.rb +135 -0
  273. data/lib/aws/ec2/security_group/ip_permission_collection.rb +82 -0
  274. data/lib/aws/ec2/security_group_collection.rb +133 -0
  275. data/lib/aws/ec2/snapshot.rb +143 -0
  276. data/lib/aws/ec2/snapshot_collection.rb +131 -0
  277. data/lib/aws/ec2/subnet.rb +161 -0
  278. data/lib/aws/ec2/subnet_collection.rb +119 -0
  279. data/lib/aws/ec2/tag.rb +81 -0
  280. data/lib/aws/ec2/tag_collection.rb +107 -0
  281. data/lib/aws/ec2/tagged_collection.rb +67 -0
  282. data/lib/aws/ec2/tagged_item.rb +85 -0
  283. data/lib/aws/ec2/volume.rb +185 -0
  284. data/lib/aws/ec2/volume_collection.rb +102 -0
  285. data/lib/aws/ec2/vpc.rb +174 -0
  286. data/lib/aws/ec2/vpc_collection.rb +70 -0
  287. data/lib/aws/ec2/vpn_connection.rb +99 -0
  288. data/lib/aws/ec2/vpn_connection/telemetry.rb +49 -0
  289. data/lib/aws/ec2/vpn_connection_collection.rb +96 -0
  290. data/lib/aws/ec2/vpn_gateway.rb +123 -0
  291. data/lib/aws/ec2/vpn_gateway/attachment.rb +45 -0
  292. data/lib/aws/ec2/vpn_gateway_collection.rb +77 -0
  293. data/lib/aws/elastic_beanstalk.rb +49 -0
  294. data/lib/aws/elastic_beanstalk/client.rb +36 -0
  295. data/lib/aws/elastic_beanstalk/config.rb +18 -0
  296. data/lib/aws/elastic_beanstalk/errors.rb +22 -0
  297. data/lib/aws/elastic_transcoder.rb +29 -0
  298. data/lib/aws/elastic_transcoder/client.rb +48 -0
  299. data/lib/aws/elastic_transcoder/config.rb +18 -0
  300. data/lib/aws/elastic_transcoder/errors.rb +23 -0
  301. data/lib/aws/elasticache.rb +49 -0
  302. data/lib/aws/elasticache/client.rb +41 -0
  303. data/lib/aws/elasticache/config.rb +18 -0
  304. data/lib/aws/elasticache/errors.rb +22 -0
  305. data/lib/aws/elb.rb +66 -0
  306. data/lib/aws/elb/availability_zone_collection.rb +138 -0
  307. data/lib/aws/elb/backend_server_policy_collection.rb +139 -0
  308. data/lib/aws/elb/client.rb +35 -0
  309. data/lib/aws/elb/config.rb +18 -0
  310. data/lib/aws/elb/errors.rb +26 -0
  311. data/lib/aws/elb/instance_collection.rb +168 -0
  312. data/lib/aws/elb/listener.rb +190 -0
  313. data/lib/aws/elb/listener_collection.rb +113 -0
  314. data/lib/aws/elb/listener_opts.rb +45 -0
  315. data/lib/aws/elb/load_balancer.rb +280 -0
  316. data/lib/aws/elb/load_balancer_collection.rb +146 -0
  317. data/lib/aws/elb/load_balancer_policy.rb +93 -0
  318. data/lib/aws/elb/load_balancer_policy_collection.rb +208 -0
  319. data/lib/aws/emr.rb +87 -0
  320. data/lib/aws/emr/client.rb +35 -0
  321. data/lib/aws/emr/config.rb +18 -0
  322. data/lib/aws/emr/errors.rb +22 -0
  323. data/lib/aws/emr/instance_group.rb +138 -0
  324. data/lib/aws/emr/instance_group_collection.rb +82 -0
  325. data/lib/aws/emr/job_flow.rb +307 -0
  326. data/lib/aws/emr/job_flow_collection.rb +183 -0
  327. data/lib/aws/errors.rb +162 -0
  328. data/lib/aws/glacier.rb +79 -0
  329. data/lib/aws/glacier/archive.rb +56 -0
  330. data/lib/aws/glacier/archive_collection.rb +146 -0
  331. data/lib/aws/glacier/client.rb +49 -0
  332. data/lib/aws/glacier/config.rb +19 -0
  333. data/lib/aws/glacier/errors.rb +22 -0
  334. data/lib/aws/glacier/resource.rb +30 -0
  335. data/lib/aws/glacier/vault.rb +145 -0
  336. data/lib/aws/glacier/vault_collection.rb +75 -0
  337. data/lib/aws/glacier/vault_notification_configuration.rb +29 -0
  338. data/lib/aws/iam.rb +408 -0
  339. data/lib/aws/iam/access_key.rb +185 -0
  340. data/lib/aws/iam/access_key_collection.rb +128 -0
  341. data/lib/aws/iam/account_alias_collection.rb +79 -0
  342. data/lib/aws/iam/client.rb +49 -0
  343. data/lib/aws/iam/collection.rb +83 -0
  344. data/lib/aws/iam/config.rb +18 -0
  345. data/lib/aws/iam/errors.rb +22 -0
  346. data/lib/aws/iam/group.rb +111 -0
  347. data/lib/aws/iam/group_collection.rb +132 -0
  348. data/lib/aws/iam/group_policy_collection.rb +47 -0
  349. data/lib/aws/iam/group_user_collection.rb +84 -0
  350. data/lib/aws/iam/login_profile.rb +111 -0
  351. data/lib/aws/iam/mfa_device.rb +52 -0
  352. data/lib/aws/iam/mfa_device_collection.rb +127 -0
  353. data/lib/aws/iam/policy.rb +46 -0
  354. data/lib/aws/iam/policy_collection.rb +188 -0
  355. data/lib/aws/iam/resource.rb +62 -0
  356. data/lib/aws/iam/server_certificate.rb +148 -0
  357. data/lib/aws/iam/server_certificate_collection.rb +138 -0
  358. data/lib/aws/iam/signing_certificate.rb +186 -0
  359. data/lib/aws/iam/signing_certificate_collection.rb +131 -0
  360. data/lib/aws/iam/user.rb +200 -0
  361. data/lib/aws/iam/user_collection.rb +133 -0
  362. data/lib/aws/iam/user_group_collection.rb +98 -0
  363. data/lib/aws/iam/user_policy.rb +90 -0
  364. data/lib/aws/iam/user_policy_collection.rb +45 -0
  365. data/lib/aws/iam/virtual_mfa_device.rb +139 -0
  366. data/lib/aws/iam/virtual_mfa_device_collection.rb +73 -0
  367. data/lib/aws/import_export.rb +73 -0
  368. data/lib/aws/import_export/client.rb +35 -0
  369. data/lib/aws/import_export/config.rb +19 -0
  370. data/lib/aws/import_export/errors.rb +22 -0
  371. data/lib/aws/kinesis.rb +53 -0
  372. data/lib/aws/kinesis/client.rb +35 -0
  373. data/lib/aws/kinesis/config.rb +18 -0
  374. data/lib/aws/kinesis/errors.rb +20 -0
  375. data/lib/aws/ops_works.rb +29 -0
  376. data/lib/aws/ops_works/client.rb +35 -0
  377. data/lib/aws/ops_works/config.rb +18 -0
  378. data/lib/aws/ops_works/errors.rb +20 -0
  379. data/lib/aws/rails.rb +195 -0
  380. data/lib/aws/rds.rb +70 -0
  381. data/lib/aws/rds/client.rb +42 -0
  382. data/lib/aws/rds/config.rb +18 -0
  383. data/lib/aws/rds/db_instance.rb +215 -0
  384. data/lib/aws/rds/db_instance_collection.rb +75 -0
  385. data/lib/aws/rds/db_snapshot.rb +163 -0
  386. data/lib/aws/rds/db_snapshot_collection.rb +89 -0
  387. data/lib/aws/rds/errors.rb +22 -0
  388. data/lib/aws/record.rb +139 -0
  389. data/lib/aws/record/abstract_base.rb +689 -0
  390. data/lib/aws/record/attributes.rb +388 -0
  391. data/lib/aws/record/conversion.rb +38 -0
  392. data/lib/aws/record/dirty_tracking.rb +287 -0
  393. data/lib/aws/record/errors.rb +143 -0
  394. data/lib/aws/record/exceptions.rb +51 -0
  395. data/lib/aws/record/hash_model.rb +204 -0
  396. data/lib/aws/record/hash_model/attributes.rb +195 -0
  397. data/lib/aws/record/hash_model/finder_methods.rb +172 -0
  398. data/lib/aws/record/hash_model/scope.rb +108 -0
  399. data/lib/aws/record/model.rb +453 -0
  400. data/lib/aws/record/model/attributes.rb +377 -0
  401. data/lib/aws/record/model/finder_methods.rb +232 -0
  402. data/lib/aws/record/model/scope.rb +212 -0
  403. data/lib/aws/record/naming.rb +31 -0
  404. data/lib/aws/record/scope.rb +203 -0
  405. data/lib/aws/record/validations.rb +694 -0
  406. data/lib/aws/record/validator.rb +246 -0
  407. data/lib/aws/record/validators/acceptance.rb +49 -0
  408. data/lib/aws/record/validators/block.rb +36 -0
  409. data/lib/aws/record/validators/confirmation.rb +41 -0
  410. data/lib/aws/record/validators/count.rb +106 -0
  411. data/lib/aws/record/validators/exclusion.rb +41 -0
  412. data/lib/aws/record/validators/format.rb +55 -0
  413. data/lib/aws/record/validators/inclusion.rb +54 -0
  414. data/lib/aws/record/validators/length.rb +105 -0
  415. data/lib/aws/record/validators/method.rb +31 -0
  416. data/lib/aws/record/validators/numericality.rb +136 -0
  417. data/lib/aws/record/validators/presence.rb +43 -0
  418. data/lib/aws/redshift.rb +51 -0
  419. data/lib/aws/redshift/client.rb +35 -0
  420. data/lib/aws/redshift/config.rb +18 -0
  421. data/lib/aws/redshift/errors.rb +22 -0
  422. data/lib/aws/route_53.rb +86 -0
  423. data/lib/aws/route_53/change_batch.rb +161 -0
  424. data/lib/aws/route_53/change_info.rb +72 -0
  425. data/lib/aws/route_53/client.rb +38 -0
  426. data/lib/aws/route_53/config.rb +18 -0
  427. data/lib/aws/route_53/errors.rb +22 -0
  428. data/lib/aws/route_53/hosted_zone.rb +134 -0
  429. data/lib/aws/route_53/hosted_zone_collection.rb +101 -0
  430. data/lib/aws/route_53/resource_record_set.rb +251 -0
  431. data/lib/aws/route_53/resource_record_set_collection.rb +110 -0
  432. data/lib/aws/s3.rb +156 -0
  433. data/lib/aws/s3/access_control_list.rb +265 -0
  434. data/lib/aws/s3/acl_object.rb +264 -0
  435. data/lib/aws/s3/acl_options.rb +204 -0
  436. data/lib/aws/s3/bucket.rb +742 -0
  437. data/lib/aws/s3/bucket_collection.rb +162 -0
  438. data/lib/aws/s3/bucket_lifecycle_configuration.rb +473 -0
  439. data/lib/aws/s3/bucket_tag_collection.rb +111 -0
  440. data/lib/aws/s3/bucket_version_collection.rb +79 -0
  441. data/lib/aws/s3/cipher_io.rb +120 -0
  442. data/lib/aws/s3/client.rb +2067 -0
  443. data/lib/aws/s3/client/xml.rb +266 -0
  444. data/lib/aws/s3/config.rb +48 -0
  445. data/lib/aws/s3/cors_rule.rb +108 -0
  446. data/lib/aws/s3/cors_rule_collection.rb +194 -0
  447. data/lib/aws/s3/data_options.rb +191 -0
  448. data/lib/aws/s3/encryption_utils.rb +146 -0
  449. data/lib/aws/s3/errors.rb +94 -0
  450. data/lib/aws/s3/multipart_upload.rb +353 -0
  451. data/lib/aws/s3/multipart_upload_collection.rb +76 -0
  452. data/lib/aws/s3/object_collection.rb +353 -0
  453. data/lib/aws/s3/object_metadata.rb +103 -0
  454. data/lib/aws/s3/object_upload_collection.rb +77 -0
  455. data/lib/aws/s3/object_version.rb +154 -0
  456. data/lib/aws/s3/object_version_collection.rb +89 -0
  457. data/lib/aws/s3/paginated_collection.rb +75 -0
  458. data/lib/aws/s3/policy.rb +74 -0
  459. data/lib/aws/s3/prefix_and_delimiter_collection.rb +47 -0
  460. data/lib/aws/s3/prefixed_collection.rb +85 -0
  461. data/lib/aws/s3/presign_v4.rb +136 -0
  462. data/lib/aws/s3/presigned_post.rb +554 -0
  463. data/lib/aws/s3/request.rb +62 -0
  464. data/lib/aws/s3/s3_object.rb +1784 -0
  465. data/lib/aws/s3/tree.rb +116 -0
  466. data/lib/aws/s3/tree/branch_node.rb +68 -0
  467. data/lib/aws/s3/tree/child_collection.rb +104 -0
  468. data/lib/aws/s3/tree/leaf_node.rb +94 -0
  469. data/lib/aws/s3/tree/node.rb +22 -0
  470. data/lib/aws/s3/tree/parent.rb +87 -0
  471. data/lib/aws/s3/uploaded_part.rb +82 -0
  472. data/lib/aws/s3/uploaded_part_collection.rb +84 -0
  473. data/lib/aws/s3/website_configuration.rb +102 -0
  474. data/lib/aws/simple_db.rb +218 -0
  475. data/lib/aws/simple_db/attribute.rb +156 -0
  476. data/lib/aws/simple_db/attribute_collection.rb +240 -0
  477. data/lib/aws/simple_db/client.rb +67 -0
  478. data/lib/aws/simple_db/config.rb +20 -0
  479. data/lib/aws/simple_db/consistent_read_option.rb +42 -0
  480. data/lib/aws/simple_db/delete_attributes.rb +62 -0
  481. data/lib/aws/simple_db/domain.rb +123 -0
  482. data/lib/aws/simple_db/domain_collection.rb +86 -0
  483. data/lib/aws/simple_db/domain_metadata.rb +110 -0
  484. data/lib/aws/simple_db/errors.rb +55 -0
  485. data/lib/aws/simple_db/expect_condition_option.rb +45 -0
  486. data/lib/aws/simple_db/item.rb +93 -0
  487. data/lib/aws/simple_db/item_collection.rb +654 -0
  488. data/lib/aws/simple_db/item_data.rb +73 -0
  489. data/lib/aws/simple_db/put_attributes.rb +60 -0
  490. data/lib/aws/simple_email_service.rb +443 -0
  491. data/lib/aws/simple_email_service/client.rb +37 -0
  492. data/lib/aws/simple_email_service/config.rb +18 -0
  493. data/lib/aws/simple_email_service/email_address_collection.rb +69 -0
  494. data/lib/aws/simple_email_service/errors.rb +22 -0
  495. data/lib/aws/simple_email_service/identity.rb +230 -0
  496. data/lib/aws/simple_email_service/identity_collection.rb +81 -0
  497. data/lib/aws/simple_email_service/quotas.rb +66 -0
  498. data/lib/aws/simple_workflow.rb +227 -0
  499. data/lib/aws/simple_workflow/activity_task.rb +178 -0
  500. data/lib/aws/simple_workflow/activity_task_collection.rb +123 -0
  501. data/lib/aws/simple_workflow/activity_type.rb +131 -0
  502. data/lib/aws/simple_workflow/activity_type_collection.rb +93 -0
  503. data/lib/aws/simple_workflow/client.rb +69 -0
  504. data/lib/aws/simple_workflow/config.rb +18 -0
  505. data/lib/aws/simple_workflow/count.rb +49 -0
  506. data/lib/aws/simple_workflow/decision_task.rb +603 -0
  507. data/lib/aws/simple_workflow/decision_task_collection.rb +223 -0
  508. data/lib/aws/simple_workflow/domain.rb +122 -0
  509. data/lib/aws/simple_workflow/domain_collection.rb +169 -0
  510. data/lib/aws/simple_workflow/errors.rb +20 -0
  511. data/lib/aws/simple_workflow/history_event.rb +276 -0
  512. data/lib/aws/simple_workflow/history_event_collection.rb +76 -0
  513. data/lib/aws/simple_workflow/option_formatters.rb +82 -0
  514. data/lib/aws/simple_workflow/resource.rb +94 -0
  515. data/lib/aws/simple_workflow/type.rb +89 -0
  516. data/lib/aws/simple_workflow/type_collection.rb +140 -0
  517. data/lib/aws/simple_workflow/workflow_execution.rb +384 -0
  518. data/lib/aws/simple_workflow/workflow_execution_collection.rb +617 -0
  519. data/lib/aws/simple_workflow/workflow_type.rb +177 -0
  520. data/lib/aws/simple_workflow/workflow_type_collection.rb +91 -0
  521. data/lib/aws/sns.rb +76 -0
  522. data/lib/aws/sns/client.rb +35 -0
  523. data/lib/aws/sns/config.rb +18 -0
  524. data/lib/aws/sns/errors.rb +22 -0
  525. data/lib/aws/sns/has_delivery_policy.rb +68 -0
  526. data/lib/aws/sns/message.rb +204 -0
  527. data/lib/aws/sns/originators/from_auto_scaling.rb +68 -0
  528. data/lib/aws/sns/policy.rb +47 -0
  529. data/lib/aws/sns/subscription.rb +165 -0
  530. data/lib/aws/sns/subscription_collection.rb +78 -0
  531. data/lib/aws/sns/topic.rb +403 -0
  532. data/lib/aws/sns/topic_collection.rb +62 -0
  533. data/lib/aws/sns/topic_subscription_collection.rb +54 -0
  534. data/lib/aws/sqs.rb +80 -0
  535. data/lib/aws/sqs/client.rb +53 -0
  536. data/lib/aws/sqs/config.rb +20 -0
  537. data/lib/aws/sqs/errors.rb +125 -0
  538. data/lib/aws/sqs/policy.rb +48 -0
  539. data/lib/aws/sqs/queue.rb +856 -0
  540. data/lib/aws/sqs/queue_collection.rb +186 -0
  541. data/lib/aws/sqs/received_message.rb +190 -0
  542. data/lib/aws/sqs/received_sns_message.rb +116 -0
  543. data/lib/aws/storage_gateway.rb +72 -0
  544. data/lib/aws/storage_gateway/client.rb +42 -0
  545. data/lib/aws/storage_gateway/config.rb +18 -0
  546. data/lib/aws/storage_gateway/errors.rb +22 -0
  547. data/lib/aws/sts.rb +164 -0
  548. data/lib/aws/sts/client.rb +55 -0
  549. data/lib/aws/sts/config.rb +18 -0
  550. data/lib/aws/sts/errors.rb +22 -0
  551. data/lib/aws/sts/federated_session.rb +56 -0
  552. data/lib/aws/sts/policy.rb +30 -0
  553. data/lib/aws/sts/session.rb +48 -0
  554. data/lib/aws/support.rb +29 -0
  555. data/lib/aws/support/client.rb +35 -0
  556. data/lib/aws/support/config.rb +18 -0
  557. data/lib/aws/support/errors.rb +20 -0
  558. data/lib/aws/version.rb +17 -0
  559. data/rails/init.rb +15 -0
  560. metadata +634 -0
@@ -0,0 +1,4755 @@
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: '2014-02-01'
16
+ :operations:
17
+ - :name: AcceptVpcPeeringConnection
18
+ :method: :accept_vpc_peering_connection
19
+ :inputs:
20
+ DryRun:
21
+ - :boolean
22
+ VpcPeeringConnectionId:
23
+ - :string
24
+ :outputs:
25
+ :children:
26
+ vpcPeeringConnection:
27
+ :children:
28
+ expirationTime:
29
+ :type: :time
30
+ tagSet:
31
+ :ignore: true
32
+ :children:
33
+ item:
34
+ :rename: :tag_set
35
+ :list: true
36
+ - :name: AllocateAddress
37
+ :method: :allocate_address
38
+ :inputs:
39
+ DryRun:
40
+ - :boolean
41
+ Domain:
42
+ - :string
43
+ :outputs: {}
44
+ - :name: AssignPrivateIpAddresses
45
+ :method: :assign_private_ip_addresses
46
+ :inputs:
47
+ NetworkInterfaceId:
48
+ - :string
49
+ - :required
50
+ PrivateIpAddress:
51
+ - :list:
52
+ - :string
53
+ - :rename: privateIpAddresses
54
+ SecondaryPrivateIpAddressCount:
55
+ - :integer
56
+ AllowReassignment:
57
+ - :boolean
58
+ :outputs: {}
59
+ - :name: AssociateAddress
60
+ :method: :associate_address
61
+ :inputs:
62
+ DryRun:
63
+ - :boolean
64
+ InstanceId:
65
+ - :string
66
+ PublicIp:
67
+ - :string
68
+ AllocationId:
69
+ - :string
70
+ NetworkInterfaceId:
71
+ - :string
72
+ PrivateIpAddress:
73
+ - :string
74
+ AllowReassociation:
75
+ - :boolean
76
+ :outputs: {}
77
+ - :name: AssociateDhcpOptions
78
+ :method: :associate_dhcp_options
79
+ :inputs:
80
+ DryRun:
81
+ - :boolean
82
+ DhcpOptionsId:
83
+ - :string
84
+ - :required
85
+ VpcId:
86
+ - :string
87
+ - :required
88
+ :outputs: {}
89
+ - :name: AssociateRouteTable
90
+ :method: :associate_route_table
91
+ :inputs:
92
+ DryRun:
93
+ - :boolean
94
+ SubnetId:
95
+ - :string
96
+ - :required
97
+ RouteTableId:
98
+ - :string
99
+ - :required
100
+ :outputs: {}
101
+ - :name: AttachInternetGateway
102
+ :method: :attach_internet_gateway
103
+ :inputs:
104
+ DryRun:
105
+ - :boolean
106
+ InternetGatewayId:
107
+ - :string
108
+ - :required
109
+ VpcId:
110
+ - :string
111
+ - :required
112
+ :outputs: {}
113
+ - :name: AttachNetworkInterface
114
+ :method: :attach_network_interface
115
+ :inputs:
116
+ DryRun:
117
+ - :boolean
118
+ NetworkInterfaceId:
119
+ - :string
120
+ - :required
121
+ InstanceId:
122
+ - :string
123
+ - :required
124
+ DeviceIndex:
125
+ - :integer
126
+ - :required
127
+ :outputs: {}
128
+ - :name: AttachVolume
129
+ :method: :attach_volume
130
+ :inputs:
131
+ DryRun:
132
+ - :boolean
133
+ VolumeId:
134
+ - :string
135
+ - :required
136
+ InstanceId:
137
+ - :string
138
+ - :required
139
+ Device:
140
+ - :string
141
+ - :required
142
+ :outputs:
143
+ :children:
144
+ attachTime:
145
+ :type: :time
146
+ deleteOnTermination:
147
+ :type: :boolean
148
+ - :name: AttachVpnGateway
149
+ :method: :attach_vpn_gateway
150
+ :inputs:
151
+ DryRun:
152
+ - :boolean
153
+ VpnGatewayId:
154
+ - :string
155
+ - :required
156
+ VpcId:
157
+ - :string
158
+ - :required
159
+ :outputs: {}
160
+ - :name: AuthorizeSecurityGroupEgress
161
+ :method: :authorize_security_group_egress
162
+ :inputs:
163
+ DryRun:
164
+ - :boolean
165
+ GroupId:
166
+ - :string
167
+ - :required
168
+ SourceSecurityGroupName:
169
+ - :string
170
+ SourceSecurityGroupOwnerId:
171
+ - :string
172
+ IpProtocol:
173
+ - :string
174
+ FromPort:
175
+ - :integer
176
+ ToPort:
177
+ - :integer
178
+ CidrIp:
179
+ - :string
180
+ IpPermissions:
181
+ - :list:
182
+ - :structure:
183
+ IpProtocol:
184
+ - :string
185
+ - :rename: IpProtocol
186
+ FromPort:
187
+ - :integer
188
+ - :rename: FromPort
189
+ ToPort:
190
+ - :integer
191
+ - :rename: ToPort
192
+ Groups:
193
+ - :list:
194
+ - :structure:
195
+ UserId:
196
+ - :string
197
+ - :rename: UserId
198
+ GroupName:
199
+ - :string
200
+ - :rename: GroupName
201
+ GroupId:
202
+ - :string
203
+ - :rename: GroupId
204
+ - :rename: UserIdGroupPairs
205
+ IpRanges:
206
+ - :list:
207
+ - :structure:
208
+ CidrIp:
209
+ - :string
210
+ - :rename: CidrIp
211
+ - :rename: IpRanges
212
+ :outputs: {}
213
+ - :name: AuthorizeSecurityGroupIngress
214
+ :method: :authorize_security_group_ingress
215
+ :inputs:
216
+ DryRun:
217
+ - :boolean
218
+ GroupName:
219
+ - :string
220
+ GroupId:
221
+ - :string
222
+ SourceSecurityGroupName:
223
+ - :string
224
+ SourceSecurityGroupOwnerId:
225
+ - :string
226
+ IpProtocol:
227
+ - :string
228
+ FromPort:
229
+ - :integer
230
+ ToPort:
231
+ - :integer
232
+ CidrIp:
233
+ - :string
234
+ IpPermissions:
235
+ - :list:
236
+ - :structure:
237
+ IpProtocol:
238
+ - :string
239
+ - :rename: IpProtocol
240
+ FromPort:
241
+ - :integer
242
+ - :rename: FromPort
243
+ ToPort:
244
+ - :integer
245
+ - :rename: ToPort
246
+ Groups:
247
+ - :list:
248
+ - :structure:
249
+ UserId:
250
+ - :string
251
+ - :rename: UserId
252
+ GroupName:
253
+ - :string
254
+ - :rename: GroupName
255
+ GroupId:
256
+ - :string
257
+ - :rename: GroupId
258
+ - :rename: UserIdGroupPairs
259
+ IpRanges:
260
+ - :list:
261
+ - :structure:
262
+ CidrIp:
263
+ - :string
264
+ - :rename: CidrIp
265
+ - :rename: IpRanges
266
+ :outputs: {}
267
+ - :name: BundleInstance
268
+ :method: :bundle_instance
269
+ :inputs:
270
+ DryRun:
271
+ - :boolean
272
+ InstanceId:
273
+ - :string
274
+ - :required
275
+ Storage:
276
+ - :structure:
277
+ S3:
278
+ - :structure:
279
+ Bucket:
280
+ - :string
281
+ - :rename: Bucket
282
+ Prefix:
283
+ - :string
284
+ - :rename: Prefix
285
+ AWSAccessKeyId:
286
+ - :string
287
+ UploadPolicy:
288
+ - :string
289
+ - :rename: UploadPolicy
290
+ UploadPolicySignature:
291
+ - :string
292
+ - :rename: UploadPolicySignature
293
+ - :required
294
+ :outputs:
295
+ :children:
296
+ bundleInstanceTask:
297
+ :children:
298
+ startTime:
299
+ :type: :time
300
+ updateTime:
301
+ :type: :time
302
+ - :name: CancelBundleTask
303
+ :method: :cancel_bundle_task
304
+ :inputs:
305
+ DryRun:
306
+ - :boolean
307
+ BundleId:
308
+ - :string
309
+ - :required
310
+ :outputs:
311
+ :children:
312
+ bundleInstanceTask:
313
+ :children:
314
+ startTime:
315
+ :type: :time
316
+ updateTime:
317
+ :type: :time
318
+ - :name: CancelConversionTask
319
+ :method: :cancel_conversion_task
320
+ :inputs:
321
+ DryRun:
322
+ - :boolean
323
+ ConversionTaskId:
324
+ - :string
325
+ - :required
326
+ ReasonMessage:
327
+ - :string
328
+ :outputs: {}
329
+ - :name: CancelExportTask
330
+ :method: :cancel_export_task
331
+ :inputs:
332
+ ExportTaskId:
333
+ - :string
334
+ - :required
335
+ :outputs: {}
336
+ - :name: CancelReservedInstancesListing
337
+ :method: :cancel_reserved_instances_listing
338
+ :inputs:
339
+ ReservedInstancesListingId:
340
+ - :string
341
+ - :required
342
+ :outputs:
343
+ :children:
344
+ reservedInstancesListingsSet:
345
+ :ignore: true
346
+ :children:
347
+ item:
348
+ :rename: :reserved_instances_listings_set
349
+ :list: true
350
+ :children:
351
+ createDate:
352
+ :type: :time
353
+ updateDate:
354
+ :type: :time
355
+ instanceCounts:
356
+ :ignore: true
357
+ :children:
358
+ item:
359
+ :rename: :instance_counts
360
+ :list: true
361
+ :children:
362
+ instanceCount:
363
+ :type: :integer
364
+ priceSchedules:
365
+ :ignore: true
366
+ :children:
367
+ item:
368
+ :rename: :price_schedules
369
+ :list: true
370
+ :children:
371
+ term:
372
+ :type: :integer
373
+ price:
374
+ :type: :float
375
+ active:
376
+ :type: :boolean
377
+ tagSet:
378
+ :ignore: true
379
+ :children:
380
+ item:
381
+ :rename: :tag_set
382
+ :list: true
383
+ - :name: CancelSpotInstanceRequests
384
+ :method: :cancel_spot_instance_requests
385
+ :inputs:
386
+ DryRun:
387
+ - :boolean
388
+ SpotInstanceRequestId:
389
+ - :list:
390
+ - :string
391
+ - :required
392
+ - :rename: spotInstanceRequestIds
393
+ :outputs:
394
+ :children:
395
+ spotInstanceRequestSet:
396
+ :ignore: true
397
+ :children:
398
+ item:
399
+ :rename: :spot_instance_request_set
400
+ :list: true
401
+ - :name: ConfirmProductInstance
402
+ :method: :confirm_product_instance
403
+ :inputs:
404
+ DryRun:
405
+ - :boolean
406
+ ProductCode:
407
+ - :string
408
+ - :required
409
+ InstanceId:
410
+ - :string
411
+ - :required
412
+ :outputs: {}
413
+ - :name: CopyImage
414
+ :method: :copy_image
415
+ :inputs:
416
+ DryRun:
417
+ - :boolean
418
+ SourceRegion:
419
+ - :string
420
+ - :required
421
+ SourceImageId:
422
+ - :string
423
+ - :required
424
+ Name:
425
+ - :string
426
+ - :required
427
+ Description:
428
+ - :string
429
+ ClientToken:
430
+ - :string
431
+ :outputs: {}
432
+ - :name: CopySnapshot
433
+ :method: :copy_snapshot
434
+ :inputs:
435
+ DryRun:
436
+ - :boolean
437
+ SourceRegion:
438
+ - :string
439
+ - :required
440
+ SourceSnapshotId:
441
+ - :string
442
+ - :required
443
+ Description:
444
+ - :string
445
+ :outputs: {}
446
+ - :name: CreateCustomerGateway
447
+ :method: :create_customer_gateway
448
+ :inputs:
449
+ DryRun:
450
+ - :boolean
451
+ Type:
452
+ - :string
453
+ - :required
454
+ IpAddress:
455
+ - :string
456
+ - :required
457
+ - :rename: PublicIp
458
+ BgpAsn:
459
+ - :integer
460
+ - :required
461
+ :outputs:
462
+ :children:
463
+ customerGateway:
464
+ :children:
465
+ tagSet:
466
+ :ignore: true
467
+ :children:
468
+ item:
469
+ :rename: :tag_set
470
+ :list: true
471
+ - :name: CreateDhcpOptions
472
+ :method: :create_dhcp_options
473
+ :inputs:
474
+ DryRun:
475
+ - :boolean
476
+ DhcpConfiguration:
477
+ - :list:
478
+ - :structure:
479
+ Key:
480
+ - :string
481
+ - :rename: Key
482
+ Value:
483
+ - :list:
484
+ - :string
485
+ - :rename: Values
486
+ - :required
487
+ - :rename: DhcpConfigurations
488
+ :outputs:
489
+ :children:
490
+ dhcpOptions:
491
+ :children:
492
+ dhcpConfigurationSet:
493
+ :ignore: true
494
+ :children:
495
+ item:
496
+ :rename: :dhcp_configuration_set
497
+ :list: true
498
+ :children:
499
+ valueSet:
500
+ :ignore: true
501
+ :children:
502
+ item:
503
+ :rename: :value_set
504
+ :list: true
505
+ tagSet:
506
+ :ignore: true
507
+ :children:
508
+ item:
509
+ :rename: :tag_set
510
+ :list: true
511
+ - :name: CreateImage
512
+ :method: :create_image
513
+ :inputs:
514
+ DryRun:
515
+ - :boolean
516
+ InstanceId:
517
+ - :string
518
+ - :required
519
+ Name:
520
+ - :string
521
+ - :required
522
+ Description:
523
+ - :string
524
+ NoReboot:
525
+ - :boolean
526
+ BlockDeviceMapping:
527
+ - :list:
528
+ - :structure:
529
+ VirtualName:
530
+ - :string
531
+ - :rename: VirtualName
532
+ DeviceName:
533
+ - :string
534
+ - :rename: DeviceName
535
+ Ebs:
536
+ - :structure:
537
+ SnapshotId:
538
+ - :string
539
+ VolumeSize:
540
+ - :integer
541
+ DeleteOnTermination:
542
+ - :boolean
543
+ VolumeType:
544
+ - :string
545
+ Iops:
546
+ - :integer
547
+ NoDevice:
548
+ - :string
549
+ - :rename: blockDeviceMappings
550
+ :outputs: {}
551
+ - :name: CreateInstanceExportTask
552
+ :method: :create_instance_export_task
553
+ :inputs:
554
+ Description:
555
+ - :string
556
+ InstanceId:
557
+ - :string
558
+ - :required
559
+ TargetEnvironment:
560
+ - :string
561
+ ExportToS3:
562
+ - :structure:
563
+ DiskImageFormat:
564
+ - :string
565
+ ContainerFormat:
566
+ - :string
567
+ S3Bucket:
568
+ - :string
569
+ S3Prefix:
570
+ - :string
571
+ - :rename: exportToS3Task
572
+ :outputs: {}
573
+ - :name: CreateInternetGateway
574
+ :method: :create_internet_gateway
575
+ :inputs:
576
+ DryRun:
577
+ - :boolean
578
+ :outputs:
579
+ :children:
580
+ internetGateway:
581
+ :children:
582
+ attachmentSet:
583
+ :ignore: true
584
+ :children:
585
+ item:
586
+ :rename: :attachment_set
587
+ :list: true
588
+ tagSet:
589
+ :ignore: true
590
+ :children:
591
+ item:
592
+ :rename: :tag_set
593
+ :list: true
594
+ - :name: CreateKeyPair
595
+ :method: :create_key_pair
596
+ :inputs:
597
+ DryRun:
598
+ - :boolean
599
+ KeyName:
600
+ - :string
601
+ - :required
602
+ :outputs: {}
603
+ - :name: CreateNetworkAcl
604
+ :method: :create_network_acl
605
+ :inputs:
606
+ DryRun:
607
+ - :boolean
608
+ VpcId:
609
+ - :string
610
+ - :required
611
+ :outputs:
612
+ :children:
613
+ networkAcl:
614
+ :children:
615
+ default:
616
+ :type: :boolean
617
+ entrySet:
618
+ :ignore: true
619
+ :children:
620
+ item:
621
+ :rename: :entry_set
622
+ :list: true
623
+ :children:
624
+ ruleNumber:
625
+ :type: :integer
626
+ egress:
627
+ :type: :boolean
628
+ icmpTypeCode:
629
+ :children:
630
+ type:
631
+ :type: :integer
632
+ code:
633
+ :type: :integer
634
+ portRange:
635
+ :children:
636
+ from:
637
+ :type: :integer
638
+ to:
639
+ :type: :integer
640
+ associationSet:
641
+ :ignore: true
642
+ :children:
643
+ item:
644
+ :rename: :association_set
645
+ :list: true
646
+ tagSet:
647
+ :ignore: true
648
+ :children:
649
+ item:
650
+ :rename: :tag_set
651
+ :list: true
652
+ - :name: CreateNetworkAclEntry
653
+ :method: :create_network_acl_entry
654
+ :inputs:
655
+ DryRun:
656
+ - :boolean
657
+ NetworkAclId:
658
+ - :string
659
+ - :required
660
+ RuleNumber:
661
+ - :integer
662
+ - :required
663
+ Protocol:
664
+ - :string
665
+ - :required
666
+ RuleAction:
667
+ - :string
668
+ - :required
669
+ Egress:
670
+ - :boolean
671
+ - :required
672
+ CidrBlock:
673
+ - :string
674
+ - :required
675
+ Icmp:
676
+ - :structure:
677
+ Type:
678
+ - :integer
679
+ Code:
680
+ - :integer
681
+ - :rename: icmpTypeCode
682
+ PortRange:
683
+ - :structure:
684
+ From:
685
+ - :integer
686
+ To:
687
+ - :integer
688
+ :outputs: {}
689
+ - :name: CreateNetworkInterface
690
+ :method: :create_network_interface
691
+ :inputs:
692
+ SubnetId:
693
+ - :string
694
+ - :required
695
+ Description:
696
+ - :string
697
+ PrivateIpAddress:
698
+ - :string
699
+ SecurityGroupId:
700
+ - :list:
701
+ - :string
702
+ - :rename: groups
703
+ PrivateIpAddresses:
704
+ - :list:
705
+ - :structure:
706
+ PrivateIpAddress:
707
+ - :string
708
+ - :required
709
+ Primary:
710
+ - :boolean
711
+ SecondaryPrivateIpAddressCount:
712
+ - :integer
713
+ DryRun:
714
+ - :boolean
715
+ :outputs:
716
+ :children:
717
+ networkInterface:
718
+ :children:
719
+ requesterManaged:
720
+ :type: :boolean
721
+ sourceDestCheck:
722
+ :type: :boolean
723
+ groupSet:
724
+ :ignore: true
725
+ :children:
726
+ item:
727
+ :rename: :group_set
728
+ :list: true
729
+ attachment:
730
+ :children:
731
+ deviceIndex:
732
+ :type: :integer
733
+ attachTime:
734
+ :type: :time
735
+ deleteOnTermination:
736
+ :type: :boolean
737
+ tagSet:
738
+ :ignore: true
739
+ :children:
740
+ item:
741
+ :rename: :tag_set
742
+ :list: true
743
+ privateIpAddressesSet:
744
+ :ignore: true
745
+ :children:
746
+ item:
747
+ :rename: :private_ip_addresses_set
748
+ :list: true
749
+ :children:
750
+ primary:
751
+ :type: :boolean
752
+ - :name: CreatePlacementGroup
753
+ :method: :create_placement_group
754
+ :inputs:
755
+ DryRun:
756
+ - :boolean
757
+ GroupName:
758
+ - :string
759
+ - :required
760
+ Strategy:
761
+ - :string
762
+ - :required
763
+ :outputs: {}
764
+ - :name: CreateReservedInstancesListing
765
+ :method: :create_reserved_instances_listing
766
+ :inputs:
767
+ ReservedInstancesId:
768
+ - :string
769
+ - :required
770
+ InstanceCount:
771
+ - :integer
772
+ - :required
773
+ PriceSchedules:
774
+ - :list:
775
+ - :structure:
776
+ Term:
777
+ - :long
778
+ Price:
779
+ - :double
780
+ CurrencyCode:
781
+ - :string
782
+ - :required
783
+ ClientToken:
784
+ - :string
785
+ - :required
786
+ :outputs:
787
+ :children:
788
+ reservedInstancesListingsSet:
789
+ :ignore: true
790
+ :children:
791
+ item:
792
+ :rename: :reserved_instances_listings_set
793
+ :list: true
794
+ :children:
795
+ createDate:
796
+ :type: :time
797
+ updateDate:
798
+ :type: :time
799
+ instanceCounts:
800
+ :ignore: true
801
+ :children:
802
+ item:
803
+ :rename: :instance_counts
804
+ :list: true
805
+ :children:
806
+ instanceCount:
807
+ :type: :integer
808
+ priceSchedules:
809
+ :ignore: true
810
+ :children:
811
+ item:
812
+ :rename: :price_schedules
813
+ :list: true
814
+ :children:
815
+ term:
816
+ :type: :integer
817
+ price:
818
+ :type: :float
819
+ active:
820
+ :type: :boolean
821
+ tagSet:
822
+ :ignore: true
823
+ :children:
824
+ item:
825
+ :rename: :tag_set
826
+ :list: true
827
+ - :name: CreateRoute
828
+ :method: :create_route
829
+ :inputs:
830
+ DryRun:
831
+ - :boolean
832
+ RouteTableId:
833
+ - :string
834
+ - :required
835
+ DestinationCidrBlock:
836
+ - :string
837
+ - :required
838
+ GatewayId:
839
+ - :string
840
+ InstanceId:
841
+ - :string
842
+ NetworkInterfaceId:
843
+ - :string
844
+ VpcPeeringConnectionId:
845
+ - :string
846
+ :outputs: {}
847
+ - :name: CreateRouteTable
848
+ :method: :create_route_table
849
+ :inputs:
850
+ DryRun:
851
+ - :boolean
852
+ VpcId:
853
+ - :string
854
+ - :required
855
+ :outputs:
856
+ :children:
857
+ routeTable:
858
+ :children:
859
+ routeSet:
860
+ :ignore: true
861
+ :children:
862
+ item:
863
+ :rename: :route_set
864
+ :list: true
865
+ associationSet:
866
+ :ignore: true
867
+ :children:
868
+ item:
869
+ :rename: :association_set
870
+ :list: true
871
+ :children:
872
+ main:
873
+ :type: :boolean
874
+ tagSet:
875
+ :ignore: true
876
+ :children:
877
+ item:
878
+ :rename: :tag_set
879
+ :list: true
880
+ propagatingVgwSet:
881
+ :ignore: true
882
+ :children:
883
+ item:
884
+ :rename: :propagating_vgw_set
885
+ :list: true
886
+ - :name: CreateSecurityGroup
887
+ :method: :create_security_group
888
+ :inputs:
889
+ DryRun:
890
+ - :boolean
891
+ GroupName:
892
+ - :string
893
+ - :required
894
+ GroupDescription:
895
+ - :string
896
+ - :required
897
+ - :rename: Description
898
+ VpcId:
899
+ - :string
900
+ :outputs: {}
901
+ - :name: CreateSnapshot
902
+ :method: :create_snapshot
903
+ :inputs:
904
+ DryRun:
905
+ - :boolean
906
+ VolumeId:
907
+ - :string
908
+ - :required
909
+ Description:
910
+ - :string
911
+ :outputs:
912
+ :children:
913
+ startTime:
914
+ :type: :time
915
+ volumeSize:
916
+ :type: :integer
917
+ tagSet:
918
+ :ignore: true
919
+ :children:
920
+ item:
921
+ :rename: :tag_set
922
+ :list: true
923
+ - :name: CreateSpotDatafeedSubscription
924
+ :method: :create_spot_datafeed_subscription
925
+ :inputs:
926
+ DryRun:
927
+ - :boolean
928
+ Bucket:
929
+ - :string
930
+ - :required
931
+ Prefix:
932
+ - :string
933
+ :outputs: {}
934
+ - :name: CreateSubnet
935
+ :method: :create_subnet
936
+ :inputs:
937
+ DryRun:
938
+ - :boolean
939
+ VpcId:
940
+ - :string
941
+ - :required
942
+ CidrBlock:
943
+ - :string
944
+ - :required
945
+ AvailabilityZone:
946
+ - :string
947
+ :outputs:
948
+ :children:
949
+ subnet:
950
+ :children:
951
+ availableIpAddressCount:
952
+ :type: :integer
953
+ defaultForAz:
954
+ :type: :boolean
955
+ mapPublicIpOnLaunch:
956
+ :type: :boolean
957
+ tagSet:
958
+ :ignore: true
959
+ :children:
960
+ item:
961
+ :rename: :tag_set
962
+ :list: true
963
+ - :name: CreateTags
964
+ :method: :create_tags
965
+ :inputs:
966
+ DryRun:
967
+ - :boolean
968
+ ResourceId:
969
+ - :list:
970
+ - :string
971
+ - :required
972
+ - :rename: resources
973
+ Tag:
974
+ - :list:
975
+ - :structure:
976
+ Key:
977
+ - :string
978
+ Value:
979
+ - :string
980
+ - :required
981
+ - :rename: tags
982
+ :outputs: {}
983
+ - :name: CreateVolume
984
+ :method: :create_volume
985
+ :inputs:
986
+ DryRun:
987
+ - :boolean
988
+ Size:
989
+ - :integer
990
+ SnapshotId:
991
+ - :string
992
+ AvailabilityZone:
993
+ - :string
994
+ - :required
995
+ VolumeType:
996
+ - :string
997
+ Iops:
998
+ - :integer
999
+ :outputs:
1000
+ :children:
1001
+ size:
1002
+ :type: :integer
1003
+ createTime:
1004
+ :type: :time
1005
+ attachmentSet:
1006
+ :ignore: true
1007
+ :children:
1008
+ item:
1009
+ :rename: :attachment_set
1010
+ :list: true
1011
+ :children:
1012
+ attachTime:
1013
+ :type: :time
1014
+ deleteOnTermination:
1015
+ :type: :boolean
1016
+ tagSet:
1017
+ :ignore: true
1018
+ :children:
1019
+ item:
1020
+ :rename: :tag_set
1021
+ :list: true
1022
+ iops:
1023
+ :type: :integer
1024
+ - :name: CreateVpc
1025
+ :method: :create_vpc
1026
+ :inputs:
1027
+ DryRun:
1028
+ - :boolean
1029
+ CidrBlock:
1030
+ - :string
1031
+ - :required
1032
+ InstanceTenancy:
1033
+ - :string
1034
+ :outputs:
1035
+ :children:
1036
+ vpc:
1037
+ :children:
1038
+ tagSet:
1039
+ :ignore: true
1040
+ :children:
1041
+ item:
1042
+ :rename: :tag_set
1043
+ :list: true
1044
+ isDefault:
1045
+ :type: :boolean
1046
+ - :name: CreateVpcPeeringConnection
1047
+ :method: :create_vpc_peering_connection
1048
+ :inputs:
1049
+ DryRun:
1050
+ - :boolean
1051
+ VpcId:
1052
+ - :string
1053
+ PeerVpcId:
1054
+ - :string
1055
+ PeerOwnerId:
1056
+ - :string
1057
+ :outputs:
1058
+ :children:
1059
+ vpcPeeringConnection:
1060
+ :children:
1061
+ expirationTime:
1062
+ :type: :time
1063
+ tagSet:
1064
+ :ignore: true
1065
+ :children:
1066
+ item:
1067
+ :rename: :tag_set
1068
+ :list: true
1069
+ - :name: CreateVpnConnection
1070
+ :method: :create_vpn_connection
1071
+ :inputs:
1072
+ DryRun:
1073
+ - :boolean
1074
+ Type:
1075
+ - :string
1076
+ - :required
1077
+ CustomerGatewayId:
1078
+ - :string
1079
+ - :required
1080
+ VpnGatewayId:
1081
+ - :string
1082
+ - :required
1083
+ Options:
1084
+ - :structure:
1085
+ StaticRoutesOnly:
1086
+ - :boolean
1087
+ :outputs:
1088
+ :children:
1089
+ vpnConnection:
1090
+ :children:
1091
+ tagSet:
1092
+ :ignore: true
1093
+ :children:
1094
+ item:
1095
+ :rename: :tag_set
1096
+ :list: true
1097
+ vgwTelemetry:
1098
+ :ignore: true
1099
+ :children:
1100
+ item:
1101
+ :rename: :vgw_telemetry
1102
+ :list: true
1103
+ :children:
1104
+ lastStatusChange:
1105
+ :type: :time
1106
+ acceptedRouteCount:
1107
+ :type: :integer
1108
+ options:
1109
+ :children:
1110
+ staticRoutesOnly:
1111
+ :type: :boolean
1112
+ routes:
1113
+ :ignore: true
1114
+ :children:
1115
+ item:
1116
+ :rename: :routes
1117
+ :list: true
1118
+ - :name: CreateVpnConnectionRoute
1119
+ :method: :create_vpn_connection_route
1120
+ :inputs:
1121
+ VpnConnectionId:
1122
+ - :string
1123
+ - :required
1124
+ DestinationCidrBlock:
1125
+ - :string
1126
+ - :required
1127
+ :outputs: {}
1128
+ - :name: CreateVpnGateway
1129
+ :method: :create_vpn_gateway
1130
+ :inputs:
1131
+ DryRun:
1132
+ - :boolean
1133
+ Type:
1134
+ - :string
1135
+ - :required
1136
+ AvailabilityZone:
1137
+ - :string
1138
+ :outputs:
1139
+ :children:
1140
+ vpnGateway:
1141
+ :children:
1142
+ attachments:
1143
+ :ignore: true
1144
+ :children:
1145
+ item:
1146
+ :rename: :attachments
1147
+ :list: true
1148
+ tagSet:
1149
+ :ignore: true
1150
+ :children:
1151
+ item:
1152
+ :rename: :tag_set
1153
+ :list: true
1154
+ type:
1155
+ :rename: :vpn_type
1156
+ - :name: DeleteCustomerGateway
1157
+ :method: :delete_customer_gateway
1158
+ :inputs:
1159
+ DryRun:
1160
+ - :boolean
1161
+ CustomerGatewayId:
1162
+ - :string
1163
+ - :required
1164
+ :outputs: {}
1165
+ - :name: DeleteDhcpOptions
1166
+ :method: :delete_dhcp_options
1167
+ :inputs:
1168
+ DryRun:
1169
+ - :boolean
1170
+ DhcpOptionsId:
1171
+ - :string
1172
+ - :required
1173
+ :outputs: {}
1174
+ - :name: DeleteInternetGateway
1175
+ :method: :delete_internet_gateway
1176
+ :inputs:
1177
+ DryRun:
1178
+ - :boolean
1179
+ InternetGatewayId:
1180
+ - :string
1181
+ - :required
1182
+ :outputs: {}
1183
+ - :name: DeleteKeyPair
1184
+ :method: :delete_key_pair
1185
+ :inputs:
1186
+ DryRun:
1187
+ - :boolean
1188
+ KeyName:
1189
+ - :string
1190
+ - :required
1191
+ :outputs: {}
1192
+ - :name: DeleteNetworkAcl
1193
+ :method: :delete_network_acl
1194
+ :inputs:
1195
+ DryRun:
1196
+ - :boolean
1197
+ NetworkAclId:
1198
+ - :string
1199
+ - :required
1200
+ :outputs: {}
1201
+ - :name: DeleteNetworkAclEntry
1202
+ :method: :delete_network_acl_entry
1203
+ :inputs:
1204
+ DryRun:
1205
+ - :boolean
1206
+ NetworkAclId:
1207
+ - :string
1208
+ - :required
1209
+ RuleNumber:
1210
+ - :integer
1211
+ - :required
1212
+ Egress:
1213
+ - :boolean
1214
+ - :required
1215
+ :outputs: {}
1216
+ - :name: DeleteNetworkInterface
1217
+ :method: :delete_network_interface
1218
+ :inputs:
1219
+ DryRun:
1220
+ - :boolean
1221
+ NetworkInterfaceId:
1222
+ - :string
1223
+ - :required
1224
+ :outputs: {}
1225
+ - :name: DeletePlacementGroup
1226
+ :method: :delete_placement_group
1227
+ :inputs:
1228
+ DryRun:
1229
+ - :boolean
1230
+ GroupName:
1231
+ - :string
1232
+ - :required
1233
+ :outputs: {}
1234
+ - :name: DeleteRoute
1235
+ :method: :delete_route
1236
+ :inputs:
1237
+ DryRun:
1238
+ - :boolean
1239
+ RouteTableId:
1240
+ - :string
1241
+ - :required
1242
+ DestinationCidrBlock:
1243
+ - :string
1244
+ - :required
1245
+ :outputs: {}
1246
+ - :name: DeleteRouteTable
1247
+ :method: :delete_route_table
1248
+ :inputs:
1249
+ DryRun:
1250
+ - :boolean
1251
+ RouteTableId:
1252
+ - :string
1253
+ - :required
1254
+ :outputs: {}
1255
+ - :name: DeleteSecurityGroup
1256
+ :method: :delete_security_group
1257
+ :inputs:
1258
+ DryRun:
1259
+ - :boolean
1260
+ GroupName:
1261
+ - :string
1262
+ GroupId:
1263
+ - :string
1264
+ :outputs: {}
1265
+ - :name: DeleteSnapshot
1266
+ :method: :delete_snapshot
1267
+ :inputs:
1268
+ DryRun:
1269
+ - :boolean
1270
+ SnapshotId:
1271
+ - :string
1272
+ - :required
1273
+ :outputs: {}
1274
+ - :name: DeleteSpotDatafeedSubscription
1275
+ :method: :delete_spot_datafeed_subscription
1276
+ :inputs:
1277
+ DryRun:
1278
+ - :boolean
1279
+ :outputs: {}
1280
+ - :name: DeleteSubnet
1281
+ :method: :delete_subnet
1282
+ :inputs:
1283
+ DryRun:
1284
+ - :boolean
1285
+ SubnetId:
1286
+ - :string
1287
+ - :required
1288
+ :outputs: {}
1289
+ - :name: DeleteTags
1290
+ :method: :delete_tags
1291
+ :inputs:
1292
+ DryRun:
1293
+ - :boolean
1294
+ ResourceId:
1295
+ - :list:
1296
+ - :string
1297
+ - :required
1298
+ - :rename: resources
1299
+ Tag:
1300
+ - :list:
1301
+ - :structure:
1302
+ Key:
1303
+ - :string
1304
+ Value:
1305
+ - :string
1306
+ - :rename: tags
1307
+ :outputs: {}
1308
+ - :name: DeleteVolume
1309
+ :method: :delete_volume
1310
+ :inputs:
1311
+ DryRun:
1312
+ - :boolean
1313
+ VolumeId:
1314
+ - :string
1315
+ - :required
1316
+ :outputs: {}
1317
+ - :name: DeleteVpc
1318
+ :method: :delete_vpc
1319
+ :inputs:
1320
+ DryRun:
1321
+ - :boolean
1322
+ VpcId:
1323
+ - :string
1324
+ - :required
1325
+ :outputs: {}
1326
+ - :name: DeleteVpcPeeringConnection
1327
+ :method: :delete_vpc_peering_connection
1328
+ :inputs:
1329
+ DryRun:
1330
+ - :boolean
1331
+ VpcPeeringConnectionId:
1332
+ - :string
1333
+ :outputs:
1334
+ :children:
1335
+ return:
1336
+ :type: :boolean
1337
+ - :name: DeleteVpnConnection
1338
+ :method: :delete_vpn_connection
1339
+ :inputs:
1340
+ DryRun:
1341
+ - :boolean
1342
+ VpnConnectionId:
1343
+ - :string
1344
+ - :required
1345
+ :outputs: {}
1346
+ - :name: DeleteVpnConnectionRoute
1347
+ :method: :delete_vpn_connection_route
1348
+ :inputs:
1349
+ VpnConnectionId:
1350
+ - :string
1351
+ - :required
1352
+ DestinationCidrBlock:
1353
+ - :string
1354
+ - :required
1355
+ :outputs: {}
1356
+ - :name: DeleteVpnGateway
1357
+ :method: :delete_vpn_gateway
1358
+ :inputs:
1359
+ DryRun:
1360
+ - :boolean
1361
+ VpnGatewayId:
1362
+ - :string
1363
+ - :required
1364
+ :outputs: {}
1365
+ - :name: DeregisterImage
1366
+ :method: :deregister_image
1367
+ :inputs:
1368
+ DryRun:
1369
+ - :boolean
1370
+ ImageId:
1371
+ - :string
1372
+ - :required
1373
+ :outputs: {}
1374
+ - :name: DescribeAccountAttributes
1375
+ :method: :describe_account_attributes
1376
+ :inputs:
1377
+ DryRun:
1378
+ - :boolean
1379
+ AttributeName:
1380
+ - :list:
1381
+ - :string
1382
+ - :rename: attributeNames
1383
+ :outputs:
1384
+ :children:
1385
+ accountAttributeSet:
1386
+ :ignore: true
1387
+ :children:
1388
+ item:
1389
+ :rename: :account_attribute_set
1390
+ :list: true
1391
+ :children:
1392
+ attributeValueSet:
1393
+ :ignore: true
1394
+ :children:
1395
+ item:
1396
+ :rename: :attribute_value_set
1397
+ :list: true
1398
+ - :name: DescribeAddresses
1399
+ :method: :describe_addresses
1400
+ :inputs:
1401
+ DryRun:
1402
+ - :boolean
1403
+ PublicIp:
1404
+ - :list:
1405
+ - :string
1406
+ - :rename: PublicIps
1407
+ Filter:
1408
+ - :list:
1409
+ - :structure:
1410
+ Name:
1411
+ - :string
1412
+ Value:
1413
+ - :list:
1414
+ - :string
1415
+ - :rename: Values
1416
+ - :rename: filters
1417
+ AllocationId:
1418
+ - :list:
1419
+ - :string
1420
+ - :rename: allocationIds
1421
+ :outputs:
1422
+ :children:
1423
+ addressesSet:
1424
+ :ignore: true
1425
+ :children:
1426
+ item:
1427
+ :rename: :addresses_set
1428
+ :list: true
1429
+ :index:
1430
+ :key: :public_ip
1431
+ :name: :address_index
1432
+ - :name: DescribeAvailabilityZones
1433
+ :method: :describe_availability_zones
1434
+ :inputs:
1435
+ DryRun:
1436
+ - :boolean
1437
+ ZoneName:
1438
+ - :list:
1439
+ - :string
1440
+ - :rename: ZoneNames
1441
+ Filter:
1442
+ - :list:
1443
+ - :structure:
1444
+ Name:
1445
+ - :string
1446
+ Value:
1447
+ - :list:
1448
+ - :string
1449
+ - :rename: Values
1450
+ - :rename: filters
1451
+ :outputs:
1452
+ :children:
1453
+ availabilityZoneInfo:
1454
+ :ignore: true
1455
+ :children:
1456
+ item:
1457
+ :rename: :availability_zone_info
1458
+ :list: true
1459
+ :children:
1460
+ messageSet:
1461
+ :ignore: true
1462
+ :children:
1463
+ item:
1464
+ :rename: :message_set
1465
+ :list: true
1466
+ - :name: DescribeBundleTasks
1467
+ :method: :describe_bundle_tasks
1468
+ :inputs:
1469
+ DryRun:
1470
+ - :boolean
1471
+ BundleId:
1472
+ - :list:
1473
+ - :string
1474
+ - :rename: BundleIds
1475
+ Filter:
1476
+ - :list:
1477
+ - :structure:
1478
+ Name:
1479
+ - :string
1480
+ Value:
1481
+ - :list:
1482
+ - :string
1483
+ - :rename: Values
1484
+ - :rename: filters
1485
+ :outputs:
1486
+ :children:
1487
+ bundleInstanceTasksSet:
1488
+ :ignore: true
1489
+ :children:
1490
+ item:
1491
+ :rename: :bundle_instance_tasks_set
1492
+ :list: true
1493
+ :children:
1494
+ startTime:
1495
+ :type: :time
1496
+ updateTime:
1497
+ :type: :time
1498
+ - :name: DescribeConversionTasks
1499
+ :method: :describe_conversion_tasks
1500
+ :inputs:
1501
+ DryRun:
1502
+ - :boolean
1503
+ Filter:
1504
+ - :list:
1505
+ - :structure:
1506
+ Name:
1507
+ - :string
1508
+ Value:
1509
+ - :list:
1510
+ - :string
1511
+ - :rename: Values
1512
+ - :rename: filters
1513
+ ConversionTaskId:
1514
+ - :list:
1515
+ - :string
1516
+ - :rename: conversionTaskIds
1517
+ :outputs:
1518
+ :children:
1519
+ conversionTasks:
1520
+ :ignore: true
1521
+ :children:
1522
+ item:
1523
+ :rename: :conversion_tasks
1524
+ :list: true
1525
+ :children:
1526
+ importInstance:
1527
+ :children:
1528
+ volumes:
1529
+ :ignore: true
1530
+ :children:
1531
+ item:
1532
+ :rename: :volumes
1533
+ :list: true
1534
+ :children:
1535
+ bytesConverted:
1536
+ :type: :integer
1537
+ image:
1538
+ :children:
1539
+ size:
1540
+ :type: :integer
1541
+ volume:
1542
+ :children:
1543
+ size:
1544
+ :type: :integer
1545
+ importVolume:
1546
+ :children:
1547
+ bytesConverted:
1548
+ :type: :integer
1549
+ image:
1550
+ :children:
1551
+ size:
1552
+ :type: :integer
1553
+ volume:
1554
+ :children:
1555
+ size:
1556
+ :type: :integer
1557
+ tagSet:
1558
+ :ignore: true
1559
+ :children:
1560
+ item:
1561
+ :rename: :tag_set
1562
+ :list: true
1563
+ - :name: DescribeCustomerGateways
1564
+ :method: :describe_customer_gateways
1565
+ :inputs:
1566
+ DryRun:
1567
+ - :boolean
1568
+ CustomerGatewayId:
1569
+ - :list:
1570
+ - :string
1571
+ - :rename: CustomerGatewayIds
1572
+ Filter:
1573
+ - :list:
1574
+ - :structure:
1575
+ Name:
1576
+ - :string
1577
+ Value:
1578
+ - :list:
1579
+ - :string
1580
+ - :rename: Values
1581
+ - :rename: Filters
1582
+ :outputs:
1583
+ :children:
1584
+ customerGatewaySet:
1585
+ :ignore: true
1586
+ :children:
1587
+ item:
1588
+ :rename: :customer_gateway_set
1589
+ :list: true
1590
+ :children:
1591
+ tagSet:
1592
+ :ignore: true
1593
+ :children:
1594
+ item:
1595
+ :rename: :tag_set
1596
+ :list: true
1597
+ type:
1598
+ :rename: :vpn_type
1599
+ - :name: DescribeDhcpOptions
1600
+ :method: :describe_dhcp_options
1601
+ :inputs:
1602
+ DryRun:
1603
+ - :boolean
1604
+ DhcpOptionsId:
1605
+ - :list:
1606
+ - :string
1607
+ - :rename: DhcpOptionsIds
1608
+ Filter:
1609
+ - :list:
1610
+ - :structure:
1611
+ Name:
1612
+ - :string
1613
+ Value:
1614
+ - :list:
1615
+ - :string
1616
+ - :rename: Values
1617
+ - :rename: filters
1618
+ :outputs:
1619
+ :children:
1620
+ dhcpOptionsSet:
1621
+ :ignore: true
1622
+ :children:
1623
+ item:
1624
+ :rename: :dhcp_options_set
1625
+ :list: true
1626
+ :children:
1627
+ dhcpConfigurationSet:
1628
+ :ignore: true
1629
+ :children:
1630
+ item:
1631
+ :rename: :dhcp_configuration_set
1632
+ :list: true
1633
+ :children:
1634
+ valueSet:
1635
+ :ignore: true
1636
+ :children:
1637
+ item:
1638
+ :rename: :value_set
1639
+ :list: true
1640
+ tagSet:
1641
+ :ignore: true
1642
+ :children:
1643
+ item:
1644
+ :rename: :tag_set
1645
+ :list: true
1646
+ - :name: DescribeExportTasks
1647
+ :method: :describe_export_tasks
1648
+ :inputs:
1649
+ ExportTaskId:
1650
+ - :list:
1651
+ - :string
1652
+ - :rename: exportTaskIds
1653
+ :outputs:
1654
+ :children:
1655
+ exportTaskSet:
1656
+ :ignore: true
1657
+ :children:
1658
+ item:
1659
+ :rename: :export_task_set
1660
+ :list: true
1661
+ - :name: DescribeImageAttribute
1662
+ :method: :describe_image_attribute
1663
+ :inputs:
1664
+ DryRun:
1665
+ - :boolean
1666
+ ImageId:
1667
+ - :string
1668
+ - :required
1669
+ Attribute:
1670
+ - :string
1671
+ - :required
1672
+ :outputs:
1673
+ :children:
1674
+ launchPermission:
1675
+ :ignore: true
1676
+ :children:
1677
+ item:
1678
+ :rename: :launch_permission
1679
+ :list: true
1680
+ productCodes:
1681
+ :ignore: true
1682
+ :children:
1683
+ item:
1684
+ :rename: :product_codes
1685
+ :list: true
1686
+ blockDeviceMapping:
1687
+ :ignore: true
1688
+ :children:
1689
+ item:
1690
+ :rename: :block_device_mapping
1691
+ :list: true
1692
+ :children:
1693
+ ebs:
1694
+ :children:
1695
+ volumeSize:
1696
+ :type: :integer
1697
+ deleteOnTermination:
1698
+ :type: :boolean
1699
+ iops:
1700
+ :type: :integer
1701
+ - :name: DescribeImages
1702
+ :method: :describe_images
1703
+ :inputs:
1704
+ DryRun:
1705
+ - :boolean
1706
+ ImageId:
1707
+ - :list:
1708
+ - :string
1709
+ - :rename: ImageIds
1710
+ Owner:
1711
+ - :list:
1712
+ - :string
1713
+ - :rename: Owners
1714
+ ExecutableBy:
1715
+ - :list:
1716
+ - :string
1717
+ - :rename: ExecutableUsers
1718
+ Filter:
1719
+ - :list:
1720
+ - :structure:
1721
+ Name:
1722
+ - :string
1723
+ Value:
1724
+ - :list:
1725
+ - :string
1726
+ - :rename: Values
1727
+ - :rename: filters
1728
+ :outputs:
1729
+ :children:
1730
+ imagesSet:
1731
+ :ignore: true
1732
+ :children:
1733
+ item:
1734
+ :rename: :images_set
1735
+ :list: true
1736
+ :children:
1737
+ isPublic:
1738
+ :type: :boolean
1739
+ productCodes:
1740
+ :ignore: true
1741
+ :children:
1742
+ item:
1743
+ :rename: :product_codes
1744
+ :list: true
1745
+ blockDeviceMapping:
1746
+ :ignore: true
1747
+ :children:
1748
+ item:
1749
+ :rename: :block_device_mapping
1750
+ :list: true
1751
+ :children:
1752
+ ebs:
1753
+ :children:
1754
+ volumeSize:
1755
+ :type: :integer
1756
+ deleteOnTermination:
1757
+ :type: :boolean
1758
+ iops:
1759
+ :type: :integer
1760
+ tagSet:
1761
+ :ignore: true
1762
+ :children:
1763
+ item:
1764
+ :rename: :tag_set
1765
+ :list: true
1766
+ :index:
1767
+ :key: :image_id
1768
+ :name: :image_index
1769
+ - :name: DescribeInstanceAttribute
1770
+ :method: :describe_instance_attribute
1771
+ :inputs:
1772
+ DryRun:
1773
+ - :boolean
1774
+ InstanceId:
1775
+ - :string
1776
+ - :required
1777
+ Attribute:
1778
+ - :string
1779
+ - :required
1780
+ :outputs:
1781
+ :children:
1782
+ disableApiTermination:
1783
+ :children:
1784
+ value:
1785
+ :type: :boolean
1786
+ blockDeviceMapping:
1787
+ :ignore: true
1788
+ :children:
1789
+ item:
1790
+ :rename: :block_device_mapping
1791
+ :list: true
1792
+ :children:
1793
+ ebs:
1794
+ :children:
1795
+ attachTime:
1796
+ :type: :time
1797
+ deleteOnTermination:
1798
+ :type: :boolean
1799
+ productCodes:
1800
+ :ignore: true
1801
+ :children:
1802
+ item:
1803
+ :rename: :product_codes
1804
+ :list: true
1805
+ ebsOptimized:
1806
+ :children:
1807
+ value:
1808
+ :type: :boolean
1809
+ - :name: DescribeInstanceStatus
1810
+ :method: :describe_instance_status
1811
+ :inputs:
1812
+ DryRun:
1813
+ - :boolean
1814
+ InstanceId:
1815
+ - :list:
1816
+ - :string
1817
+ - :rename: InstanceIds
1818
+ Filter:
1819
+ - :list:
1820
+ - :structure:
1821
+ Name:
1822
+ - :string
1823
+ Value:
1824
+ - :list:
1825
+ - :string
1826
+ - :rename: Values
1827
+ - :rename: filters
1828
+ NextToken:
1829
+ - :string
1830
+ MaxResults:
1831
+ - :integer
1832
+ IncludeAllInstances:
1833
+ - :boolean
1834
+ :outputs:
1835
+ :children:
1836
+ instanceStatusSet:
1837
+ :ignore: true
1838
+ :children:
1839
+ item:
1840
+ :rename: :instance_status_set
1841
+ :list: true
1842
+ :children:
1843
+ eventsSet:
1844
+ :ignore: true
1845
+ :children:
1846
+ item:
1847
+ :rename: :events_set
1848
+ :list: true
1849
+ :children:
1850
+ notBefore:
1851
+ :type: :time
1852
+ notAfter:
1853
+ :type: :time
1854
+ instanceState:
1855
+ :children:
1856
+ code:
1857
+ :type: :integer
1858
+ systemStatus:
1859
+ :children:
1860
+ details:
1861
+ :ignore: true
1862
+ :children:
1863
+ item:
1864
+ :rename: :details
1865
+ :list: true
1866
+ :children:
1867
+ impairedSince:
1868
+ :type: :time
1869
+ instanceStatus:
1870
+ :children:
1871
+ details:
1872
+ :ignore: true
1873
+ :children:
1874
+ item:
1875
+ :rename: :details
1876
+ :list: true
1877
+ :children:
1878
+ impairedSince:
1879
+ :type: :time
1880
+ - :name: DescribeInstances
1881
+ :method: :describe_instances
1882
+ :inputs:
1883
+ DryRun:
1884
+ - :boolean
1885
+ InstanceId:
1886
+ - :list:
1887
+ - :string
1888
+ - :rename: InstanceIds
1889
+ Filter:
1890
+ - :list:
1891
+ - :structure:
1892
+ Name:
1893
+ - :string
1894
+ Value:
1895
+ - :list:
1896
+ - :string
1897
+ - :rename: Values
1898
+ - :rename: filters
1899
+ NextToken:
1900
+ - :string
1901
+ MaxResults:
1902
+ - :integer
1903
+ :outputs:
1904
+ :children:
1905
+ reservationSet:
1906
+ :ignore: true
1907
+ :children:
1908
+ item:
1909
+ :rename: :reservation_set
1910
+ :list: true
1911
+ :children:
1912
+ groupSet:
1913
+ :ignore: true
1914
+ :children:
1915
+ item:
1916
+ :rename: :group_set
1917
+ :list: true
1918
+ instancesSet:
1919
+ :ignore: true
1920
+ :children:
1921
+ item:
1922
+ :rename: :instances_set
1923
+ :list: true
1924
+ :children:
1925
+ instanceState:
1926
+ :children:
1927
+ code:
1928
+ :type: :integer
1929
+ amiLaunchIndex:
1930
+ :type: :integer
1931
+ productCodes:
1932
+ :ignore: true
1933
+ :children:
1934
+ item:
1935
+ :rename: :product_codes
1936
+ :list: true
1937
+ launchTime:
1938
+ :type: :time
1939
+ blockDeviceMapping:
1940
+ :ignore: true
1941
+ :children:
1942
+ item:
1943
+ :rename: :block_device_mapping
1944
+ :list: true
1945
+ :children:
1946
+ ebs:
1947
+ :children:
1948
+ attachTime:
1949
+ :type: :time
1950
+ deleteOnTermination:
1951
+ :type: :boolean
1952
+ tagSet:
1953
+ :ignore: true
1954
+ :children:
1955
+ item:
1956
+ :rename: :tag_set
1957
+ :list: true
1958
+ groupSet:
1959
+ :ignore: true
1960
+ :children:
1961
+ item:
1962
+ :rename: :group_set
1963
+ :list: true
1964
+ sourceDestCheck:
1965
+ :type: :boolean
1966
+ networkInterfaceSet:
1967
+ :ignore: true
1968
+ :children:
1969
+ item:
1970
+ :rename: :network_interface_set
1971
+ :list: true
1972
+ :children:
1973
+ sourceDestCheck:
1974
+ :type: :boolean
1975
+ groupSet:
1976
+ :ignore: true
1977
+ :children:
1978
+ item:
1979
+ :rename: :group_set
1980
+ :list: true
1981
+ attachment:
1982
+ :children:
1983
+ deviceIndex:
1984
+ :type: :integer
1985
+ attachTime:
1986
+ :type: :time
1987
+ deleteOnTermination:
1988
+ :type: :boolean
1989
+ privateIpAddressesSet:
1990
+ :ignore: true
1991
+ :children:
1992
+ item:
1993
+ :rename: :private_ip_addresses_set
1994
+ :list: true
1995
+ :children:
1996
+ primary:
1997
+ :type: :boolean
1998
+ ebsOptimized:
1999
+ :type: :boolean
2000
+ :index:
2001
+ :key: :instance_id
2002
+ :name: :instance_index
2003
+ :index:
2004
+ :key_path:
2005
+ - :instances_set
2006
+ - :instance_id
2007
+ :name: :reservation_index
2008
+ - :name: DescribeInternetGateways
2009
+ :method: :describe_internet_gateways
2010
+ :inputs:
2011
+ DryRun:
2012
+ - :boolean
2013
+ InternetGatewayId:
2014
+ - :list:
2015
+ - :string
2016
+ - :rename: internetGatewayIds
2017
+ Filter:
2018
+ - :list:
2019
+ - :structure:
2020
+ Name:
2021
+ - :string
2022
+ Value:
2023
+ - :list:
2024
+ - :string
2025
+ - :rename: Values
2026
+ - :rename: filters
2027
+ :outputs:
2028
+ :children:
2029
+ internetGatewaySet:
2030
+ :ignore: true
2031
+ :children:
2032
+ item:
2033
+ :rename: :internet_gateway_set
2034
+ :list: true
2035
+ :children:
2036
+ attachmentSet:
2037
+ :ignore: true
2038
+ :children:
2039
+ item:
2040
+ :rename: :attachment_set
2041
+ :list: true
2042
+ tagSet:
2043
+ :ignore: true
2044
+ :children:
2045
+ item:
2046
+ :rename: :tag_set
2047
+ :list: true
2048
+ - :name: DescribeKeyPairs
2049
+ :method: :describe_key_pairs
2050
+ :inputs:
2051
+ DryRun:
2052
+ - :boolean
2053
+ KeyName:
2054
+ - :list:
2055
+ - :string
2056
+ - :rename: KeyNames
2057
+ Filter:
2058
+ - :list:
2059
+ - :structure:
2060
+ Name:
2061
+ - :string
2062
+ Value:
2063
+ - :list:
2064
+ - :string
2065
+ - :rename: Values
2066
+ - :rename: filters
2067
+ :outputs:
2068
+ :children:
2069
+ keySet:
2070
+ :ignore: true
2071
+ :children:
2072
+ item:
2073
+ :rename: :key_set
2074
+ :list: true
2075
+ :index:
2076
+ :key: :key_name
2077
+ :name: :key_index
2078
+ - :name: DescribeNetworkAcls
2079
+ :method: :describe_network_acls
2080
+ :inputs:
2081
+ DryRun:
2082
+ - :boolean
2083
+ NetworkAclId:
2084
+ - :list:
2085
+ - :string
2086
+ - :rename: networkAclIds
2087
+ Filter:
2088
+ - :list:
2089
+ - :structure:
2090
+ Name:
2091
+ - :string
2092
+ Value:
2093
+ - :list:
2094
+ - :string
2095
+ - :rename: Values
2096
+ - :rename: filters
2097
+ :outputs:
2098
+ :children:
2099
+ networkAclSet:
2100
+ :ignore: true
2101
+ :children:
2102
+ item:
2103
+ :rename: :network_acl_set
2104
+ :list: true
2105
+ :children:
2106
+ default:
2107
+ :type: :boolean
2108
+ entrySet:
2109
+ :ignore: true
2110
+ :children:
2111
+ item:
2112
+ :rename: :entry_set
2113
+ :list: true
2114
+ :children:
2115
+ ruleNumber:
2116
+ :type: :integer
2117
+ egress:
2118
+ :type: :boolean
2119
+ icmpTypeCode:
2120
+ :children:
2121
+ type:
2122
+ :type: :integer
2123
+ code:
2124
+ :type: :integer
2125
+ portRange:
2126
+ :children:
2127
+ from:
2128
+ :type: :integer
2129
+ to:
2130
+ :type: :integer
2131
+ associationSet:
2132
+ :ignore: true
2133
+ :children:
2134
+ item:
2135
+ :rename: :association_set
2136
+ :list: true
2137
+ tagSet:
2138
+ :ignore: true
2139
+ :children:
2140
+ item:
2141
+ :rename: :tag_set
2142
+ :list: true
2143
+ - :name: DescribeNetworkInterfaceAttribute
2144
+ :method: :describe_network_interface_attribute
2145
+ :inputs:
2146
+ DryRun:
2147
+ - :boolean
2148
+ NetworkInterfaceId:
2149
+ - :string
2150
+ - :required
2151
+ Description:
2152
+ - :string
2153
+ SourceDestCheck:
2154
+ - :string
2155
+ GroupSet:
2156
+ - :string
2157
+ - :rename: groups
2158
+ Attachment:
2159
+ - :string
2160
+ :outputs:
2161
+ :children:
2162
+ sourceDestCheck:
2163
+ :children:
2164
+ value:
2165
+ :type: :boolean
2166
+ groupSet:
2167
+ :ignore: true
2168
+ :children:
2169
+ item:
2170
+ :rename: :group_set
2171
+ :list: true
2172
+ attachment:
2173
+ :children:
2174
+ deviceIndex:
2175
+ :type: :integer
2176
+ attachTime:
2177
+ :type: :time
2178
+ deleteOnTermination:
2179
+ :type: :boolean
2180
+ - :name: DescribeNetworkInterfaces
2181
+ :method: :describe_network_interfaces
2182
+ :inputs:
2183
+ DryRun:
2184
+ - :boolean
2185
+ NetworkInterfaceId:
2186
+ - :list:
2187
+ - :string
2188
+ - :rename: networkInterfaceIds
2189
+ Filter:
2190
+ - :list:
2191
+ - :structure:
2192
+ Name:
2193
+ - :string
2194
+ Value:
2195
+ - :list:
2196
+ - :string
2197
+ - :rename: Values
2198
+ - :rename: filters
2199
+ :outputs:
2200
+ :children:
2201
+ networkInterfaceSet:
2202
+ :ignore: true
2203
+ :children:
2204
+ item:
2205
+ :rename: :network_interface_set
2206
+ :list: true
2207
+ :children:
2208
+ requesterManaged:
2209
+ :type: :boolean
2210
+ sourceDestCheck:
2211
+ :type: :boolean
2212
+ groupSet:
2213
+ :ignore: true
2214
+ :children:
2215
+ item:
2216
+ :rename: :groups
2217
+ :list: true
2218
+ attachment:
2219
+ :children:
2220
+ deviceIndex:
2221
+ :type: :integer
2222
+ attachTime:
2223
+ :type: :time
2224
+ deleteOnTermination:
2225
+ :type: :boolean
2226
+ tagSet:
2227
+ :ignore: true
2228
+ :children:
2229
+ item:
2230
+ :rename: :tag_set
2231
+ :list: true
2232
+ privateIpAddressesSet:
2233
+ :ignore: true
2234
+ :children:
2235
+ item:
2236
+ :rename: :private_ip_addresses_set
2237
+ :list: true
2238
+ :children:
2239
+ primary:
2240
+ :type: :boolean
2241
+ :rename: :set
2242
+ - :name: DescribePlacementGroups
2243
+ :method: :describe_placement_groups
2244
+ :inputs:
2245
+ DryRun:
2246
+ - :boolean
2247
+ GroupName:
2248
+ - :list:
2249
+ - :string
2250
+ - :rename: groupNames
2251
+ Filter:
2252
+ - :list:
2253
+ - :structure:
2254
+ Name:
2255
+ - :string
2256
+ Value:
2257
+ - :list:
2258
+ - :string
2259
+ - :rename: Values
2260
+ - :rename: filters
2261
+ :outputs:
2262
+ :children:
2263
+ placementGroupSet:
2264
+ :ignore: true
2265
+ :children:
2266
+ item:
2267
+ :rename: :placement_group_set
2268
+ :list: true
2269
+ - :name: DescribeRegions
2270
+ :method: :describe_regions
2271
+ :inputs:
2272
+ DryRun:
2273
+ - :boolean
2274
+ RegionName:
2275
+ - :list:
2276
+ - :string
2277
+ - :rename: RegionNames
2278
+ Filter:
2279
+ - :list:
2280
+ - :structure:
2281
+ Name:
2282
+ - :string
2283
+ Value:
2284
+ - :list:
2285
+ - :string
2286
+ - :rename: Values
2287
+ - :rename: filters
2288
+ :outputs:
2289
+ :children:
2290
+ regionInfo:
2291
+ :ignore: true
2292
+ :children:
2293
+ item:
2294
+ :rename: :region_info
2295
+ :list: true
2296
+ - :name: DescribeReservedInstances
2297
+ :method: :describe_reserved_instances
2298
+ :inputs:
2299
+ DryRun:
2300
+ - :boolean
2301
+ ReservedInstancesId:
2302
+ - :list:
2303
+ - :string
2304
+ - :rename: ReservedInstancesIds
2305
+ Filter:
2306
+ - :list:
2307
+ - :structure:
2308
+ Name:
2309
+ - :string
2310
+ Value:
2311
+ - :list:
2312
+ - :string
2313
+ - :rename: Values
2314
+ - :rename: filters
2315
+ OfferingType:
2316
+ - :string
2317
+ :outputs:
2318
+ :children:
2319
+ reservedInstancesSet:
2320
+ :ignore: true
2321
+ :children:
2322
+ item:
2323
+ :rename: :reserved_instances_set
2324
+ :list: true
2325
+ :children:
2326
+ start:
2327
+ :type: :time
2328
+ end:
2329
+ :type: :time
2330
+ duration:
2331
+ :type: :integer
2332
+ usagePrice:
2333
+ :type: :float
2334
+ fixedPrice:
2335
+ :type: :float
2336
+ instanceCount:
2337
+ :type: :integer
2338
+ tagSet:
2339
+ :ignore: true
2340
+ :children:
2341
+ item:
2342
+ :rename: :tag_set
2343
+ :list: true
2344
+ recurringCharges:
2345
+ :ignore: true
2346
+ :children:
2347
+ item:
2348
+ :rename: :recurring_charges
2349
+ :list: true
2350
+ :children:
2351
+ amount:
2352
+ :type: :float
2353
+ - :name: DescribeReservedInstancesListings
2354
+ :method: :describe_reserved_instances_listings
2355
+ :inputs:
2356
+ ReservedInstancesId:
2357
+ - :string
2358
+ ReservedInstancesListingId:
2359
+ - :string
2360
+ Filters:
2361
+ - :list:
2362
+ - :structure:
2363
+ Name:
2364
+ - :string
2365
+ Value:
2366
+ - :list:
2367
+ - :string
2368
+ - :rename: Values
2369
+ :outputs:
2370
+ :children:
2371
+ reservedInstancesListingsSet:
2372
+ :ignore: true
2373
+ :children:
2374
+ item:
2375
+ :rename: :reserved_instances_listings_set
2376
+ :list: true
2377
+ :children:
2378
+ createDate:
2379
+ :type: :time
2380
+ updateDate:
2381
+ :type: :time
2382
+ instanceCounts:
2383
+ :ignore: true
2384
+ :children:
2385
+ item:
2386
+ :rename: :instance_counts
2387
+ :list: true
2388
+ :children:
2389
+ instanceCount:
2390
+ :type: :integer
2391
+ priceSchedules:
2392
+ :ignore: true
2393
+ :children:
2394
+ item:
2395
+ :rename: :price_schedules
2396
+ :list: true
2397
+ :children:
2398
+ term:
2399
+ :type: :integer
2400
+ price:
2401
+ :type: :float
2402
+ active:
2403
+ :type: :boolean
2404
+ tagSet:
2405
+ :ignore: true
2406
+ :children:
2407
+ item:
2408
+ :rename: :tag_set
2409
+ :list: true
2410
+ - :name: DescribeReservedInstancesModifications
2411
+ :method: :describe_reserved_instances_modifications
2412
+ :inputs:
2413
+ ReservedInstancesModificationId:
2414
+ - :list:
2415
+ - :string
2416
+ - :rename: ReservedInstancesModificationIds
2417
+ NextToken:
2418
+ - :string
2419
+ Filter:
2420
+ - :list:
2421
+ - :structure:
2422
+ Name:
2423
+ - :string
2424
+ Value:
2425
+ - :list:
2426
+ - :string
2427
+ - :rename: Values
2428
+ - :rename: filters
2429
+ :outputs:
2430
+ :children:
2431
+ reservedInstancesModificationsSet:
2432
+ :ignore: true
2433
+ :children:
2434
+ item:
2435
+ :rename: :reserved_instances_modifications_set
2436
+ :list: true
2437
+ :children:
2438
+ reservedInstancesSet:
2439
+ :ignore: true
2440
+ :children:
2441
+ item:
2442
+ :rename: :reserved_instances_set
2443
+ :list: true
2444
+ modificationResultSet:
2445
+ :ignore: true
2446
+ :children:
2447
+ item:
2448
+ :rename: :modification_result_set
2449
+ :list: true
2450
+ :children:
2451
+ targetConfiguration:
2452
+ :children:
2453
+ instanceCount:
2454
+ :type: :integer
2455
+ createDate:
2456
+ :type: :time
2457
+ updateDate:
2458
+ :type: :time
2459
+ effectiveDate:
2460
+ :type: :time
2461
+ - :name: DescribeReservedInstancesOfferings
2462
+ :method: :describe_reserved_instances_offerings
2463
+ :inputs:
2464
+ DryRun:
2465
+ - :boolean
2466
+ ReservedInstancesOfferingId:
2467
+ - :list:
2468
+ - :string
2469
+ - :rename: ReservedInstancesOfferingIds
2470
+ InstanceType:
2471
+ - :string
2472
+ AvailabilityZone:
2473
+ - :string
2474
+ ProductDescription:
2475
+ - :string
2476
+ Filter:
2477
+ - :list:
2478
+ - :structure:
2479
+ Name:
2480
+ - :string
2481
+ Value:
2482
+ - :list:
2483
+ - :string
2484
+ - :rename: Values
2485
+ - :rename: filters
2486
+ InstanceTenancy:
2487
+ - :string
2488
+ OfferingType:
2489
+ - :string
2490
+ NextToken:
2491
+ - :string
2492
+ MaxResults:
2493
+ - :integer
2494
+ IncludeMarketplace:
2495
+ - :boolean
2496
+ MinDuration:
2497
+ - :long
2498
+ MaxDuration:
2499
+ - :long
2500
+ MaxInstanceCount:
2501
+ - :integer
2502
+ :outputs:
2503
+ :children:
2504
+ reservedInstancesOfferingsSet:
2505
+ :ignore: true
2506
+ :children:
2507
+ item:
2508
+ :rename: :reserved_instances_offerings_set
2509
+ :list: true
2510
+ :children:
2511
+ duration:
2512
+ :type: :integer
2513
+ usagePrice:
2514
+ :type: :float
2515
+ fixedPrice:
2516
+ :type: :float
2517
+ recurringCharges:
2518
+ :ignore: true
2519
+ :children:
2520
+ item:
2521
+ :rename: :recurring_charges
2522
+ :list: true
2523
+ :children:
2524
+ amount:
2525
+ :type: :float
2526
+ marketplace:
2527
+ :type: :boolean
2528
+ pricingDetailsSet:
2529
+ :ignore: true
2530
+ :children:
2531
+ item:
2532
+ :rename: :pricing_details_set
2533
+ :list: true
2534
+ :children:
2535
+ price:
2536
+ :type: :float
2537
+ count:
2538
+ :type: :integer
2539
+ - :name: DescribeRouteTables
2540
+ :method: :describe_route_tables
2541
+ :inputs:
2542
+ DryRun:
2543
+ - :boolean
2544
+ RouteTableId:
2545
+ - :list:
2546
+ - :string
2547
+ - :rename: routeTableIds
2548
+ Filter:
2549
+ - :list:
2550
+ - :structure:
2551
+ Name:
2552
+ - :string
2553
+ Value:
2554
+ - :list:
2555
+ - :string
2556
+ - :rename: Values
2557
+ - :rename: filters
2558
+ :outputs:
2559
+ :children:
2560
+ routeTableSet:
2561
+ :ignore: true
2562
+ :children:
2563
+ item:
2564
+ :rename: :route_table_set
2565
+ :list: true
2566
+ :children:
2567
+ routeSet:
2568
+ :ignore: true
2569
+ :children:
2570
+ item:
2571
+ :rename: :route_set
2572
+ :list: true
2573
+ associationSet:
2574
+ :ignore: true
2575
+ :children:
2576
+ item:
2577
+ :rename: :association_set
2578
+ :list: true
2579
+ :children:
2580
+ main:
2581
+ :type: :boolean
2582
+ tagSet:
2583
+ :ignore: true
2584
+ :children:
2585
+ item:
2586
+ :rename: :tag_set
2587
+ :list: true
2588
+ propagatingVgwSet:
2589
+ :ignore: true
2590
+ :children:
2591
+ item:
2592
+ :rename: :propagating_vgw_set
2593
+ :list: true
2594
+ - :name: DescribeSecurityGroups
2595
+ :method: :describe_security_groups
2596
+ :inputs:
2597
+ DryRun:
2598
+ - :boolean
2599
+ GroupName:
2600
+ - :list:
2601
+ - :string
2602
+ - :rename: GroupNames
2603
+ GroupId:
2604
+ - :list:
2605
+ - :string
2606
+ - :rename: GroupIds
2607
+ Filter:
2608
+ - :list:
2609
+ - :structure:
2610
+ Name:
2611
+ - :string
2612
+ Value:
2613
+ - :list:
2614
+ - :string
2615
+ - :rename: Values
2616
+ - :rename: filters
2617
+ :outputs:
2618
+ :children:
2619
+ securityGroupInfo:
2620
+ :ignore: true
2621
+ :children:
2622
+ item:
2623
+ :rename: :security_group_info
2624
+ :list: true
2625
+ :children:
2626
+ ipPermissions:
2627
+ :ignore: true
2628
+ :children:
2629
+ item:
2630
+ :rename: :ip_permissions
2631
+ :list: true
2632
+ :children:
2633
+ fromPort:
2634
+ :type: :integer
2635
+ toPort:
2636
+ :type: :integer
2637
+ groups:
2638
+ :ignore: true
2639
+ :children:
2640
+ item:
2641
+ :rename: :groups
2642
+ :list: true
2643
+ ipRanges:
2644
+ :ignore: true
2645
+ :children:
2646
+ item:
2647
+ :rename: :ip_ranges
2648
+ :list: true
2649
+ ipPermissionsEgress:
2650
+ :ignore: true
2651
+ :children:
2652
+ item:
2653
+ :rename: :ip_permissions_egress
2654
+ :list: true
2655
+ :children:
2656
+ fromPort:
2657
+ :type: :integer
2658
+ toPort:
2659
+ :type: :integer
2660
+ groups:
2661
+ :ignore: true
2662
+ :children:
2663
+ item:
2664
+ :rename: :groups
2665
+ :list: true
2666
+ ipRanges:
2667
+ :ignore: true
2668
+ :children:
2669
+ item:
2670
+ :rename: :ip_ranges
2671
+ :list: true
2672
+ tagSet:
2673
+ :ignore: true
2674
+ :children:
2675
+ item:
2676
+ :rename: :tag_set
2677
+ :list: true
2678
+ :index:
2679
+ :key: :group_id
2680
+ :name: :security_group_index
2681
+ - :name: DescribeSnapshotAttribute
2682
+ :method: :describe_snapshot_attribute
2683
+ :inputs:
2684
+ DryRun:
2685
+ - :boolean
2686
+ SnapshotId:
2687
+ - :string
2688
+ - :required
2689
+ Attribute:
2690
+ - :string
2691
+ - :required
2692
+ :outputs:
2693
+ :children:
2694
+ createVolumePermission:
2695
+ :ignore: true
2696
+ :children:
2697
+ item:
2698
+ :rename: :create_volume_permission
2699
+ :list: true
2700
+ productCodes:
2701
+ :ignore: true
2702
+ :children:
2703
+ item:
2704
+ :rename: :product_codes
2705
+ :list: true
2706
+ - :name: DescribeSnapshots
2707
+ :method: :describe_snapshots
2708
+ :inputs:
2709
+ DryRun:
2710
+ - :boolean
2711
+ SnapshotId:
2712
+ - :list:
2713
+ - :string
2714
+ - :rename: SnapshotIds
2715
+ Owner:
2716
+ - :list:
2717
+ - :string
2718
+ - :rename: OwnerIds
2719
+ RestorableBy:
2720
+ - :list:
2721
+ - :string
2722
+ - :rename: RestorableByUserIds
2723
+ Filter:
2724
+ - :list:
2725
+ - :structure:
2726
+ Name:
2727
+ - :string
2728
+ Value:
2729
+ - :list:
2730
+ - :string
2731
+ - :rename: Values
2732
+ - :rename: filters
2733
+ :outputs:
2734
+ :children:
2735
+ snapshotSet:
2736
+ :ignore: true
2737
+ :children:
2738
+ item:
2739
+ :rename: :snapshot_set
2740
+ :list: true
2741
+ :children:
2742
+ startTime:
2743
+ :type: :time
2744
+ volumeSize:
2745
+ :type: :integer
2746
+ tagSet:
2747
+ :ignore: true
2748
+ :children:
2749
+ item:
2750
+ :rename: :tag_set
2751
+ :list: true
2752
+ :index:
2753
+ :key: :snapshot_id
2754
+ :name: :snapshot_index
2755
+ - :name: DescribeSpotDatafeedSubscription
2756
+ :method: :describe_spot_datafeed_subscription
2757
+ :inputs:
2758
+ DryRun:
2759
+ - :boolean
2760
+ :outputs: {}
2761
+ - :name: DescribeSpotInstanceRequests
2762
+ :method: :describe_spot_instance_requests
2763
+ :inputs:
2764
+ DryRun:
2765
+ - :boolean
2766
+ SpotInstanceRequestId:
2767
+ - :list:
2768
+ - :string
2769
+ - :rename: spotInstanceRequestIds
2770
+ Filter:
2771
+ - :list:
2772
+ - :structure:
2773
+ Name:
2774
+ - :string
2775
+ Value:
2776
+ - :list:
2777
+ - :string
2778
+ - :rename: Values
2779
+ - :rename: filters
2780
+ :outputs:
2781
+ :children:
2782
+ spotInstanceRequestSet:
2783
+ :ignore: true
2784
+ :children:
2785
+ item:
2786
+ :rename: :spot_instance_request_set
2787
+ :list: true
2788
+ :children:
2789
+ status:
2790
+ :children:
2791
+ updateTime:
2792
+ :type: :time
2793
+ validFrom:
2794
+ :type: :time
2795
+ validUntil:
2796
+ :type: :time
2797
+ launchSpecification:
2798
+ :children:
2799
+ groupSet:
2800
+ :ignore: true
2801
+ :children:
2802
+ item:
2803
+ :rename: :group_set
2804
+ :list: true
2805
+ blockDeviceMapping:
2806
+ :ignore: true
2807
+ :children:
2808
+ item:
2809
+ :rename: :block_device_mapping
2810
+ :list: true
2811
+ :children:
2812
+ ebs:
2813
+ :children:
2814
+ volumeSize:
2815
+ :type: :integer
2816
+ deleteOnTermination:
2817
+ :type: :boolean
2818
+ iops:
2819
+ :type: :integer
2820
+ monitoringEnabled:
2821
+ :type: :boolean
2822
+ networkInterfaceSet:
2823
+ :ignore: true
2824
+ :children:
2825
+ item:
2826
+ :rename: :network_interface_set
2827
+ :list: true
2828
+ :children:
2829
+ deviceIndex:
2830
+ :type: :integer
2831
+ SecurityGroupId:
2832
+ :ignore: true
2833
+ :children:
2834
+ SecurityGroupId:
2835
+ :rename: :security_group_id
2836
+ :list: true
2837
+ deleteOnTermination:
2838
+ :type: :boolean
2839
+ privateIpAddressesSet:
2840
+ :ignore: true
2841
+ :children:
2842
+ item:
2843
+ :rename: :private_ip_addresses_set
2844
+ :list: true
2845
+ :children:
2846
+ primary:
2847
+ :type: :boolean
2848
+ secondaryPrivateIpAddressCount:
2849
+ :type: :integer
2850
+ associatePublicIpAddress:
2851
+ :type: :boolean
2852
+ ebsOptimized:
2853
+ :type: :boolean
2854
+ createTime:
2855
+ :type: :time
2856
+ tagSet:
2857
+ :ignore: true
2858
+ :children:
2859
+ item:
2860
+ :rename: :tag_set
2861
+ :list: true
2862
+ - :name: DescribeSpotPriceHistory
2863
+ :method: :describe_spot_price_history
2864
+ :inputs:
2865
+ DryRun:
2866
+ - :boolean
2867
+ StartTime:
2868
+ - :timestamp
2869
+ EndTime:
2870
+ - :timestamp
2871
+ InstanceType:
2872
+ - :list:
2873
+ - :string
2874
+ - :rename: instanceTypes
2875
+ ProductDescription:
2876
+ - :list:
2877
+ - :string
2878
+ - :rename: productDescriptions
2879
+ Filter:
2880
+ - :list:
2881
+ - :structure:
2882
+ Name:
2883
+ - :string
2884
+ Value:
2885
+ - :list:
2886
+ - :string
2887
+ - :rename: Values
2888
+ - :rename: filters
2889
+ AvailabilityZone:
2890
+ - :string
2891
+ MaxResults:
2892
+ - :integer
2893
+ NextToken:
2894
+ - :string
2895
+ :outputs:
2896
+ :children:
2897
+ spotPriceHistorySet:
2898
+ :ignore: true
2899
+ :children:
2900
+ item:
2901
+ :rename: :spot_price_history_set
2902
+ :list: true
2903
+ :children:
2904
+ timestamp:
2905
+ :type: :time
2906
+ - :name: DescribeSubnets
2907
+ :method: :describe_subnets
2908
+ :inputs:
2909
+ DryRun:
2910
+ - :boolean
2911
+ SubnetId:
2912
+ - :list:
2913
+ - :string
2914
+ - :rename: SubnetIds
2915
+ Filter:
2916
+ - :list:
2917
+ - :structure:
2918
+ Name:
2919
+ - :string
2920
+ Value:
2921
+ - :list:
2922
+ - :string
2923
+ - :rename: Values
2924
+ - :rename: Filters
2925
+ :outputs:
2926
+ :children:
2927
+ subnetSet:
2928
+ :ignore: true
2929
+ :children:
2930
+ item:
2931
+ :rename: :subnet_set
2932
+ :list: true
2933
+ :children:
2934
+ availableIpAddressCount:
2935
+ :type: :integer
2936
+ defaultForAz:
2937
+ :type: :boolean
2938
+ mapPublicIpOnLaunch:
2939
+ :type: :boolean
2940
+ tagSet:
2941
+ :ignore: true
2942
+ :children:
2943
+ item:
2944
+ :rename: :tag_set
2945
+ :list: true
2946
+ - :name: DescribeTags
2947
+ :method: :describe_tags
2948
+ :inputs:
2949
+ DryRun:
2950
+ - :boolean
2951
+ Filter:
2952
+ - :list:
2953
+ - :structure:
2954
+ Name:
2955
+ - :string
2956
+ Value:
2957
+ - :list:
2958
+ - :string
2959
+ - :rename: Values
2960
+ - :rename: filters
2961
+ MaxResults:
2962
+ - :integer
2963
+ NextToken:
2964
+ - :string
2965
+ :outputs:
2966
+ :children:
2967
+ tagSet:
2968
+ :ignore: true
2969
+ :children:
2970
+ item:
2971
+ :rename: :tag_set
2972
+ :list: true
2973
+ :index:
2974
+ :keys:
2975
+ - :resource_type
2976
+ - :resource_id
2977
+ - :key
2978
+ :name: :tag_index
2979
+ - :name: DescribeVolumeAttribute
2980
+ :method: :describe_volume_attribute
2981
+ :inputs:
2982
+ DryRun:
2983
+ - :boolean
2984
+ VolumeId:
2985
+ - :string
2986
+ - :required
2987
+ Attribute:
2988
+ - :string
2989
+ :outputs:
2990
+ :children:
2991
+ autoEnableIO:
2992
+ :children:
2993
+ value:
2994
+ :type: :boolean
2995
+ productCodes:
2996
+ :ignore: true
2997
+ :children:
2998
+ item:
2999
+ :rename: :product_codes
3000
+ :list: true
3001
+ - :name: DescribeVolumeStatus
3002
+ :method: :describe_volume_status
3003
+ :inputs:
3004
+ DryRun:
3005
+ - :boolean
3006
+ VolumeId:
3007
+ - :list:
3008
+ - :string
3009
+ - :rename: VolumeIds
3010
+ Filter:
3011
+ - :list:
3012
+ - :structure:
3013
+ Name:
3014
+ - :string
3015
+ Value:
3016
+ - :list:
3017
+ - :string
3018
+ - :rename: Values
3019
+ - :rename: filters
3020
+ NextToken:
3021
+ - :string
3022
+ MaxResults:
3023
+ - :integer
3024
+ :outputs:
3025
+ :children:
3026
+ volumeStatusSet:
3027
+ :ignore: true
3028
+ :children:
3029
+ item:
3030
+ :rename: :volume_status_set
3031
+ :list: true
3032
+ :children:
3033
+ volumeStatus:
3034
+ :children:
3035
+ details:
3036
+ :ignore: true
3037
+ :children:
3038
+ item:
3039
+ :rename: :details
3040
+ :list: true
3041
+ eventsSet:
3042
+ :ignore: true
3043
+ :children:
3044
+ item:
3045
+ :rename: :events_set
3046
+ :list: true
3047
+ :children:
3048
+ notBefore:
3049
+ :type: :time
3050
+ notAfter:
3051
+ :type: :time
3052
+ actionsSet:
3053
+ :ignore: true
3054
+ :children:
3055
+ item:
3056
+ :rename: :actions_set
3057
+ :list: true
3058
+ - :name: DescribeVolumes
3059
+ :method: :describe_volumes
3060
+ :inputs:
3061
+ DryRun:
3062
+ - :boolean
3063
+ VolumeId:
3064
+ - :list:
3065
+ - :string
3066
+ - :rename: VolumeIds
3067
+ Filter:
3068
+ - :list:
3069
+ - :structure:
3070
+ Name:
3071
+ - :string
3072
+ Value:
3073
+ - :list:
3074
+ - :string
3075
+ - :rename: Values
3076
+ - :rename: filters
3077
+ :outputs:
3078
+ :children:
3079
+ volumeSet:
3080
+ :ignore: true
3081
+ :children:
3082
+ item:
3083
+ :rename: :volume_set
3084
+ :list: true
3085
+ :children:
3086
+ size:
3087
+ :type: :integer
3088
+ createTime:
3089
+ :type: :time
3090
+ attachmentSet:
3091
+ :ignore: true
3092
+ :children:
3093
+ item:
3094
+ :rename: :attachment_set
3095
+ :list: true
3096
+ :children:
3097
+ attachTime:
3098
+ :type: :time
3099
+ deleteOnTermination:
3100
+ :type: :boolean
3101
+ tagSet:
3102
+ :ignore: true
3103
+ :children:
3104
+ item:
3105
+ :rename: :tag_set
3106
+ :list: true
3107
+ iops:
3108
+ :type: :integer
3109
+ :index:
3110
+ :key: :volume_id
3111
+ :name: :volume_index
3112
+ - :name: DescribeVpcAttribute
3113
+ :method: :describe_vpc_attribute
3114
+ :inputs:
3115
+ DryRun:
3116
+ - :boolean
3117
+ VpcId:
3118
+ - :string
3119
+ - :required
3120
+ Attribute:
3121
+ - :string
3122
+ :outputs:
3123
+ :children:
3124
+ enableDnsSupport:
3125
+ :children:
3126
+ value:
3127
+ :type: :boolean
3128
+ enableDnsHostnames:
3129
+ :children:
3130
+ value:
3131
+ :type: :boolean
3132
+ - :name: DescribeVpcPeeringConnections
3133
+ :method: :describe_vpc_peering_connections
3134
+ :inputs:
3135
+ DryRun:
3136
+ - :boolean
3137
+ VpcPeeringConnectionId:
3138
+ - :list:
3139
+ - :string
3140
+ - :rename: vpcPeeringConnectionIds
3141
+ Filter:
3142
+ - :list:
3143
+ - :structure:
3144
+ Name:
3145
+ - :string
3146
+ Value:
3147
+ - :list:
3148
+ - :string
3149
+ - :rename: Values
3150
+ - :rename: filters
3151
+ :outputs:
3152
+ :children:
3153
+ vpcPeeringConnectionSet:
3154
+ :ignore: true
3155
+ :children:
3156
+ item:
3157
+ :rename: :vpc_peering_connection_set
3158
+ :list: true
3159
+ :children:
3160
+ expirationTime:
3161
+ :type: :time
3162
+ tagSet:
3163
+ :ignore: true
3164
+ :children:
3165
+ item:
3166
+ :rename: :tag_set
3167
+ :list: true
3168
+ - :name: DescribeVpcs
3169
+ :method: :describe_vpcs
3170
+ :inputs:
3171
+ DryRun:
3172
+ - :boolean
3173
+ VpcId:
3174
+ - :list:
3175
+ - :string
3176
+ - :rename: VpcIds
3177
+ Filter:
3178
+ - :list:
3179
+ - :structure:
3180
+ Name:
3181
+ - :string
3182
+ Value:
3183
+ - :list:
3184
+ - :string
3185
+ - :rename: Values
3186
+ - :rename: Filters
3187
+ :outputs:
3188
+ :children:
3189
+ vpcSet:
3190
+ :ignore: true
3191
+ :children:
3192
+ item:
3193
+ :rename: :vpc_set
3194
+ :list: true
3195
+ :children:
3196
+ tagSet:
3197
+ :ignore: true
3198
+ :children:
3199
+ item:
3200
+ :rename: :tag_set
3201
+ :list: true
3202
+ isDefault:
3203
+ :type: :boolean
3204
+ - :name: DescribeVpnConnections
3205
+ :method: :describe_vpn_connections
3206
+ :inputs:
3207
+ DryRun:
3208
+ - :boolean
3209
+ VpnConnectionId:
3210
+ - :list:
3211
+ - :string
3212
+ - :rename: VpnConnectionIds
3213
+ Filter:
3214
+ - :list:
3215
+ - :structure:
3216
+ Name:
3217
+ - :string
3218
+ Value:
3219
+ - :list:
3220
+ - :string
3221
+ - :rename: Values
3222
+ - :rename: Filters
3223
+ :outputs:
3224
+ :children:
3225
+ vpnConnectionSet:
3226
+ :ignore: true
3227
+ :children:
3228
+ item:
3229
+ :rename: :vpn_connection_set
3230
+ :list: true
3231
+ :children:
3232
+ tagSet:
3233
+ :ignore: true
3234
+ :children:
3235
+ item:
3236
+ :rename: :tag_set
3237
+ :list: true
3238
+ vgwTelemetry:
3239
+ :ignore: true
3240
+ :children:
3241
+ item:
3242
+ :rename: :vgw_telemetry
3243
+ :list: true
3244
+ :children:
3245
+ lastStatusChange:
3246
+ :type: :time
3247
+ acceptedRouteCount:
3248
+ :type: :integer
3249
+ options:
3250
+ :children:
3251
+ staticRoutesOnly:
3252
+ :type: :boolean
3253
+ routes:
3254
+ :ignore: true
3255
+ :children:
3256
+ item:
3257
+ :rename: :routes
3258
+ :list: true
3259
+ type:
3260
+ :rename: :vpn_type
3261
+ - :name: DescribeVpnGateways
3262
+ :method: :describe_vpn_gateways
3263
+ :inputs:
3264
+ DryRun:
3265
+ - :boolean
3266
+ VpnGatewayId:
3267
+ - :list:
3268
+ - :string
3269
+ - :rename: VpnGatewayIds
3270
+ Filter:
3271
+ - :list:
3272
+ - :structure:
3273
+ Name:
3274
+ - :string
3275
+ Value:
3276
+ - :list:
3277
+ - :string
3278
+ - :rename: Values
3279
+ - :rename: Filters
3280
+ :outputs:
3281
+ :children:
3282
+ vpnGatewaySet:
3283
+ :ignore: true
3284
+ :children:
3285
+ item:
3286
+ :rename: :vpn_gateway_set
3287
+ :list: true
3288
+ :children:
3289
+ attachments:
3290
+ :ignore: true
3291
+ :children:
3292
+ item:
3293
+ :rename: :attachments
3294
+ :list: true
3295
+ tagSet:
3296
+ :ignore: true
3297
+ :children:
3298
+ item:
3299
+ :rename: :tag_set
3300
+ :list: true
3301
+ type:
3302
+ :rename: :vpn_type
3303
+ - :name: DetachInternetGateway
3304
+ :method: :detach_internet_gateway
3305
+ :inputs:
3306
+ DryRun:
3307
+ - :boolean
3308
+ InternetGatewayId:
3309
+ - :string
3310
+ - :required
3311
+ VpcId:
3312
+ - :string
3313
+ - :required
3314
+ :outputs: {}
3315
+ - :name: DetachNetworkInterface
3316
+ :method: :detach_network_interface
3317
+ :inputs:
3318
+ DryRun:
3319
+ - :boolean
3320
+ AttachmentId:
3321
+ - :string
3322
+ - :required
3323
+ Force:
3324
+ - :boolean
3325
+ :outputs: {}
3326
+ - :name: DetachVolume
3327
+ :method: :detach_volume
3328
+ :inputs:
3329
+ DryRun:
3330
+ - :boolean
3331
+ VolumeId:
3332
+ - :string
3333
+ - :required
3334
+ InstanceId:
3335
+ - :string
3336
+ Device:
3337
+ - :string
3338
+ Force:
3339
+ - :boolean
3340
+ :outputs:
3341
+ :children:
3342
+ attachTime:
3343
+ :type: :time
3344
+ deleteOnTermination:
3345
+ :type: :boolean
3346
+ - :name: DetachVpnGateway
3347
+ :method: :detach_vpn_gateway
3348
+ :inputs:
3349
+ DryRun:
3350
+ - :boolean
3351
+ VpnGatewayId:
3352
+ - :string
3353
+ - :required
3354
+ VpcId:
3355
+ - :string
3356
+ - :required
3357
+ :outputs: {}
3358
+ - :name: DisableVgwRoutePropagation
3359
+ :method: :disable_vgw_route_propagation
3360
+ :inputs:
3361
+ RouteTableId:
3362
+ - :string
3363
+ - :required
3364
+ GatewayId:
3365
+ - :string
3366
+ - :required
3367
+ :outputs: {}
3368
+ - :name: DisassociateAddress
3369
+ :method: :disassociate_address
3370
+ :inputs:
3371
+ DryRun:
3372
+ - :boolean
3373
+ PublicIp:
3374
+ - :string
3375
+ AssociationId:
3376
+ - :string
3377
+ :outputs: {}
3378
+ - :name: DisassociateRouteTable
3379
+ :method: :disassociate_route_table
3380
+ :inputs:
3381
+ DryRun:
3382
+ - :boolean
3383
+ AssociationId:
3384
+ - :string
3385
+ - :required
3386
+ :outputs: {}
3387
+ - :name: EnableVgwRoutePropagation
3388
+ :method: :enable_vgw_route_propagation
3389
+ :inputs:
3390
+ RouteTableId:
3391
+ - :string
3392
+ - :required
3393
+ GatewayId:
3394
+ - :string
3395
+ - :required
3396
+ :outputs: {}
3397
+ - :name: EnableVolumeIO
3398
+ :method: :enable_volume_io
3399
+ :inputs:
3400
+ DryRun:
3401
+ - :boolean
3402
+ VolumeId:
3403
+ - :string
3404
+ - :required
3405
+ :outputs: {}
3406
+ - :name: GetConsoleOutput
3407
+ :method: :get_console_output
3408
+ :inputs:
3409
+ DryRun:
3410
+ - :boolean
3411
+ InstanceId:
3412
+ - :string
3413
+ - :required
3414
+ :outputs:
3415
+ :children:
3416
+ timestamp:
3417
+ :type: :time
3418
+ - :name: GetPasswordData
3419
+ :method: :get_password_data
3420
+ :inputs:
3421
+ DryRun:
3422
+ - :boolean
3423
+ InstanceId:
3424
+ - :string
3425
+ - :required
3426
+ :outputs:
3427
+ :children:
3428
+ timestamp:
3429
+ :type: :time
3430
+ - :name: ImportInstance
3431
+ :method: :import_instance
3432
+ :inputs:
3433
+ DryRun:
3434
+ - :boolean
3435
+ Description:
3436
+ - :string
3437
+ LaunchSpecification:
3438
+ - :structure:
3439
+ Architecture:
3440
+ - :string
3441
+ GroupName:
3442
+ - :list:
3443
+ - :string
3444
+ - :rename: groupNames
3445
+ AdditionalInfo:
3446
+ - :string
3447
+ UserData:
3448
+ - :string
3449
+ InstanceType:
3450
+ - :string
3451
+ Placement:
3452
+ - :structure:
3453
+ AvailabilityZone:
3454
+ - :string
3455
+ - :rename: AvailabilityZone
3456
+ GroupName:
3457
+ - :string
3458
+ Tenancy:
3459
+ - :string
3460
+ Monitoring:
3461
+ - :boolean
3462
+ SubnetId:
3463
+ - :string
3464
+ InstanceInitiatedShutdownBehavior:
3465
+ - :string
3466
+ PrivateIpAddress:
3467
+ - :string
3468
+ DiskImage:
3469
+ - :list:
3470
+ - :structure:
3471
+ Image:
3472
+ - :structure:
3473
+ Format:
3474
+ - :string
3475
+ - :required
3476
+ Bytes:
3477
+ - :long
3478
+ - :required
3479
+ ImportManifestUrl:
3480
+ - :string
3481
+ - :required
3482
+ Description:
3483
+ - :string
3484
+ Volume:
3485
+ - :structure:
3486
+ Size:
3487
+ - :long
3488
+ - :required
3489
+ - :rename: diskImages
3490
+ Platform:
3491
+ - :string
3492
+ - :required
3493
+ :outputs:
3494
+ :children:
3495
+ conversionTask:
3496
+ :children:
3497
+ importInstance:
3498
+ :children:
3499
+ volumes:
3500
+ :ignore: true
3501
+ :children:
3502
+ item:
3503
+ :rename: :volumes
3504
+ :list: true
3505
+ :children:
3506
+ bytesConverted:
3507
+ :type: :integer
3508
+ image:
3509
+ :children:
3510
+ size:
3511
+ :type: :integer
3512
+ volume:
3513
+ :children:
3514
+ size:
3515
+ :type: :integer
3516
+ importVolume:
3517
+ :children:
3518
+ bytesConverted:
3519
+ :type: :integer
3520
+ image:
3521
+ :children:
3522
+ size:
3523
+ :type: :integer
3524
+ volume:
3525
+ :children:
3526
+ size:
3527
+ :type: :integer
3528
+ tagSet:
3529
+ :ignore: true
3530
+ :children:
3531
+ item:
3532
+ :rename: :tag_set
3533
+ :list: true
3534
+ - :name: ImportKeyPair
3535
+ :method: :import_key_pair
3536
+ :inputs:
3537
+ DryRun:
3538
+ - :boolean
3539
+ KeyName:
3540
+ - :string
3541
+ - :required
3542
+ PublicKeyMaterial:
3543
+ - :string
3544
+ - :required
3545
+ :outputs: {}
3546
+ - :name: ImportVolume
3547
+ :method: :import_volume
3548
+ :inputs:
3549
+ DryRun:
3550
+ - :boolean
3551
+ AvailabilityZone:
3552
+ - :string
3553
+ Image:
3554
+ - :structure:
3555
+ Format:
3556
+ - :string
3557
+ - :required
3558
+ Bytes:
3559
+ - :long
3560
+ - :required
3561
+ ImportManifestUrl:
3562
+ - :string
3563
+ - :required
3564
+ Description:
3565
+ - :string
3566
+ Volume:
3567
+ - :structure:
3568
+ Size:
3569
+ - :long
3570
+ - :required
3571
+ :outputs:
3572
+ :children:
3573
+ conversionTask:
3574
+ :children:
3575
+ importInstance:
3576
+ :children:
3577
+ volumes:
3578
+ :ignore: true
3579
+ :children:
3580
+ item:
3581
+ :rename: :volumes
3582
+ :list: true
3583
+ :children:
3584
+ bytesConverted:
3585
+ :type: :integer
3586
+ image:
3587
+ :children:
3588
+ size:
3589
+ :type: :integer
3590
+ volume:
3591
+ :children:
3592
+ size:
3593
+ :type: :integer
3594
+ importVolume:
3595
+ :children:
3596
+ bytesConverted:
3597
+ :type: :integer
3598
+ image:
3599
+ :children:
3600
+ size:
3601
+ :type: :integer
3602
+ volume:
3603
+ :children:
3604
+ size:
3605
+ :type: :integer
3606
+ tagSet:
3607
+ :ignore: true
3608
+ :children:
3609
+ item:
3610
+ :rename: :tag_set
3611
+ :list: true
3612
+ - :name: ModifyImageAttribute
3613
+ :method: :modify_image_attribute
3614
+ :inputs:
3615
+ DryRun:
3616
+ - :boolean
3617
+ ImageId:
3618
+ - :string
3619
+ - :required
3620
+ Attribute:
3621
+ - :string
3622
+ OperationType:
3623
+ - :string
3624
+ UserId:
3625
+ - :list:
3626
+ - :string
3627
+ - :rename: UserIds
3628
+ UserGroup:
3629
+ - :list:
3630
+ - :string
3631
+ - :rename: UserGroups
3632
+ ProductCode:
3633
+ - :list:
3634
+ - :string
3635
+ - :rename: ProductCodes
3636
+ Value:
3637
+ - :string
3638
+ LaunchPermission:
3639
+ - :structure:
3640
+ Add:
3641
+ - :list:
3642
+ - :structure:
3643
+ UserId:
3644
+ - :string
3645
+ - :rename: UserId
3646
+ Group:
3647
+ - :string
3648
+ - :rename: Group
3649
+ Remove:
3650
+ - :list:
3651
+ - :structure:
3652
+ UserId:
3653
+ - :string
3654
+ - :rename: UserId
3655
+ Group:
3656
+ - :string
3657
+ - :rename: Group
3658
+ Description:
3659
+ - :structure:
3660
+ Value:
3661
+ - :string
3662
+ :outputs: {}
3663
+ - :name: ModifyInstanceAttribute
3664
+ :method: :modify_instance_attribute
3665
+ :inputs:
3666
+ DryRun:
3667
+ - :boolean
3668
+ InstanceId:
3669
+ - :string
3670
+ - :required
3671
+ Attribute:
3672
+ - :string
3673
+ Value:
3674
+ - :string
3675
+ BlockDeviceMapping:
3676
+ - :list:
3677
+ - :structure:
3678
+ DeviceName:
3679
+ - :string
3680
+ Ebs:
3681
+ - :structure:
3682
+ VolumeId:
3683
+ - :string
3684
+ DeleteOnTermination:
3685
+ - :boolean
3686
+ VirtualName:
3687
+ - :string
3688
+ NoDevice:
3689
+ - :string
3690
+ - :rename: blockDeviceMappings
3691
+ SourceDestCheck:
3692
+ - :structure:
3693
+ Value:
3694
+ - :boolean
3695
+ DisableApiTermination:
3696
+ - :structure:
3697
+ Value:
3698
+ - :boolean
3699
+ InstanceType:
3700
+ - :structure:
3701
+ Value:
3702
+ - :string
3703
+ Kernel:
3704
+ - :structure:
3705
+ Value:
3706
+ - :string
3707
+ Ramdisk:
3708
+ - :structure:
3709
+ Value:
3710
+ - :string
3711
+ UserData:
3712
+ - :structure:
3713
+ Value:
3714
+ - :string
3715
+ InstanceInitiatedShutdownBehavior:
3716
+ - :structure:
3717
+ Value:
3718
+ - :string
3719
+ GroupId:
3720
+ - :list:
3721
+ - :string
3722
+ - :rename: groups
3723
+ EbsOptimized:
3724
+ - :structure:
3725
+ Value:
3726
+ - :boolean
3727
+ SriovNetSupport:
3728
+ - :structure:
3729
+ Value:
3730
+ - :string
3731
+ :outputs: {}
3732
+ - :name: ModifyNetworkInterfaceAttribute
3733
+ :method: :modify_network_interface_attribute
3734
+ :inputs:
3735
+ DryRun:
3736
+ - :boolean
3737
+ NetworkInterfaceId:
3738
+ - :string
3739
+ - :required
3740
+ Description:
3741
+ - :structure:
3742
+ Value:
3743
+ - :string
3744
+ SourceDestCheck:
3745
+ - :structure:
3746
+ Value:
3747
+ - :boolean
3748
+ SecurityGroupId:
3749
+ - :list:
3750
+ - :string
3751
+ - :rename: groups
3752
+ Attachment:
3753
+ - :structure:
3754
+ AttachmentId:
3755
+ - :string
3756
+ DeleteOnTermination:
3757
+ - :boolean
3758
+ :outputs: {}
3759
+ - :name: ModifyReservedInstances
3760
+ :method: :modify_reserved_instances
3761
+ :inputs:
3762
+ ClientToken:
3763
+ - :string
3764
+ ReservedInstancesId:
3765
+ - :list:
3766
+ - :string
3767
+ - :required
3768
+ - :rename: ReservedInstancesIds
3769
+ ReservedInstancesConfigurationSetItemType:
3770
+ - :list:
3771
+ - :structure:
3772
+ AvailabilityZone:
3773
+ - :string
3774
+ Platform:
3775
+ - :string
3776
+ InstanceCount:
3777
+ - :integer
3778
+ InstanceType:
3779
+ - :string
3780
+ - :required
3781
+ - :rename: targetConfigurations
3782
+ :outputs: {}
3783
+ - :name: ModifySnapshotAttribute
3784
+ :method: :modify_snapshot_attribute
3785
+ :inputs:
3786
+ DryRun:
3787
+ - :boolean
3788
+ SnapshotId:
3789
+ - :string
3790
+ - :required
3791
+ Attribute:
3792
+ - :string
3793
+ OperationType:
3794
+ - :string
3795
+ UserId:
3796
+ - :list:
3797
+ - :string
3798
+ - :rename: UserIds
3799
+ UserGroup:
3800
+ - :list:
3801
+ - :string
3802
+ - :rename: GroupNames
3803
+ CreateVolumePermission:
3804
+ - :structure:
3805
+ Add:
3806
+ - :list:
3807
+ - :structure:
3808
+ UserId:
3809
+ - :string
3810
+ - :rename: UserId
3811
+ Group:
3812
+ - :string
3813
+ - :rename: Group
3814
+ Remove:
3815
+ - :list:
3816
+ - :structure:
3817
+ UserId:
3818
+ - :string
3819
+ - :rename: UserId
3820
+ Group:
3821
+ - :string
3822
+ - :rename: Group
3823
+ :outputs: {}
3824
+ - :name: ModifyVolumeAttribute
3825
+ :method: :modify_volume_attribute
3826
+ :inputs:
3827
+ DryRun:
3828
+ - :boolean
3829
+ VolumeId:
3830
+ - :string
3831
+ - :required
3832
+ AutoEnableIO:
3833
+ - :boolean
3834
+ :outputs: {}
3835
+ - :name: ModifyVpcAttribute
3836
+ :method: :modify_vpc_attribute
3837
+ :inputs:
3838
+ VpcId:
3839
+ - :string
3840
+ - :required
3841
+ - :rename: VpcId
3842
+ EnableDnsSupport:
3843
+ - :structure:
3844
+ Value:
3845
+ - :boolean
3846
+ EnableDnsHostnames:
3847
+ - :structure:
3848
+ Value:
3849
+ - :boolean
3850
+ :outputs: {}
3851
+ - :name: MonitorInstances
3852
+ :method: :monitor_instances
3853
+ :inputs:
3854
+ DryRun:
3855
+ - :boolean
3856
+ InstanceId:
3857
+ - :list:
3858
+ - :string
3859
+ - :required
3860
+ - :rename: InstanceIds
3861
+ :outputs:
3862
+ :children:
3863
+ instancesSet:
3864
+ :ignore: true
3865
+ :children:
3866
+ item:
3867
+ :rename: :instances_set
3868
+ :list: true
3869
+ - :name: PurchaseReservedInstancesOffering
3870
+ :method: :purchase_reserved_instances_offering
3871
+ :inputs:
3872
+ DryRun:
3873
+ - :boolean
3874
+ ReservedInstancesOfferingId:
3875
+ - :string
3876
+ - :required
3877
+ InstanceCount:
3878
+ - :integer
3879
+ - :required
3880
+ LimitPrice:
3881
+ - :structure:
3882
+ Amount:
3883
+ - :double
3884
+ CurrencyCode:
3885
+ - :string
3886
+ :outputs: {}
3887
+ - :name: RebootInstances
3888
+ :method: :reboot_instances
3889
+ :inputs:
3890
+ DryRun:
3891
+ - :boolean
3892
+ InstanceId:
3893
+ - :list:
3894
+ - :string
3895
+ - :required
3896
+ - :rename: InstanceIds
3897
+ :outputs: {}
3898
+ - :name: RegisterImage
3899
+ :method: :register_image
3900
+ :inputs:
3901
+ DryRun:
3902
+ - :boolean
3903
+ ImageLocation:
3904
+ - :string
3905
+ Name:
3906
+ - :string
3907
+ Description:
3908
+ - :string
3909
+ Architecture:
3910
+ - :string
3911
+ KernelId:
3912
+ - :string
3913
+ RamdiskId:
3914
+ - :string
3915
+ RootDeviceName:
3916
+ - :string
3917
+ BlockDeviceMapping:
3918
+ - :list:
3919
+ - :structure:
3920
+ VirtualName:
3921
+ - :string
3922
+ - :rename: VirtualName
3923
+ DeviceName:
3924
+ - :string
3925
+ - :rename: DeviceName
3926
+ Ebs:
3927
+ - :structure:
3928
+ SnapshotId:
3929
+ - :string
3930
+ VolumeSize:
3931
+ - :integer
3932
+ DeleteOnTermination:
3933
+ - :boolean
3934
+ VolumeType:
3935
+ - :string
3936
+ Iops:
3937
+ - :integer
3938
+ NoDevice:
3939
+ - :string
3940
+ - :rename: blockDeviceMappings
3941
+ VirtualizationType:
3942
+ - :string
3943
+ SriovNetSupport:
3944
+ - :string
3945
+ :outputs: {}
3946
+ - :name: RejectVpcPeeringConnection
3947
+ :method: :reject_vpc_peering_connection
3948
+ :inputs:
3949
+ DryRun:
3950
+ - :boolean
3951
+ VpcPeeringConnectionId:
3952
+ - :string
3953
+ :outputs:
3954
+ :children:
3955
+ return:
3956
+ :type: :boolean
3957
+ - :name: ReleaseAddress
3958
+ :method: :release_address
3959
+ :inputs:
3960
+ DryRun:
3961
+ - :boolean
3962
+ PublicIp:
3963
+ - :string
3964
+ AllocationId:
3965
+ - :string
3966
+ :outputs: {}
3967
+ - :name: ReplaceNetworkAclAssociation
3968
+ :method: :replace_network_acl_association
3969
+ :inputs:
3970
+ DryRun:
3971
+ - :boolean
3972
+ AssociationId:
3973
+ - :string
3974
+ - :required
3975
+ NetworkAclId:
3976
+ - :string
3977
+ - :required
3978
+ :outputs: {}
3979
+ - :name: ReplaceNetworkAclEntry
3980
+ :method: :replace_network_acl_entry
3981
+ :inputs:
3982
+ DryRun:
3983
+ - :boolean
3984
+ NetworkAclId:
3985
+ - :string
3986
+ - :required
3987
+ RuleNumber:
3988
+ - :integer
3989
+ - :required
3990
+ Protocol:
3991
+ - :string
3992
+ - :required
3993
+ RuleAction:
3994
+ - :string
3995
+ - :required
3996
+ Egress:
3997
+ - :boolean
3998
+ - :required
3999
+ CidrBlock:
4000
+ - :string
4001
+ - :required
4002
+ Icmp:
4003
+ - :structure:
4004
+ Type:
4005
+ - :integer
4006
+ Code:
4007
+ - :integer
4008
+ - :rename: icmpTypeCode
4009
+ PortRange:
4010
+ - :structure:
4011
+ From:
4012
+ - :integer
4013
+ To:
4014
+ - :integer
4015
+ :outputs: {}
4016
+ - :name: ReplaceRoute
4017
+ :method: :replace_route
4018
+ :inputs:
4019
+ DryRun:
4020
+ - :boolean
4021
+ RouteTableId:
4022
+ - :string
4023
+ - :required
4024
+ DestinationCidrBlock:
4025
+ - :string
4026
+ - :required
4027
+ GatewayId:
4028
+ - :string
4029
+ InstanceId:
4030
+ - :string
4031
+ NetworkInterfaceId:
4032
+ - :string
4033
+ VpcPeeringConnectionId:
4034
+ - :string
4035
+ :outputs: {}
4036
+ - :name: ReplaceRouteTableAssociation
4037
+ :method: :replace_route_table_association
4038
+ :inputs:
4039
+ DryRun:
4040
+ - :boolean
4041
+ AssociationId:
4042
+ - :string
4043
+ - :required
4044
+ RouteTableId:
4045
+ - :string
4046
+ - :required
4047
+ :outputs: {}
4048
+ - :name: ReportInstanceStatus
4049
+ :method: :report_instance_status
4050
+ :inputs:
4051
+ DryRun:
4052
+ - :boolean
4053
+ InstanceId:
4054
+ - :list:
4055
+ - :string
4056
+ - :rename: instances
4057
+ Status:
4058
+ - :string
4059
+ StartTime:
4060
+ - :timestamp
4061
+ EndTime:
4062
+ - :timestamp
4063
+ ReasonCode:
4064
+ - :list:
4065
+ - :string
4066
+ - :rename: reasonCodes
4067
+ Description:
4068
+ - :string
4069
+ :outputs: {}
4070
+ - :name: RequestSpotInstances
4071
+ :method: :request_spot_instances
4072
+ :inputs:
4073
+ DryRun:
4074
+ - :boolean
4075
+ SpotPrice:
4076
+ - :string
4077
+ - :required
4078
+ InstanceCount:
4079
+ - :integer
4080
+ Type:
4081
+ - :string
4082
+ ValidFrom:
4083
+ - :timestamp
4084
+ ValidUntil:
4085
+ - :timestamp
4086
+ LaunchGroup:
4087
+ - :string
4088
+ AvailabilityZoneGroup:
4089
+ - :string
4090
+ LaunchSpecification:
4091
+ - :structure:
4092
+ ImageId:
4093
+ - :string
4094
+ KeyName:
4095
+ - :string
4096
+ UserData:
4097
+ - :string
4098
+ AddressingType:
4099
+ - :string
4100
+ InstanceType:
4101
+ - :string
4102
+ Placement:
4103
+ - :structure:
4104
+ AvailabilityZone:
4105
+ - :string
4106
+ GroupName:
4107
+ - :string
4108
+ KernelId:
4109
+ - :string
4110
+ RamdiskId:
4111
+ - :string
4112
+ BlockDeviceMapping:
4113
+ - :list:
4114
+ - :structure:
4115
+ VirtualName:
4116
+ - :string
4117
+ - :rename: VirtualName
4118
+ DeviceName:
4119
+ - :string
4120
+ - :rename: DeviceName
4121
+ Ebs:
4122
+ - :structure:
4123
+ SnapshotId:
4124
+ - :string
4125
+ VolumeSize:
4126
+ - :integer
4127
+ DeleteOnTermination:
4128
+ - :boolean
4129
+ VolumeType:
4130
+ - :string
4131
+ Iops:
4132
+ - :integer
4133
+ NoDevice:
4134
+ - :string
4135
+ - :rename: blockDeviceMappings
4136
+ Monitoring:
4137
+ - :structure:
4138
+ Enabled:
4139
+ - :boolean
4140
+ - :required
4141
+ SubnetId:
4142
+ - :string
4143
+ NetworkInterface:
4144
+ - :list:
4145
+ - :structure:
4146
+ NetworkInterfaceId:
4147
+ - :string
4148
+ DeviceIndex:
4149
+ - :integer
4150
+ SubnetId:
4151
+ - :string
4152
+ Description:
4153
+ - :string
4154
+ PrivateIpAddress:
4155
+ - :string
4156
+ SecurityGroupId:
4157
+ - :list:
4158
+ - :string
4159
+ - :rename: groups
4160
+ DeleteOnTermination:
4161
+ - :boolean
4162
+ PrivateIpAddressesSet:
4163
+ - :list:
4164
+ - :structure:
4165
+ PrivateIpAddress:
4166
+ - :string
4167
+ - :required
4168
+ Primary:
4169
+ - :boolean
4170
+ - :rename: privateIpAddresses
4171
+ SecondaryPrivateIpAddressCount:
4172
+ - :integer
4173
+ AssociatePublicIpAddress:
4174
+ - :boolean
4175
+ - :rename: networkInterfaces
4176
+ IamInstanceProfile:
4177
+ - :structure:
4178
+ Arn:
4179
+ - :string
4180
+ Name:
4181
+ - :string
4182
+ EbsOptimized:
4183
+ - :boolean
4184
+ SecurityGroup:
4185
+ - :list:
4186
+ - :string
4187
+ - :rename: SecurityGroups
4188
+ SecurityGroupId:
4189
+ - :list:
4190
+ - :string
4191
+ - :rename: SecurityGroupIds
4192
+ :outputs:
4193
+ :children:
4194
+ spotInstanceRequestSet:
4195
+ :ignore: true
4196
+ :children:
4197
+ item:
4198
+ :rename: :spot_instance_request_set
4199
+ :list: true
4200
+ :children:
4201
+ status:
4202
+ :children:
4203
+ updateTime:
4204
+ :type: :time
4205
+ validFrom:
4206
+ :type: :time
4207
+ validUntil:
4208
+ :type: :time
4209
+ launchSpecification:
4210
+ :children:
4211
+ groupSet:
4212
+ :ignore: true
4213
+ :children:
4214
+ item:
4215
+ :rename: :group_set
4216
+ :list: true
4217
+ blockDeviceMapping:
4218
+ :ignore: true
4219
+ :children:
4220
+ item:
4221
+ :rename: :block_device_mapping
4222
+ :list: true
4223
+ :children:
4224
+ ebs:
4225
+ :children:
4226
+ volumeSize:
4227
+ :type: :integer
4228
+ deleteOnTermination:
4229
+ :type: :boolean
4230
+ iops:
4231
+ :type: :integer
4232
+ monitoringEnabled:
4233
+ :type: :boolean
4234
+ networkInterfaceSet:
4235
+ :ignore: true
4236
+ :children:
4237
+ item:
4238
+ :rename: :network_interface_set
4239
+ :list: true
4240
+ :children:
4241
+ deviceIndex:
4242
+ :type: :integer
4243
+ SecurityGroupId:
4244
+ :ignore: true
4245
+ :children:
4246
+ SecurityGroupId:
4247
+ :rename: :security_group_id
4248
+ :list: true
4249
+ deleteOnTermination:
4250
+ :type: :boolean
4251
+ privateIpAddressesSet:
4252
+ :ignore: true
4253
+ :children:
4254
+ item:
4255
+ :rename: :private_ip_addresses_set
4256
+ :list: true
4257
+ :children:
4258
+ primary:
4259
+ :type: :boolean
4260
+ secondaryPrivateIpAddressCount:
4261
+ :type: :integer
4262
+ associatePublicIpAddress:
4263
+ :type: :boolean
4264
+ ebsOptimized:
4265
+ :type: :boolean
4266
+ createTime:
4267
+ :type: :time
4268
+ tagSet:
4269
+ :ignore: true
4270
+ :children:
4271
+ item:
4272
+ :rename: :tag_set
4273
+ :list: true
4274
+ - :name: ResetImageAttribute
4275
+ :method: :reset_image_attribute
4276
+ :inputs:
4277
+ DryRun:
4278
+ - :boolean
4279
+ ImageId:
4280
+ - :string
4281
+ - :required
4282
+ Attribute:
4283
+ - :string
4284
+ - :required
4285
+ :outputs: {}
4286
+ - :name: ResetInstanceAttribute
4287
+ :method: :reset_instance_attribute
4288
+ :inputs:
4289
+ DryRun:
4290
+ - :boolean
4291
+ InstanceId:
4292
+ - :string
4293
+ - :required
4294
+ Attribute:
4295
+ - :string
4296
+ - :required
4297
+ :outputs: {}
4298
+ - :name: ResetNetworkInterfaceAttribute
4299
+ :method: :reset_network_interface_attribute
4300
+ :inputs:
4301
+ DryRun:
4302
+ - :boolean
4303
+ NetworkInterfaceId:
4304
+ - :string
4305
+ - :required
4306
+ SourceDestCheck:
4307
+ - :string
4308
+ :outputs: {}
4309
+ - :name: ResetSnapshotAttribute
4310
+ :method: :reset_snapshot_attribute
4311
+ :inputs:
4312
+ DryRun:
4313
+ - :boolean
4314
+ SnapshotId:
4315
+ - :string
4316
+ - :required
4317
+ Attribute:
4318
+ - :string
4319
+ - :required
4320
+ :outputs: {}
4321
+ - :name: RevokeSecurityGroupEgress
4322
+ :method: :revoke_security_group_egress
4323
+ :inputs:
4324
+ DryRun:
4325
+ - :boolean
4326
+ GroupId:
4327
+ - :string
4328
+ - :required
4329
+ SourceSecurityGroupName:
4330
+ - :string
4331
+ SourceSecurityGroupOwnerId:
4332
+ - :string
4333
+ IpProtocol:
4334
+ - :string
4335
+ FromPort:
4336
+ - :integer
4337
+ ToPort:
4338
+ - :integer
4339
+ CidrIp:
4340
+ - :string
4341
+ IpPermissions:
4342
+ - :list:
4343
+ - :structure:
4344
+ IpProtocol:
4345
+ - :string
4346
+ - :rename: IpProtocol
4347
+ FromPort:
4348
+ - :integer
4349
+ - :rename: FromPort
4350
+ ToPort:
4351
+ - :integer
4352
+ - :rename: ToPort
4353
+ Groups:
4354
+ - :list:
4355
+ - :structure:
4356
+ UserId:
4357
+ - :string
4358
+ - :rename: UserId
4359
+ GroupName:
4360
+ - :string
4361
+ - :rename: GroupName
4362
+ GroupId:
4363
+ - :string
4364
+ - :rename: GroupId
4365
+ - :rename: UserIdGroupPairs
4366
+ IpRanges:
4367
+ - :list:
4368
+ - :structure:
4369
+ CidrIp:
4370
+ - :string
4371
+ - :rename: CidrIp
4372
+ - :rename: IpRanges
4373
+ :outputs: {}
4374
+ - :name: RevokeSecurityGroupIngress
4375
+ :method: :revoke_security_group_ingress
4376
+ :inputs:
4377
+ DryRun:
4378
+ - :boolean
4379
+ GroupName:
4380
+ - :string
4381
+ GroupId:
4382
+ - :string
4383
+ SourceSecurityGroupName:
4384
+ - :string
4385
+ SourceSecurityGroupOwnerId:
4386
+ - :string
4387
+ IpProtocol:
4388
+ - :string
4389
+ FromPort:
4390
+ - :integer
4391
+ ToPort:
4392
+ - :integer
4393
+ CidrIp:
4394
+ - :string
4395
+ IpPermissions:
4396
+ - :list:
4397
+ - :structure:
4398
+ IpProtocol:
4399
+ - :string
4400
+ - :rename: IpProtocol
4401
+ FromPort:
4402
+ - :integer
4403
+ - :rename: FromPort
4404
+ ToPort:
4405
+ - :integer
4406
+ - :rename: ToPort
4407
+ Groups:
4408
+ - :list:
4409
+ - :structure:
4410
+ UserId:
4411
+ - :string
4412
+ - :rename: UserId
4413
+ GroupName:
4414
+ - :string
4415
+ - :rename: GroupName
4416
+ GroupId:
4417
+ - :string
4418
+ - :rename: GroupId
4419
+ - :rename: UserIdGroupPairs
4420
+ IpRanges:
4421
+ - :list:
4422
+ - :structure:
4423
+ CidrIp:
4424
+ - :string
4425
+ - :rename: CidrIp
4426
+ - :rename: IpRanges
4427
+ :outputs: {}
4428
+ - :name: RunInstances
4429
+ :method: :run_instances
4430
+ :inputs:
4431
+ DryRun:
4432
+ - :boolean
4433
+ ImageId:
4434
+ - :string
4435
+ - :required
4436
+ MinCount:
4437
+ - :integer
4438
+ - :required
4439
+ MaxCount:
4440
+ - :integer
4441
+ - :required
4442
+ KeyName:
4443
+ - :string
4444
+ SecurityGroup:
4445
+ - :list:
4446
+ - :string
4447
+ - :rename: SecurityGroups
4448
+ SecurityGroupId:
4449
+ - :list:
4450
+ - :string
4451
+ - :rename: SecurityGroupIds
4452
+ UserData:
4453
+ - :string
4454
+ InstanceType:
4455
+ - :string
4456
+ Placement:
4457
+ - :structure:
4458
+ AvailabilityZone:
4459
+ - :string
4460
+ - :rename: AvailabilityZone
4461
+ GroupName:
4462
+ - :string
4463
+ Tenancy:
4464
+ - :string
4465
+ KernelId:
4466
+ - :string
4467
+ RamdiskId:
4468
+ - :string
4469
+ BlockDeviceMapping:
4470
+ - :list:
4471
+ - :structure:
4472
+ VirtualName:
4473
+ - :string
4474
+ - :rename: VirtualName
4475
+ DeviceName:
4476
+ - :string
4477
+ - :rename: DeviceName
4478
+ Ebs:
4479
+ - :structure:
4480
+ SnapshotId:
4481
+ - :string
4482
+ VolumeSize:
4483
+ - :integer
4484
+ DeleteOnTermination:
4485
+ - :boolean
4486
+ VolumeType:
4487
+ - :string
4488
+ Iops:
4489
+ - :integer
4490
+ NoDevice:
4491
+ - :string
4492
+ - :rename: BlockDeviceMappings
4493
+ Monitoring:
4494
+ - :structure:
4495
+ Enabled:
4496
+ - :boolean
4497
+ - :required
4498
+ SubnetId:
4499
+ - :string
4500
+ DisableApiTermination:
4501
+ - :boolean
4502
+ InstanceInitiatedShutdownBehavior:
4503
+ - :string
4504
+ PrivateIpAddress:
4505
+ - :string
4506
+ ClientToken:
4507
+ - :string
4508
+ AdditionalInfo:
4509
+ - :string
4510
+ NetworkInterface:
4511
+ - :list:
4512
+ - :structure:
4513
+ NetworkInterfaceId:
4514
+ - :string
4515
+ DeviceIndex:
4516
+ - :integer
4517
+ SubnetId:
4518
+ - :string
4519
+ Description:
4520
+ - :string
4521
+ PrivateIpAddress:
4522
+ - :string
4523
+ SecurityGroupId:
4524
+ - :list:
4525
+ - :string
4526
+ - :rename: groups
4527
+ DeleteOnTermination:
4528
+ - :boolean
4529
+ PrivateIpAddresses:
4530
+ - :list:
4531
+ - :structure:
4532
+ PrivateIpAddress:
4533
+ - :string
4534
+ - :required
4535
+ Primary:
4536
+ - :boolean
4537
+ - :rename: privateIpAddresses
4538
+ SecondaryPrivateIpAddressCount:
4539
+ - :integer
4540
+ AssociatePublicIpAddress:
4541
+ - :boolean
4542
+ - :rename: networkInterfaces
4543
+ IamInstanceProfile:
4544
+ - :structure:
4545
+ Arn:
4546
+ - :string
4547
+ Name:
4548
+ - :string
4549
+ EbsOptimized:
4550
+ - :boolean
4551
+ :outputs:
4552
+ :children:
4553
+ groupSet:
4554
+ :ignore: true
4555
+ :children:
4556
+ item:
4557
+ :rename: :group_set
4558
+ :list: true
4559
+ instancesSet:
4560
+ :ignore: true
4561
+ :children:
4562
+ item:
4563
+ :rename: :instances_set
4564
+ :list: true
4565
+ :children:
4566
+ instanceState:
4567
+ :children:
4568
+ code:
4569
+ :type: :integer
4570
+ amiLaunchIndex:
4571
+ :type: :integer
4572
+ productCodes:
4573
+ :ignore: true
4574
+ :children:
4575
+ item:
4576
+ :rename: :product_codes
4577
+ :list: true
4578
+ launchTime:
4579
+ :type: :time
4580
+ blockDeviceMapping:
4581
+ :ignore: true
4582
+ :children:
4583
+ item:
4584
+ :rename: :block_device_mapping
4585
+ :list: true
4586
+ :children:
4587
+ ebs:
4588
+ :children:
4589
+ attachTime:
4590
+ :type: :time
4591
+ deleteOnTermination:
4592
+ :type: :boolean
4593
+ tagSet:
4594
+ :ignore: true
4595
+ :children:
4596
+ item:
4597
+ :rename: :tag_set
4598
+ :list: true
4599
+ groupSet:
4600
+ :ignore: true
4601
+ :children:
4602
+ item:
4603
+ :rename: :group_set
4604
+ :list: true
4605
+ sourceDestCheck:
4606
+ :type: :boolean
4607
+ networkInterfaceSet:
4608
+ :ignore: true
4609
+ :children:
4610
+ item:
4611
+ :rename: :network_interface_set
4612
+ :list: true
4613
+ :children:
4614
+ sourceDestCheck:
4615
+ :type: :boolean
4616
+ groupSet:
4617
+ :ignore: true
4618
+ :children:
4619
+ item:
4620
+ :rename: :group_set
4621
+ :list: true
4622
+ attachment:
4623
+ :children:
4624
+ deviceIndex:
4625
+ :type: :integer
4626
+ attachTime:
4627
+ :type: :time
4628
+ deleteOnTermination:
4629
+ :type: :boolean
4630
+ privateIpAddressesSet:
4631
+ :ignore: true
4632
+ :children:
4633
+ item:
4634
+ :rename: :private_ip_addresses_set
4635
+ :list: true
4636
+ :children:
4637
+ primary:
4638
+ :type: :boolean
4639
+ ebsOptimized:
4640
+ :type: :boolean
4641
+ - :name: StartInstances
4642
+ :method: :start_instances
4643
+ :inputs:
4644
+ InstanceId:
4645
+ - :list:
4646
+ - :string
4647
+ - :required
4648
+ - :rename: InstanceIds
4649
+ AdditionalInfo:
4650
+ - :string
4651
+ DryRun:
4652
+ - :boolean
4653
+ :outputs:
4654
+ :children:
4655
+ instancesSet:
4656
+ :ignore: true
4657
+ :children:
4658
+ item:
4659
+ :rename: :instances_set
4660
+ :list: true
4661
+ :children:
4662
+ currentState:
4663
+ :children:
4664
+ code:
4665
+ :type: :integer
4666
+ previousState:
4667
+ :children:
4668
+ code:
4669
+ :type: :integer
4670
+ - :name: StopInstances
4671
+ :method: :stop_instances
4672
+ :inputs:
4673
+ DryRun:
4674
+ - :boolean
4675
+ InstanceId:
4676
+ - :list:
4677
+ - :string
4678
+ - :required
4679
+ - :rename: InstanceIds
4680
+ Force:
4681
+ - :boolean
4682
+ :outputs:
4683
+ :children:
4684
+ instancesSet:
4685
+ :ignore: true
4686
+ :children:
4687
+ item:
4688
+ :rename: :instances_set
4689
+ :list: true
4690
+ :children:
4691
+ currentState:
4692
+ :children:
4693
+ code:
4694
+ :type: :integer
4695
+ previousState:
4696
+ :children:
4697
+ code:
4698
+ :type: :integer
4699
+ - :name: TerminateInstances
4700
+ :method: :terminate_instances
4701
+ :inputs:
4702
+ DryRun:
4703
+ - :boolean
4704
+ InstanceId:
4705
+ - :list:
4706
+ - :string
4707
+ - :required
4708
+ - :rename: InstanceIds
4709
+ :outputs:
4710
+ :children:
4711
+ instancesSet:
4712
+ :ignore: true
4713
+ :children:
4714
+ item:
4715
+ :rename: :instances_set
4716
+ :list: true
4717
+ :children:
4718
+ currentState:
4719
+ :children:
4720
+ code:
4721
+ :type: :integer
4722
+ previousState:
4723
+ :children:
4724
+ code:
4725
+ :type: :integer
4726
+ - :name: UnassignPrivateIpAddresses
4727
+ :method: :unassign_private_ip_addresses
4728
+ :inputs:
4729
+ NetworkInterfaceId:
4730
+ - :string
4731
+ - :required
4732
+ PrivateIpAddress:
4733
+ - :list:
4734
+ - :string
4735
+ - :required
4736
+ - :rename: privateIpAddresses
4737
+ :outputs: {}
4738
+ - :name: UnmonitorInstances
4739
+ :method: :unmonitor_instances
4740
+ :inputs:
4741
+ DryRun:
4742
+ - :boolean
4743
+ InstanceId:
4744
+ - :list:
4745
+ - :string
4746
+ - :required
4747
+ - :rename: InstanceIds
4748
+ :outputs:
4749
+ :children:
4750
+ instancesSet:
4751
+ :ignore: true
4752
+ :children:
4753
+ item:
4754
+ :rename: :instances_set
4755
+ :list: true