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