aws-sdk-core 2.9.44 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (630) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -0
  3. data/lib/aws-sdk-core/client_stubs.rb +1 -2
  4. data/lib/aws-sdk-core/credential_provider.rb +2 -0
  5. data/lib/aws-sdk-core/credential_provider_chain.rb +2 -1
  6. data/lib/aws-sdk-core/errors.rb +19 -8
  7. data/lib/aws-sdk-core/ini_parser.rb +1 -0
  8. data/lib/aws-sdk-core/json/handler.rb +3 -2
  9. data/lib/aws-sdk-core/json/parser.rb +1 -1
  10. data/lib/aws-sdk-core/json.rb +4 -5
  11. data/lib/aws-sdk-core/log/param_filter.rb +4 -3
  12. data/lib/aws-sdk-core/pageable_response.rb +1 -0
  13. data/lib/aws-sdk-core/pager.rb +30 -25
  14. data/lib/aws-sdk-core/param_converter.rb +3 -3
  15. data/lib/aws-sdk-core/param_validator.rb +10 -4
  16. data/lib/aws-sdk-core/plugins/credentials_configuration.rb +62 -0
  17. data/lib/aws-sdk-core/plugins/global_configuration.rb +19 -10
  18. data/lib/aws-sdk-core/plugins/idempotency_token.rb +1 -2
  19. data/lib/aws-sdk-core/plugins/logging.rb +18 -18
  20. data/lib/aws-sdk-core/plugins/param_converter.rb +9 -5
  21. data/lib/aws-sdk-core/plugins/param_validator.rb +8 -5
  22. data/lib/aws-sdk-core/plugins/protocols/ec2.rb +2 -1
  23. data/lib/aws-sdk-core/plugins/protocols/json_rpc.rb +13 -12
  24. data/lib/aws-sdk-core/plugins/protocols/query.rb +2 -2
  25. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +23 -15
  26. data/lib/aws-sdk-core/plugins/response_paging.rb +5 -18
  27. data/lib/aws-sdk-core/plugins/retry_errors.rb +11 -8
  28. data/lib/aws-sdk-core/plugins/signature_v2.rb +51 -0
  29. data/lib/aws-sdk-core/plugins/signature_v4.rb +139 -0
  30. data/lib/aws-sdk-core/plugins/stub_responses.rb +13 -11
  31. data/lib/aws-sdk-core/plugins/user_agent.rb +17 -6
  32. data/lib/aws-sdk-core/query/handler.rb +15 -16
  33. data/lib/aws-sdk-core/query/param_builder.rb +1 -1
  34. data/lib/aws-sdk-core/query.rb +5 -0
  35. data/lib/aws-sdk-core/resources/collection.rb +121 -0
  36. data/lib/aws-sdk-core/rest/handler.rb +1 -0
  37. data/lib/aws-sdk-core/rest/response/parser.rb +14 -14
  38. data/lib/aws-sdk-core/rest.rb +10 -0
  39. data/lib/aws-sdk-core/shared_config.rb +1 -1
  40. data/lib/aws-sdk-core/shared_credentials.rb +2 -0
  41. data/lib/aws-sdk-core/structure.rb +17 -12
  42. data/lib/aws-sdk-core/stubbing/data_applicator.rb +1 -1
  43. data/lib/aws-sdk-core/stubbing/empty_stub.rb +6 -2
  44. data/lib/aws-sdk-core/stubbing/protocols/ec2.rb +1 -1
  45. data/lib/aws-sdk-core/stubbing/stub_data.rb +4 -0
  46. data/lib/aws-sdk-core/util.rb +39 -0
  47. data/lib/aws-sdk-core/version.rb +1 -1
  48. data/lib/aws-sdk-core/waiters/poller.rb +5 -9
  49. data/lib/aws-sdk-core/waiters/waiter.rb +1 -0
  50. data/lib/aws-sdk-core/waiters.rb +3 -0
  51. data/lib/aws-sdk-core/xml/builder.rb +2 -2
  52. data/lib/aws-sdk-core/xml/error_handler.rb +1 -2
  53. data/lib/aws-sdk-core/xml/parser/frame.rb +4 -4
  54. data/lib/aws-sdk-core/xml/parser.rb +1 -11
  55. data/lib/aws-sdk-core/xml.rb +9 -0
  56. data/lib/aws-sdk-core.rb +66 -454
  57. data/lib/aws-sdk-sts/client.rb +1439 -0
  58. data/lib/aws-sdk-sts/client_api.rb +264 -0
  59. data/lib/aws-sdk-sts/customizations.rb +0 -0
  60. data/lib/aws-sdk-sts/errors.rb +14 -0
  61. data/lib/aws-sdk-sts/resource.rb +23 -0
  62. data/lib/aws-sdk-sts/types.rb +919 -0
  63. data/lib/aws-sdk-sts.rb +45 -0
  64. data/lib/seahorse/client/base.rb +1 -7
  65. data/lib/seahorse/client/logging/formatter.rb +2 -0
  66. data/lib/seahorse/client/logging/handler.rb +2 -0
  67. data/lib/seahorse/client/net_http/connection_pool.rb +3 -0
  68. data/lib/seahorse/client/net_http/handler.rb +2 -0
  69. data/lib/seahorse/client/net_http/patches.rb +1 -0
  70. data/lib/seahorse/client/plugin.rb +66 -6
  71. data/lib/seahorse/client/plugins/endpoint.rb +14 -10
  72. data/lib/seahorse/client/plugins/logging.rb +17 -19
  73. data/lib/seahorse/client/plugins/net_http.rb +23 -15
  74. data/lib/seahorse/client/plugins/raise_response_errors.rb +4 -4
  75. data/lib/seahorse/client/plugins/response_target.rb +2 -0
  76. data/lib/seahorse/model/api.rb +4 -0
  77. data/lib/seahorse/model/shapes.rb +18 -2
  78. data/lib/seahorse/util.rb +0 -20
  79. data/lib/seahorse.rb +50 -60
  80. metadata +36 -557
  81. data/apis/acm/2015-12-08/api-2.json +0 -595
  82. data/apis/acm/2015-12-08/examples-1.json +0 -5
  83. data/apis/acm/2015-12-08/paginators-1.json +0 -10
  84. data/apis/apigateway/2015-07-09/api-2.json +0 -4733
  85. data/apis/apigateway/2015-07-09/examples-1.json +0 -5
  86. data/apis/apigateway/2015-07-09/paginators-1.json +0 -70
  87. data/apis/application-autoscaling/2016-02-06/api-2.json +0 -601
  88. data/apis/application-autoscaling/2016-02-06/examples-1.json +0 -257
  89. data/apis/application-autoscaling/2016-02-06/paginators-1.json +0 -22
  90. data/apis/appstream/2016-12-01/api-2.json +0 -944
  91. data/apis/appstream/2016-12-01/examples-1.json +0 -5
  92. data/apis/appstream/2016-12-01/paginators-1.json +0 -4
  93. data/apis/appstream/2016-12-01/waiters-2.json +0 -55
  94. data/apis/athena/2017-05-18/api-2.json +0 -615
  95. data/apis/athena/2017-05-18/examples-1.json +0 -5
  96. data/apis/athena/2017-05-18/paginators-1.json +0 -19
  97. data/apis/autoscaling/2011-01-01/api-2.json +0 -2172
  98. data/apis/autoscaling/2011-01-01/examples-1.json +0 -1396
  99. data/apis/autoscaling/2011-01-01/paginators-1.json +0 -52
  100. data/apis/autoscaling/2011-01-01/resources-1.json +0 -1624
  101. data/apis/autoscaling/2011-01-01/waiters-2.json +0 -62
  102. data/apis/batch/2016-08-10/api-2.json +0 -920
  103. data/apis/batch/2016-08-10/examples-1.json +0 -589
  104. data/apis/batch/2016-08-10/paginators-1.json +0 -4
  105. data/apis/budgets/2016-10-20/api-2.json +0 -697
  106. data/apis/budgets/2016-10-20/examples-1.json +0 -5
  107. data/apis/budgets/2016-10-20/paginators-1.json +0 -4
  108. data/apis/clouddirectory/2016-05-10/api-2.json +0 -3595
  109. data/apis/clouddirectory/2016-05-10/examples-1.json +0 -5
  110. data/apis/clouddirectory/2016-05-10/paginators-1.json +0 -94
  111. data/apis/cloudformation/2010-05-15/api-2.json +0 -1464
  112. data/apis/cloudformation/2010-05-15/examples-1.json +0 -5
  113. data/apis/cloudformation/2010-05-15/paginators-1.json +0 -37
  114. data/apis/cloudformation/2010-05-15/resources-1.json +0 -211
  115. data/apis/cloudformation/2010-05-15/waiters-2.json +0 -182
  116. data/apis/cloudfront/2016-01-28/api-2.json +0 -2219
  117. data/apis/cloudfront/2016-01-28/examples-1.json +0 -5
  118. data/apis/cloudfront/2016-01-28/paginators-1.json +0 -32
  119. data/apis/cloudfront/2016-01-28/waiters-2.json +0 -47
  120. data/apis/cloudfront/2016-08-01/api-2.json +0 -2548
  121. data/apis/cloudfront/2016-08-01/examples-1.json +0 -5
  122. data/apis/cloudfront/2016-08-01/paginators-1.json +0 -32
  123. data/apis/cloudfront/2016-08-01/waiters-2.json +0 -47
  124. data/apis/cloudfront/2016-08-20/api-2.json +0 -2586
  125. data/apis/cloudfront/2016-08-20/paginators-1.json +0 -32
  126. data/apis/cloudfront/2016-08-20/waiters-2.json +0 -47
  127. data/apis/cloudfront/2016-09-07/api-2.json +0 -2596
  128. data/apis/cloudfront/2016-09-07/examples-1.json +0 -5
  129. data/apis/cloudfront/2016-09-07/paginators-1.json +0 -32
  130. data/apis/cloudfront/2016-09-07/waiters-2.json +0 -47
  131. data/apis/cloudfront/2016-09-29/api-2.json +0 -2599
  132. data/apis/cloudfront/2016-09-29/examples-1.json +0 -5
  133. data/apis/cloudfront/2016-09-29/paginators-1.json +0 -32
  134. data/apis/cloudfront/2016-09-29/waiters-2.json +0 -47
  135. data/apis/cloudfront/2016-11-25/api-2.json +0 -2665
  136. data/apis/cloudfront/2016-11-25/examples-1.json +0 -5
  137. data/apis/cloudfront/2016-11-25/paginators-1.json +0 -32
  138. data/apis/cloudfront/2016-11-25/waiters-2.json +0 -47
  139. data/apis/cloudfront/2017-03-25/api-2.json +0 -2689
  140. data/apis/cloudfront/2017-03-25/examples-1.json +0 -83
  141. data/apis/cloudfront/2017-03-25/paginators-1.json +0 -32
  142. data/apis/cloudfront/2017-03-25/waiters-2.json +0 -47
  143. data/apis/cloudhsm/2014-05-30/api-2.json +0 -878
  144. data/apis/cloudhsm/2014-05-30/examples-1.json +0 -5
  145. data/apis/cloudsearch/2013-01-01/api-2.json +0 -2002
  146. data/apis/cloudsearch/2013-01-01/paginators-1.json +0 -20
  147. data/apis/cloudsearchdomain/2013-01-01/api-2.json +0 -374
  148. data/apis/cloudsearchdomain/2013-01-01/examples-1.json +0 -5
  149. data/apis/cloudtrail/2013-11-01/api-2.json +0 -912
  150. data/apis/cloudtrail/2013-11-01/examples-1.json +0 -5
  151. data/apis/cloudtrail/2013-11-01/paginators-1.json +0 -13
  152. data/apis/codebuild/2016-10-06/api-2.json +0 -704
  153. data/apis/codebuild/2016-10-06/examples-1.json +0 -5
  154. data/apis/codebuild/2016-10-06/paginators-1.json +0 -4
  155. data/apis/codecommit/2015-04-13/api-2.json +0 -1112
  156. data/apis/codecommit/2015-04-13/examples-1.json +0 -5
  157. data/apis/codecommit/2015-04-13/paginators-1.json +0 -19
  158. data/apis/codedeploy/2014-10-06/api-2.json +0 -2380
  159. data/apis/codedeploy/2014-10-06/examples-1.json +0 -5
  160. data/apis/codedeploy/2014-10-06/paginators-1.json +0 -34
  161. data/apis/codedeploy/2014-10-06/waiters-2.json +0 -30
  162. data/apis/codepipeline/2015-07-09/api-2.json +0 -1714
  163. data/apis/codepipeline/2015-07-09/examples-1.json +0 -5
  164. data/apis/codestar/2017-04-19/api-2.json +0 -755
  165. data/apis/codestar/2017-04-19/examples-1.json +0 -5
  166. data/apis/codestar/2017-04-19/paginators-1.json +0 -4
  167. data/apis/cognito-identity/2014-06-30/api-2.json +0 -943
  168. data/apis/cognito-identity/2014-06-30/examples-1.json +0 -5
  169. data/apis/cognito-identity/2014-06-30/paginators-1.json +0 -4
  170. data/apis/cognito-idp/2016-04-18/api-2.json +0 -3847
  171. data/apis/cognito-idp/2016-04-18/examples-1.json +0 -5
  172. data/apis/cognito-idp/2016-04-18/paginators-1.json +0 -4
  173. data/apis/cognito-sync/2014-06-30/api-2.json +0 -1875
  174. data/apis/config/2014-11-12/api-2.json +0 -1418
  175. data/apis/config/2014-11-12/examples-1.json +0 -5
  176. data/apis/config/2014-11-12/paginators-1.json +0 -10
  177. data/apis/cur/2017-01-06/api-2.json +0 -226
  178. data/apis/cur/2017-01-06/examples-1.json +0 -5
  179. data/apis/cur/2017-01-06/paginators-1.json +0 -9
  180. data/apis/datapipeline/2012-10-29/api-2.json +0 -1168
  181. data/apis/datapipeline/2012-10-29/paginators-1.json +0 -26
  182. data/apis/devicefarm/2015-06-23/api-2.json +0 -2312
  183. data/apis/devicefarm/2015-06-23/examples-1.json +0 -1242
  184. data/apis/devicefarm/2015-06-23/paginators-1.json +0 -77
  185. data/apis/directconnect/2012-10-25/api-2.json +0 -1351
  186. data/apis/directconnect/2012-10-25/examples-1.json +0 -5
  187. data/apis/directconnect/2012-10-25/paginators-1.json +0 -22
  188. data/apis/discovery/2015-11-01/api-2.json +0 -938
  189. data/apis/discovery/2015-11-01/examples-1.json +0 -5
  190. data/apis/discovery/2015-11-01/paginators-1.json +0 -4
  191. data/apis/dms/2016-01-01/api-2.json +0 -1881
  192. data/apis/dms/2016-01-01/examples-1.json +0 -1053
  193. data/apis/dms/2016-01-01/paginators-1.json +0 -64
  194. data/apis/ds/2015-04-16/api-2.json +0 -1972
  195. data/apis/ds/2015-04-16/examples-1.json +0 -5
  196. data/apis/dynamodb/2011-12-05/api-2.json +0 -802
  197. data/apis/dynamodb/2011-12-05/examples-1.json +0 -5
  198. data/apis/dynamodb/2011-12-05/paginators-1.json +0 -26
  199. data/apis/dynamodb/2011-12-05/waiters-2.json +0 -35
  200. data/apis/dynamodb/2012-08-10/api-2.json +0 -1405
  201. data/apis/dynamodb/2012-08-10/examples-1.json +0 -628
  202. data/apis/dynamodb/2012-08-10/paginators-1.json +0 -26
  203. data/apis/dynamodb/2012-08-10/resources-1.json +0 -136
  204. data/apis/dynamodb/2012-08-10/waiters-2.json +0 -35
  205. data/apis/ec2/2015-10-01/api-2.json +0 -13760
  206. data/apis/ec2/2015-10-01/examples-1.json +0 -5
  207. data/apis/ec2/2015-10-01/paginators-1.json +0 -138
  208. data/apis/ec2/2015-10-01/resources-1.json +0 -2582
  209. data/apis/ec2/2015-10-01/waiters-2.json +0 -593
  210. data/apis/ec2/2016-04-01/api-2.json +0 -14191
  211. data/apis/ec2/2016-04-01/examples-1.json +0 -3729
  212. data/apis/ec2/2016-04-01/paginators-1.json +0 -138
  213. data/apis/ec2/2016-04-01/resources-1.json +0 -2582
  214. data/apis/ec2/2016-04-01/waiters-2.json +0 -593
  215. data/apis/ec2/2016-09-15/api-2.json +0 -14415
  216. data/apis/ec2/2016-09-15/examples-1.json +0 -3740
  217. data/apis/ec2/2016-09-15/paginators-1.json +0 -138
  218. data/apis/ec2/2016-09-15/resources-1.json +0 -2582
  219. data/apis/ec2/2016-09-15/waiters-2.json +0 -593
  220. data/apis/ec2/2016-11-15/api-2.json +0 -15590
  221. data/apis/ec2/2016-11-15/examples-1.json +0 -3740
  222. data/apis/ec2/2016-11-15/paginators-1.json +0 -144
  223. data/apis/ec2/2016-11-15/resources-1.json +0 -2582
  224. data/apis/ec2/2016-11-15/waiters-2.json +0 -611
  225. data/apis/ecr/2015-09-21/api-2.json +0 -947
  226. data/apis/ecr/2015-09-21/examples-1.json +0 -215
  227. data/apis/ecr/2015-09-21/paginators-1.json +0 -22
  228. data/apis/ecs/2014-11-13/api-2.json +0 -1629
  229. data/apis/ecs/2014-11-13/examples-1.json +0 -883
  230. data/apis/ecs/2014-11-13/paginators-1.json +0 -40
  231. data/apis/ecs/2014-11-13/waiters-2.json +0 -93
  232. data/apis/elasticache/2015-02-02/api-2.json +0 -2550
  233. data/apis/elasticache/2015-02-02/examples-1.json +0 -3145
  234. data/apis/elasticache/2015-02-02/paginators-1.json +0 -76
  235. data/apis/elasticache/2015-02-02/waiters-2.json +0 -143
  236. data/apis/elasticbeanstalk/2010-12-01/api-2.json +0 -2332
  237. data/apis/elasticbeanstalk/2010-12-01/examples-1.json +0 -1109
  238. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +0 -25
  239. data/apis/elasticfilesystem/2015-02-01/api-2.json +0 -714
  240. data/apis/elasticfilesystem/2015-02-01/examples-1.json +0 -222
  241. data/apis/elasticloadbalancing/2012-06-01/api-2.json +0 -1629
  242. data/apis/elasticloadbalancing/2012-06-01/examples-1.json +0 -1036
  243. data/apis/elasticloadbalancing/2012-06-01/paginators-1.json +0 -18
  244. data/apis/elasticloadbalancing/2012-06-01/waiters-2.json +0 -49
  245. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +0 -1867
  246. data/apis/elasticloadbalancingv2/2015-12-01/examples-1.json +0 -1384
  247. data/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json +0 -19
  248. data/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +0 -64
  249. data/apis/elasticmapreduce/2009-03-31/api-2.json +0 -2056
  250. data/apis/elasticmapreduce/2009-03-31/examples-1.json +0 -5
  251. data/apis/elasticmapreduce/2009-03-31/paginators-1.json +0 -37
  252. data/apis/elasticmapreduce/2009-03-31/waiters-2.json +0 -86
  253. data/apis/elastictranscoder/2012-09-25/api-2.json +0 -1483
  254. data/apis/elastictranscoder/2012-09-25/examples-1.json +0 -5
  255. data/apis/elastictranscoder/2012-09-25/paginators-1.json +0 -24
  256. data/apis/elastictranscoder/2012-09-25/waiters-2.json +0 -30
  257. data/apis/email/2010-12-01/api-2.json +0 -2212
  258. data/apis/email/2010-12-01/examples-1.json +0 -953
  259. data/apis/email/2010-12-01/paginators-1.json +0 -13
  260. data/apis/email/2010-12-01/waiters-2.json +0 -18
  261. data/apis/entitlement.marketplace/2017-01-11/api-2.json +0 -128
  262. data/apis/entitlement.marketplace/2017-01-11/examples-1.json +0 -5
  263. data/apis/entitlement.marketplace/2017-01-11/paginators-1.json +0 -4
  264. data/apis/es/2015-01-01/api-2.json +0 -862
  265. data/apis/es/2015-01-01/examples-1.json +0 -5
  266. data/apis/es/2015-01-01/paginators-1.json +0 -14
  267. data/apis/events/2015-10-07/api-2.json +0 -649
  268. data/apis/events/2015-10-07/examples-1.json +0 -5
  269. data/apis/events/2015-10-07/paginators-1.json +0 -4
  270. data/apis/firehose/2015-08-04/api-2.json +0 -866
  271. data/apis/firehose/2015-08-04/examples-1.json +0 -5
  272. data/apis/gamelift/2015-10-01/api-2.json +0 -2316
  273. data/apis/gamelift/2015-10-01/examples-1.json +0 -5
  274. data/apis/gamelift/2015-10-01/paginators-1.json +0 -4
  275. data/apis/glacier/2012-06-01/api-2.json +0 -1734
  276. data/apis/glacier/2012-06-01/examples-1.json +0 -806
  277. data/apis/glacier/2012-06-01/paginators-1.json +0 -28
  278. data/apis/glacier/2012-06-01/resources-1.json +0 -563
  279. data/apis/glacier/2012-06-01/waiters-2.json +0 -39
  280. data/apis/greengrass/2017-06-07/api-2.json +0 -3451
  281. data/apis/health/2016-08-04/api-2.json +0 -547
  282. data/apis/health/2016-08-04/examples-1.json +0 -5
  283. data/apis/health/2016-08-04/paginators-1.json +0 -31
  284. data/apis/iam/2010-05-08/api-2.json +0 -4832
  285. data/apis/iam/2010-05-08/examples-1.json +0 -1191
  286. data/apis/iam/2010-05-08/paginators-1.json +0 -198
  287. data/apis/iam/2010-05-08/resources-1.json +0 -1740
  288. data/apis/iam/2010-05-08/waiters-2.json +0 -39
  289. data/apis/importexport/2010-06-01/api-2.json +0 -667
  290. data/apis/importexport/2010-06-01/paginators-1.json +0 -11
  291. data/apis/inspector/2016-02-16/api-2.json +0 -2051
  292. data/apis/inspector/2016-02-16/examples-1.json +0 -1147
  293. data/apis/inspector/2016-02-16/paginators-1.json +0 -4
  294. data/apis/iot/2015-05-28/api-2.json +0 -2928
  295. data/apis/iot/2015-05-28/examples-1.json +0 -5
  296. data/apis/iot/2015-05-28/paginators-1.json +0 -4
  297. data/apis/iot-data/2015-05-28/api-2.json +0 -264
  298. data/apis/kinesis/2013-12-02/api-2.json +0 -890
  299. data/apis/kinesis/2013-12-02/examples-1.json +0 -5
  300. data/apis/kinesis/2013-12-02/paginators-1.json +0 -18
  301. data/apis/kinesis/2013-12-02/waiters-2.json +0 -30
  302. data/apis/kinesisanalytics/2015-08-14/api-2.json +0 -1175
  303. data/apis/kinesisanalytics/2015-08-14/examples-1.json +0 -5
  304. data/apis/kinesisanalytics/2015-08-14/paginators-1.json +0 -4
  305. data/apis/kms/2014-11-01/api-2.json +0 -1492
  306. data/apis/kms/2014-11-01/examples-1.json +0 -904
  307. data/apis/kms/2014-11-01/paginators-1.json +0 -32
  308. data/apis/lambda/2014-11-11/api-2.json +0 -668
  309. data/apis/lambda/2014-11-11/paginators-1.json +0 -16
  310. data/apis/lambda/2015-03-31/api-2.json +0 -1647
  311. data/apis/lambda/2015-03-31/examples-1.json +0 -614
  312. data/apis/lambda/2015-03-31/paginators-1.json +0 -16
  313. data/apis/lex-models/2017-04-19/api-2.json +0 -2033
  314. data/apis/lex-models/2017-04-19/examples-1.json +0 -758
  315. data/apis/lex-models/2017-04-19/paginators-1.json +0 -54
  316. data/apis/lightsail/2016-11-28/api-2.json +0 -2187
  317. data/apis/lightsail/2016-11-28/examples-1.json +0 -5
  318. data/apis/lightsail/2016-11-28/paginators-1.json +0 -4
  319. data/apis/logs/2014-03-28/api-2.json +0 -1246
  320. data/apis/logs/2014-03-28/examples-1.json +0 -5
  321. data/apis/logs/2014-03-28/paginators-1.json +0 -49
  322. data/apis/machinelearning/2014-12-12/api-2.json +0 -1978
  323. data/apis/machinelearning/2014-12-12/examples-1.json +0 -5
  324. data/apis/machinelearning/2014-12-12/paginators-1.json +0 -28
  325. data/apis/machinelearning/2014-12-12/waiters-2.json +0 -81
  326. data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +0 -171
  327. data/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json +0 -5
  328. data/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json +0 -4
  329. data/apis/meteringmarketplace/2016-01-14/api-2.json +0 -263
  330. data/apis/meteringmarketplace/2016-01-14/examples-1.json +0 -5
  331. data/apis/monitoring/2010-08-01/api-2.json +0 -827
  332. data/apis/monitoring/2010-08-01/examples-1.json +0 -5
  333. data/apis/monitoring/2010-08-01/paginators-1.json +0 -24
  334. data/apis/monitoring/2010-08-01/resources-1.json +0 -346
  335. data/apis/monitoring/2010-08-01/waiters-2.json +0 -18
  336. data/apis/mturk-requester/2017-01-17/api-2.json +0 -1665
  337. data/apis/mturk-requester/2017-01-17/examples-1.json +0 -5
  338. data/apis/mturk-requester/2017-01-17/paginators-1.json +0 -54
  339. data/apis/opsworks/2013-02-18/api-2.json +0 -2839
  340. data/apis/opsworks/2013-02-18/examples-1.json +0 -5
  341. data/apis/opsworks/2013-02-18/paginators-1.json +0 -55
  342. data/apis/opsworks/2013-02-18/resources-1.json +0 -173
  343. data/apis/opsworks/2013-02-18/waiters-2.json +0 -295
  344. data/apis/opsworkscm/2016-11-01/api-2.json +0 -730
  345. data/apis/opsworkscm/2016-11-01/examples-1.json +0 -5
  346. data/apis/opsworkscm/2016-11-01/paginators-1.json +0 -4
  347. data/apis/organizations/2016-11-28/api-2.json +0 -2006
  348. data/apis/organizations/2016-11-28/examples-1.json +0 -1409
  349. data/apis/organizations/2016-11-28/paginators-1.json +0 -64
  350. data/apis/pinpoint/2016-12-01/api-2.json +0 -3949
  351. data/apis/pinpoint/2016-12-01/examples-1.json +0 -5
  352. data/apis/polly/2016-06-10/api-2.json +0 -539
  353. data/apis/polly/2016-06-10/examples-1.json +0 -171
  354. data/apis/polly/2016-06-10/paginators-1.json +0 -4
  355. data/apis/rds/2013-01-10/api-2.json +0 -2902
  356. data/apis/rds/2013-01-10/examples-1.json +0 -5
  357. data/apis/rds/2013-01-10/paginators-1.json +0 -97
  358. data/apis/rds/2013-02-12/api-2.json +0 -3058
  359. data/apis/rds/2013-02-12/examples-1.json +0 -5
  360. data/apis/rds/2013-02-12/paginators-1.json +0 -110
  361. data/apis/rds/2013-09-09/api-2.json +0 -3159
  362. data/apis/rds/2013-09-09/examples-1.json +0 -5
  363. data/apis/rds/2013-09-09/paginators-1.json +0 -110
  364. data/apis/rds/2013-09-09/waiters-2.json +0 -97
  365. data/apis/rds/2014-09-01/api-2.json +0 -3272
  366. data/apis/rds/2014-09-01/examples-1.json +0 -5
  367. data/apis/rds/2014-09-01/paginators-1.json +0 -4
  368. data/apis/rds/2014-10-31/api-2.json +0 -5187
  369. data/apis/rds/2014-10-31/examples-1.json +0 -1951
  370. data/apis/rds/2014-10-31/paginators-1.json +0 -110
  371. data/apis/rds/2014-10-31/resources-1.json +0 -3272
  372. data/apis/rds/2014-10-31/waiters-2.json +0 -90
  373. data/apis/redshift/2012-12-01/api-2.json +0 -3840
  374. data/apis/redshift/2012-12-01/examples-1.json +0 -5
  375. data/apis/redshift/2012-12-01/paginators-1.json +0 -94
  376. data/apis/redshift/2012-12-01/waiters-2.json +0 -97
  377. data/apis/rekognition/2016-06-27/api-2.json +0 -992
  378. data/apis/rekognition/2016-06-27/examples-1.json +0 -651
  379. data/apis/rekognition/2016-06-27/paginators-1.json +0 -16
  380. data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +0 -328
  381. data/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json +0 -5
  382. data/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json +0 -20
  383. data/apis/route53/2013-04-01/api-2.json +0 -3312
  384. data/apis/route53/2013-04-01/examples-1.json +0 -762
  385. data/apis/route53/2013-04-01/paginators-1.json +0 -33
  386. data/apis/route53/2013-04-01/waiters-2.json +0 -18
  387. data/apis/route53domains/2014-05-15/api-2.json +0 -1323
  388. data/apis/route53domains/2014-05-15/examples-1.json +0 -5
  389. data/apis/route53domains/2014-05-15/paginators-1.json +0 -16
  390. data/apis/runtime.lex/2016-11-28/api-2.json +0 -390
  391. data/apis/runtime.lex/2016-11-28/examples-1.json +0 -5
  392. data/apis/runtime.lex/2016-11-28/paginators-1.json +0 -4
  393. data/apis/s3/2006-03-01/api-2.json +0 -5368
  394. data/apis/s3/2006-03-01/examples-1.json +0 -1876
  395. data/apis/s3/2006-03-01/paginators-1.json +0 -66
  396. data/apis/s3/2006-03-01/resources-1.json +0 -1176
  397. data/apis/s3/2006-03-01/waiters-2.json +0 -73
  398. data/apis/sdb/2009-04-15/api-2.json +0 -955
  399. data/apis/sdb/2009-04-15/paginators-1.json +0 -15
  400. data/apis/servicecatalog/2015-12-10/api-2.json +0 -2022
  401. data/apis/servicecatalog/2015-12-10/examples-1.json +0 -5
  402. data/apis/servicecatalog/2015-12-10/paginators-1.json +0 -4
  403. data/apis/shield/2016-06-02/api-2.json +0 -494
  404. data/apis/shield/2016-06-02/examples-1.json +0 -5
  405. data/apis/sms/2016-10-24/api-2.json +0 -612
  406. data/apis/sms/2016-10-24/examples-1.json +0 -5
  407. data/apis/sms/2016-10-24/paginators-1.json +0 -28
  408. data/apis/snowball/2016-06-30/api-2.json +0 -855
  409. data/apis/snowball/2016-06-30/examples-1.json +0 -442
  410. data/apis/snowball/2016-06-30/paginators-1.json +0 -16
  411. data/apis/sns/2010-03-31/api-2.json +0 -1145
  412. data/apis/sns/2010-03-31/examples-1.json +0 -5
  413. data/apis/sns/2010-03-31/paginators-1.json +0 -29
  414. data/apis/sns/2010-03-31/resources-1.json +0 -327
  415. data/apis/sqs/2012-11-05/api-2.json +0 -988
  416. data/apis/sqs/2012-11-05/examples-1.json +0 -5
  417. data/apis/sqs/2012-11-05/paginators-1.json +0 -7
  418. data/apis/sqs/2012-11-05/resources-1.json +0 -232
  419. data/apis/ssm/2014-11-06/api-2.json +0 -5317
  420. data/apis/ssm/2014-11-06/examples-1.json +0 -5
  421. data/apis/ssm/2014-11-06/paginators-1.json +0 -40
  422. data/apis/states/2016-11-23/api-2.json +0 -1021
  423. data/apis/states/2016-11-23/examples-1.json +0 -5
  424. data/apis/states/2016-11-23/paginators-1.json +0 -28
  425. data/apis/storagegateway/2013-06-30/api-2.json +0 -2591
  426. data/apis/storagegateway/2013-06-30/examples-1.json +0 -1381
  427. data/apis/storagegateway/2013-06-30/paginators-1.json +0 -52
  428. data/apis/streams.dynamodb/2012-08-10/api-2.json +0 -406
  429. data/apis/streams.dynamodb/2012-08-10/examples-1.json +0 -212
  430. data/apis/streams.dynamodb/2012-08-10/paginators-1.json +0 -4
  431. data/apis/sts/2011-06-15/api-2.json +0 -522
  432. data/apis/sts/2011-06-15/examples-1.json +0 -206
  433. data/apis/sts/2011-06-15/paginators-1.json +0 -4
  434. data/apis/support/2013-04-15/api-2.json +0 -772
  435. data/apis/support/2013-04-15/examples-1.json +0 -5
  436. data/apis/support/2013-04-15/paginators-1.json +0 -25
  437. data/apis/swf/2012-01-25/api-2.json +0 -2839
  438. data/apis/swf/2012-01-25/paginators-1.json +0 -46
  439. data/apis/waf/2015-08-24/api-2.json +0 -1959
  440. data/apis/waf/2015-08-24/examples-1.json +0 -1017
  441. data/apis/waf/2015-08-24/paginators-1.json +0 -4
  442. data/apis/waf-regional/2016-11-28/api-2.json +0 -2090
  443. data/apis/waf-regional/2016-11-28/examples-1.json +0 -1017
  444. data/apis/waf-regional/2016-11-28/paginators-1.json +0 -4
  445. data/apis/workdocs/2016-05-01/api-2.json +0 -2684
  446. data/apis/workdocs/2016-05-01/examples-1.json +0 -5
  447. data/apis/workdocs/2016-05-01/paginators-1.json +0 -25
  448. data/apis/workspaces/2015-04-08/api-2.json +0 -840
  449. data/apis/workspaces/2015-04-08/examples-1.json +0 -5
  450. data/apis/workspaces/2015-04-08/paginators-1.json +0 -20
  451. data/apis/xray/2016-04-12/api-2.json +0 -492
  452. data/apis/xray/2016-04-12/examples-1.json +0 -5
  453. data/apis/xray/2016-04-12/paginators-1.json +0 -4
  454. data/bin/aws.rb +0 -180
  455. data/endpoints.json +0 -1935
  456. data/lib/aws-sdk-core/acm.rb +0 -6
  457. data/lib/aws-sdk-core/api/builder.rb +0 -106
  458. data/lib/aws-sdk-core/api/customizations.rb +0 -262
  459. data/lib/aws-sdk-core/api/docs/builder.rb +0 -223
  460. data/lib/aws-sdk-core/api/docs/client_type_documenter.rb +0 -118
  461. data/lib/aws-sdk-core/api/docs/crosslink.rb +0 -43
  462. data/lib/aws-sdk-core/api/docs/docstring_provider.rb +0 -75
  463. data/lib/aws-sdk-core/api/docs/operation_documenter.rb +0 -151
  464. data/lib/aws-sdk-core/api/docs/param_formatter.rb +0 -163
  465. data/lib/aws-sdk-core/api/docs/request_syntax_example.rb +0 -22
  466. data/lib/aws-sdk-core/api/docs/response_structure_example.rb +0 -91
  467. data/lib/aws-sdk-core/api/docs/shared_example.rb +0 -100
  468. data/lib/aws-sdk-core/api/docs/utils.rb +0 -133
  469. data/lib/aws-sdk-core/api/shape_map.rb +0 -142
  470. data/lib/aws-sdk-core/apigateway.rb +0 -6
  471. data/lib/aws-sdk-core/applicationautoscaling.rb +0 -6
  472. data/lib/aws-sdk-core/applicationdiscoveryservice.rb +0 -6
  473. data/lib/aws-sdk-core/appstream.rb +0 -7
  474. data/lib/aws-sdk-core/athena.rb +0 -6
  475. data/lib/aws-sdk-core/autoscaling.rb +0 -8
  476. data/lib/aws-sdk-core/batch.rb +0 -6
  477. data/lib/aws-sdk-core/budgets.rb +0 -6
  478. data/lib/aws-sdk-core/checksums.rb +0 -51
  479. data/lib/aws-sdk-core/client.rb +0 -60
  480. data/lib/aws-sdk-core/client_waiters.rb +0 -120
  481. data/lib/aws-sdk-core/clouddirectory.rb +0 -6
  482. data/lib/aws-sdk-core/cloudformation.rb +0 -8
  483. data/lib/aws-sdk-core/cloudfront/cookie_signer.rb +0 -44
  484. data/lib/aws-sdk-core/cloudfront/signer.rb +0 -141
  485. data/lib/aws-sdk-core/cloudfront/url_signer.rb +0 -48
  486. data/lib/aws-sdk-core/cloudfront.rb +0 -17
  487. data/lib/aws-sdk-core/cloudhsm.rb +0 -5
  488. data/lib/aws-sdk-core/cloudsearch.rb +0 -5
  489. data/lib/aws-sdk-core/cloudsearchdomain.rb +0 -5
  490. data/lib/aws-sdk-core/cloudtrail.rb +0 -6
  491. data/lib/aws-sdk-core/cloudwatch.rb +0 -8
  492. data/lib/aws-sdk-core/cloudwatchevents.rb +0 -6
  493. data/lib/aws-sdk-core/cloudwatchlogs.rb +0 -6
  494. data/lib/aws-sdk-core/codebuild.rb +0 -6
  495. data/lib/aws-sdk-core/codecommit.rb +0 -6
  496. data/lib/aws-sdk-core/codedeploy.rb +0 -7
  497. data/lib/aws-sdk-core/codepipeline.rb +0 -5
  498. data/lib/aws-sdk-core/codestar.rb +0 -6
  499. data/lib/aws-sdk-core/cognitoidentity.rb +0 -6
  500. data/lib/aws-sdk-core/cognitoidentityprovider.rb +0 -6
  501. data/lib/aws-sdk-core/cognitosync.rb +0 -4
  502. data/lib/aws-sdk-core/configservice.rb +0 -6
  503. data/lib/aws-sdk-core/costandusagereportservice.rb +0 -6
  504. data/lib/aws-sdk-core/databasemigrationservice.rb +0 -6
  505. data/lib/aws-sdk-core/datapipeline.rb +0 -5
  506. data/lib/aws-sdk-core/devicefarm.rb +0 -6
  507. data/lib/aws-sdk-core/directconnect.rb +0 -6
  508. data/lib/aws-sdk-core/directoryservice.rb +0 -5
  509. data/lib/aws-sdk-core/dynamodb/attribute_value.rb +0 -110
  510. data/lib/aws-sdk-core/dynamodb.rb +0 -40
  511. data/lib/aws-sdk-core/dynamodbstreams.rb +0 -6
  512. data/lib/aws-sdk-core/ec2.rb +0 -8
  513. data/lib/aws-sdk-core/ecr.rb +0 -6
  514. data/lib/aws-sdk-core/ecs.rb +0 -7
  515. data/lib/aws-sdk-core/efs.rb +0 -5
  516. data/lib/aws-sdk-core/elasticache.rb +0 -7
  517. data/lib/aws-sdk-core/elasticbeanstalk.rb +0 -6
  518. data/lib/aws-sdk-core/elasticloadbalancing.rb +0 -7
  519. data/lib/aws-sdk-core/elasticloadbalancingv2.rb +0 -7
  520. data/lib/aws-sdk-core/elasticsearchservice.rb +0 -6
  521. data/lib/aws-sdk-core/elastictranscoder.rb +0 -7
  522. data/lib/aws-sdk-core/empty_structure.rb +0 -3
  523. data/lib/aws-sdk-core/emr.rb +0 -7
  524. data/lib/aws-sdk-core/endpoint_provider.rb +0 -104
  525. data/lib/aws-sdk-core/firehose.rb +0 -5
  526. data/lib/aws-sdk-core/gamelift.rb +0 -6
  527. data/lib/aws-sdk-core/glacier.rb +0 -8
  528. data/lib/aws-sdk-core/greengrass.rb +0 -4
  529. data/lib/aws-sdk-core/health.rb +0 -6
  530. data/lib/aws-sdk-core/iam.rb +0 -8
  531. data/lib/aws-sdk-core/importexport.rb +0 -5
  532. data/lib/aws-sdk-core/inspector.rb +0 -6
  533. data/lib/aws-sdk-core/iot.rb +0 -6
  534. data/lib/aws-sdk-core/iotdataplane.rb +0 -4
  535. data/lib/aws-sdk-core/kinesis.rb +0 -7
  536. data/lib/aws-sdk-core/kinesisanalytics.rb +0 -6
  537. data/lib/aws-sdk-core/kms.rb +0 -6
  538. data/lib/aws-sdk-core/lambda.rb +0 -6
  539. data/lib/aws-sdk-core/lambdapreview.rb +0 -5
  540. data/lib/aws-sdk-core/lex.rb +0 -6
  541. data/lib/aws-sdk-core/lexmodelbuildingservice.rb +0 -6
  542. data/lib/aws-sdk-core/lightsail.rb +0 -6
  543. data/lib/aws-sdk-core/machinelearning.rb +0 -7
  544. data/lib/aws-sdk-core/marketplacecommerceanalytics.rb +0 -6
  545. data/lib/aws-sdk-core/marketplaceentitlementservice.rb +0 -6
  546. data/lib/aws-sdk-core/marketplacemetering.rb +0 -5
  547. data/lib/aws-sdk-core/mturk.rb +0 -6
  548. data/lib/aws-sdk-core/opsworks.rb +0 -8
  549. data/lib/aws-sdk-core/opsworkscm.rb +0 -6
  550. data/lib/aws-sdk-core/organizations.rb +0 -6
  551. data/lib/aws-sdk-core/partitions/partition.rb +0 -95
  552. data/lib/aws-sdk-core/partitions/partition_list.rb +0 -60
  553. data/lib/aws-sdk-core/partitions/region.rb +0 -66
  554. data/lib/aws-sdk-core/partitions/service.rb +0 -74
  555. data/lib/aws-sdk-core/partitions.rb +0 -174
  556. data/lib/aws-sdk-core/pinpoint.rb +0 -5
  557. data/lib/aws-sdk-core/plugins/api_gateway_header.rb +0 -19
  558. data/lib/aws-sdk-core/plugins/csd_conditional_signing.rb +0 -30
  559. data/lib/aws-sdk-core/plugins/csd_switch_to_post.rb +0 -36
  560. data/lib/aws-sdk-core/plugins/dynamodb_crc32_validation.rb +0 -52
  561. data/lib/aws-sdk-core/plugins/dynamodb_extended_retries.rb +0 -22
  562. data/lib/aws-sdk-core/plugins/dynamodb_simple_attributes.rb +0 -208
  563. data/lib/aws-sdk-core/plugins/ec2_copy_encrypted_snapshot.rb +0 -56
  564. data/lib/aws-sdk-core/plugins/ec2_region_validation.rb +0 -17
  565. data/lib/aws-sdk-core/plugins/glacier_account_id.rb +0 -19
  566. data/lib/aws-sdk-core/plugins/glacier_api_version.rb +0 -19
  567. data/lib/aws-sdk-core/plugins/glacier_checksums.rb +0 -87
  568. data/lib/aws-sdk-core/plugins/machine_learning_predict_endpoint.rb +0 -20
  569. data/lib/aws-sdk-core/plugins/rds_cross_region_copying.rb +0 -69
  570. data/lib/aws-sdk-core/plugins/request_signer.rb +0 -150
  571. data/lib/aws-sdk-core/plugins/route_53_id_fix.rb +0 -55
  572. data/lib/aws-sdk-core/plugins/s3_accelerate.rb +0 -90
  573. data/lib/aws-sdk-core/plugins/s3_bucket_dns.rb +0 -86
  574. data/lib/aws-sdk-core/plugins/s3_bucket_name_restrictions.rb +0 -21
  575. data/lib/aws-sdk-core/plugins/s3_dualstack.rb +0 -67
  576. data/lib/aws-sdk-core/plugins/s3_expect_100_continue.rb +0 -27
  577. data/lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb +0 -21
  578. data/lib/aws-sdk-core/plugins/s3_host_id.rb +0 -26
  579. data/lib/aws-sdk-core/plugins/s3_http_200_errors.rb +0 -45
  580. data/lib/aws-sdk-core/plugins/s3_location_constraint.rb +0 -31
  581. data/lib/aws-sdk-core/plugins/s3_md5s.rb +0 -50
  582. data/lib/aws-sdk-core/plugins/s3_redirects.rb +0 -37
  583. data/lib/aws-sdk-core/plugins/s3_request_signer.rb +0 -166
  584. data/lib/aws-sdk-core/plugins/s3_sse_cpk.rb +0 -64
  585. data/lib/aws-sdk-core/plugins/s3_url_encoded_keys.rb +0 -93
  586. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +0 -162
  587. data/lib/aws-sdk-core/plugins/sqs_queue_urls.rb +0 -34
  588. data/lib/aws-sdk-core/plugins/swf_read_timeouts.rb +0 -23
  589. data/lib/aws-sdk-core/polly/presigner.rb +0 -70
  590. data/lib/aws-sdk-core/polly.rb +0 -14
  591. data/lib/aws-sdk-core/rds/auth_token_generator.rb +0 -63
  592. data/lib/aws-sdk-core/rds.rb +0 -16
  593. data/lib/aws-sdk-core/redshift.rb +0 -7
  594. data/lib/aws-sdk-core/rekognition.rb +0 -6
  595. data/lib/aws-sdk-core/resourcegroupstaggingapi.rb +0 -6
  596. data/lib/aws-sdk-core/route53.rb +0 -7
  597. data/lib/aws-sdk-core/route53domains.rb +0 -6
  598. data/lib/aws-sdk-core/s3/bucket_region_cache.rb +0 -75
  599. data/lib/aws-sdk-core/s3/presigner.rb +0 -116
  600. data/lib/aws-sdk-core/s3.rb +0 -26
  601. data/lib/aws-sdk-core/service.rb +0 -4
  602. data/lib/aws-sdk-core/servicecatalog.rb +0 -6
  603. data/lib/aws-sdk-core/ses.rb +0 -7
  604. data/lib/aws-sdk-core/shield.rb +0 -5
  605. data/lib/aws-sdk-core/signers/base.rb +0 -31
  606. data/lib/aws-sdk-core/signers/s3.rb +0 -185
  607. data/lib/aws-sdk-core/signers/v2.rb +0 -51
  608. data/lib/aws-sdk-core/signers/v3.rb +0 -34
  609. data/lib/aws-sdk-core/signers/v4.rb +0 -234
  610. data/lib/aws-sdk-core/simpledb.rb +0 -5
  611. data/lib/aws-sdk-core/sms.rb +0 -6
  612. data/lib/aws-sdk-core/snowball.rb +0 -6
  613. data/lib/aws-sdk-core/sns.rb +0 -7
  614. data/lib/aws-sdk-core/sqs.rb +0 -7
  615. data/lib/aws-sdk-core/ssm.rb +0 -6
  616. data/lib/aws-sdk-core/states.rb +0 -6
  617. data/lib/aws-sdk-core/storagegateway.rb +0 -6
  618. data/lib/aws-sdk-core/sts.rb +0 -6
  619. data/lib/aws-sdk-core/support.rb +0 -6
  620. data/lib/aws-sdk-core/swf.rb +0 -5
  621. data/lib/aws-sdk-core/tree_hash.rb +0 -69
  622. data/lib/aws-sdk-core/waf.rb +0 -6
  623. data/lib/aws-sdk-core/wafregional.rb +0 -6
  624. data/lib/aws-sdk-core/waiters/null_provider.rb +0 -12
  625. data/lib/aws-sdk-core/waiters/provider.rb +0 -35
  626. data/lib/aws-sdk-core/workdocs.rb +0 -6
  627. data/lib/aws-sdk-core/workspaces.rb +0 -6
  628. data/lib/aws-sdk-core/xray.rb +0 -6
  629. data/lib/seahorse/client/plugins/restful_bindings.rb +0 -125
  630. data/service-models.json +0 -405
@@ -1,1396 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- "AttachInstances": [
5
- {
6
- "input": {
7
- "AutoScalingGroupName": "my-auto-scaling-group",
8
- "InstanceIds": [
9
- "i-93633f9b"
10
- ]
11
- },
12
- "comments": {
13
- "input": {
14
- },
15
- "output": {
16
- }
17
- },
18
- "description": "This example attaches the specified instance to the specified Auto Scaling group.",
19
- "id": "autoscaling-attach-instances-1",
20
- "title": "To attach an instance to an Auto Scaling group"
21
- }
22
- ],
23
- "AttachLoadBalancerTargetGroups": [
24
- {
25
- "input": {
26
- "AutoScalingGroupName": "my-auto-scaling-group",
27
- "TargetGroupARNs": [
28
- "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
29
- ]
30
- },
31
- "comments": {
32
- "input": {
33
- },
34
- "output": {
35
- }
36
- },
37
- "description": "This example attaches the specified target group to the specified Auto Scaling group.",
38
- "id": "autoscaling-attach-load-balancer-target-groups-1",
39
- "title": "To attach a target group to an Auto Scaling group"
40
- }
41
- ],
42
- "AttachLoadBalancers": [
43
- {
44
- "input": {
45
- "AutoScalingGroupName": "my-auto-scaling-group",
46
- "LoadBalancerNames": [
47
- "my-load-balancer"
48
- ]
49
- },
50
- "comments": {
51
- "input": {
52
- },
53
- "output": {
54
- }
55
- },
56
- "description": "This example attaches the specified load balancer to the specified Auto Scaling group.",
57
- "id": "autoscaling-attach-load-balancers-1",
58
- "title": "To attach a load balancer to an Auto Scaling group"
59
- }
60
- ],
61
- "CompleteLifecycleAction": [
62
- {
63
- "input": {
64
- "AutoScalingGroupName": "my-auto-scaling-group",
65
- "LifecycleActionResult": "CONTINUE",
66
- "LifecycleActionToken": "bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635",
67
- "LifecycleHookName": "my-lifecycle-hook"
68
- },
69
- "comments": {
70
- "input": {
71
- },
72
- "output": {
73
- }
74
- },
75
- "description": "This example notifies Auto Scaling that the specified lifecycle action is complete so that it can finish launching or terminating the instance.",
76
- "id": "autoscaling-complete-lifecycle-action-1",
77
- "title": "To complete the lifecycle action"
78
- }
79
- ],
80
- "CreateAutoScalingGroup": [
81
- {
82
- "input": {
83
- "AutoScalingGroupName": "my-auto-scaling-group",
84
- "LaunchConfigurationName": "my-launch-config",
85
- "MaxSize": 3,
86
- "MinSize": 1,
87
- "VPCZoneIdentifier": "subnet-4176792c"
88
- },
89
- "comments": {
90
- "input": {
91
- },
92
- "output": {
93
- }
94
- },
95
- "description": "This example creates an Auto Scaling group.",
96
- "id": "autoscaling-create-auto-scaling-group-1",
97
- "title": "To create an Auto Scaling group"
98
- },
99
- {
100
- "input": {
101
- "AutoScalingGroupName": "my-auto-scaling-group",
102
- "AvailabilityZones": [
103
- "us-west-2c"
104
- ],
105
- "HealthCheckGracePeriod": 120,
106
- "HealthCheckType": "ELB",
107
- "LaunchConfigurationName": "my-launch-config",
108
- "LoadBalancerNames": [
109
- "my-load-balancer"
110
- ],
111
- "MaxSize": 3,
112
- "MinSize": 1
113
- },
114
- "comments": {
115
- "input": {
116
- },
117
- "output": {
118
- }
119
- },
120
- "description": "This example creates an Auto Scaling group and attaches the specified Classic Load Balancer.",
121
- "id": "autoscaling-create-auto-scaling-group-2",
122
- "title": "To create an Auto Scaling group with an attached load balancer"
123
- },
124
- {
125
- "input": {
126
- "AutoScalingGroupName": "my-auto-scaling-group",
127
- "HealthCheckGracePeriod": 120,
128
- "HealthCheckType": "ELB",
129
- "LaunchConfigurationName": "my-launch-config",
130
- "MaxSize": 3,
131
- "MinSize": 1,
132
- "TargetGroupARNs": [
133
- "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
134
- ],
135
- "VPCZoneIdentifier": "subnet-4176792c, subnet-65ea5f08"
136
- },
137
- "comments": {
138
- "input": {
139
- },
140
- "output": {
141
- }
142
- },
143
- "description": "This example creates an Auto Scaling group and attaches the specified target group.",
144
- "id": "autoscaling-create-auto-scaling-group-3",
145
- "title": "To create an Auto Scaling group with an attached target group"
146
- }
147
- ],
148
- "CreateLaunchConfiguration": [
149
- {
150
- "input": {
151
- "IamInstanceProfile": "my-iam-role",
152
- "ImageId": "ami-12345678",
153
- "InstanceType": "m3.medium",
154
- "LaunchConfigurationName": "my-launch-config",
155
- "SecurityGroups": [
156
- "sg-eb2af88e"
157
- ]
158
- },
159
- "comments": {
160
- "input": {
161
- },
162
- "output": {
163
- }
164
- },
165
- "description": "This example creates a launch configuration.",
166
- "id": "autoscaling-create-launch-configuration-1",
167
- "title": "To create a launch configuration"
168
- }
169
- ],
170
- "CreateOrUpdateTags": [
171
- {
172
- "input": {
173
- "Tags": [
174
- {
175
- "Key": "Role",
176
- "PropagateAtLaunch": true,
177
- "ResourceId": "my-auto-scaling-group",
178
- "ResourceType": "auto-scaling-group",
179
- "Value": "WebServer"
180
- },
181
- {
182
- "Key": "Dept",
183
- "PropagateAtLaunch": true,
184
- "ResourceId": "my-auto-scaling-group",
185
- "ResourceType": "auto-scaling-group",
186
- "Value": "Research"
187
- }
188
- ]
189
- },
190
- "comments": {
191
- "input": {
192
- },
193
- "output": {
194
- }
195
- },
196
- "description": "This example adds two tags to the specified Auto Scaling group.",
197
- "id": "autoscaling-create-or-update-tags-1",
198
- "title": "To create or update tags for an Auto Scaling group"
199
- }
200
- ],
201
- "DeleteAutoScalingGroup": [
202
- {
203
- "input": {
204
- "AutoScalingGroupName": "my-auto-scaling-group"
205
- },
206
- "comments": {
207
- "input": {
208
- },
209
- "output": {
210
- }
211
- },
212
- "description": "This example deletes the specified Auto Scaling group.",
213
- "id": "autoscaling-delete-auto-scaling-group-1",
214
- "title": "To delete an Auto Scaling group"
215
- },
216
- {
217
- "input": {
218
- "AutoScalingGroupName": "my-auto-scaling-group",
219
- "ForceDelete": true
220
- },
221
- "comments": {
222
- "input": {
223
- },
224
- "output": {
225
- }
226
- },
227
- "description": "This example deletes the specified Auto Scaling group and all its instances.",
228
- "id": "autoscaling-delete-auto-scaling-group-2",
229
- "title": "To delete an Auto Scaling group and all its instances"
230
- }
231
- ],
232
- "DeleteLaunchConfiguration": [
233
- {
234
- "input": {
235
- "LaunchConfigurationName": "my-launch-config"
236
- },
237
- "comments": {
238
- "input": {
239
- },
240
- "output": {
241
- }
242
- },
243
- "description": "This example deletes the specified launch configuration.",
244
- "id": "autoscaling-delete-launch-configuration-1",
245
- "title": "To delete a launch configuration"
246
- }
247
- ],
248
- "DeleteLifecycleHook": [
249
- {
250
- "input": {
251
- "AutoScalingGroupName": "my-auto-scaling-group",
252
- "LifecycleHookName": "my-lifecycle-hook"
253
- },
254
- "comments": {
255
- "input": {
256
- },
257
- "output": {
258
- }
259
- },
260
- "description": "This example deletes the specified lifecycle hook.",
261
- "id": "autoscaling-delete-lifecycle-hook-1",
262
- "title": "To delete a lifecycle hook"
263
- }
264
- ],
265
- "DeleteNotificationConfiguration": [
266
- {
267
- "input": {
268
- "AutoScalingGroupName": "my-auto-scaling-group",
269
- "TopicARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic"
270
- },
271
- "comments": {
272
- "input": {
273
- },
274
- "output": {
275
- }
276
- },
277
- "description": "This example deletes the specified notification from the specified Auto Scaling group.",
278
- "id": "autoscaling-delete-notification-configuration-1",
279
- "title": "To delete an Auto Scaling notification"
280
- }
281
- ],
282
- "DeletePolicy": [
283
- {
284
- "input": {
285
- "AutoScalingGroupName": "my-auto-scaling-group",
286
- "PolicyName": "ScaleIn"
287
- },
288
- "comments": {
289
- "input": {
290
- },
291
- "output": {
292
- }
293
- },
294
- "description": "This example deletes the specified Auto Scaling policy.",
295
- "id": "autoscaling-delete-policy-1",
296
- "title": "To delete an Auto Scaling policy"
297
- }
298
- ],
299
- "DeleteScheduledAction": [
300
- {
301
- "input": {
302
- "AutoScalingGroupName": "my-auto-scaling-group",
303
- "ScheduledActionName": "my-scheduled-action"
304
- },
305
- "comments": {
306
- "input": {
307
- },
308
- "output": {
309
- }
310
- },
311
- "description": "This example deletes the specified scheduled action from the specified Auto Scaling group.",
312
- "id": "autoscaling-delete-scheduled-action-1",
313
- "title": "To delete a scheduled action from an Auto Scaling group"
314
- }
315
- ],
316
- "DeleteTags": [
317
- {
318
- "input": {
319
- "Tags": [
320
- {
321
- "Key": "Dept",
322
- "ResourceId": "my-auto-scaling-group",
323
- "ResourceType": "auto-scaling-group",
324
- "Value": "Research"
325
- }
326
- ]
327
- },
328
- "comments": {
329
- "input": {
330
- },
331
- "output": {
332
- }
333
- },
334
- "description": "This example deletes the specified tag from the specified Auto Scaling group.",
335
- "id": "autoscaling-delete-tags-1",
336
- "title": "To delete a tag from an Auto Scaling group"
337
- }
338
- ],
339
- "DescribeAccountLimits": [
340
- {
341
- "output": {
342
- "MaxNumberOfAutoScalingGroups": 20,
343
- "MaxNumberOfLaunchConfigurations": 100,
344
- "NumberOfAutoScalingGroups": 3,
345
- "NumberOfLaunchConfigurations": 5
346
- },
347
- "comments": {
348
- "input": {
349
- },
350
- "output": {
351
- }
352
- },
353
- "description": "This example describes the Auto Scaling limits for your AWS account.",
354
- "id": "autoscaling-describe-account-limits-1",
355
- "title": "To describe your Auto Scaling account limits"
356
- }
357
- ],
358
- "DescribeAdjustmentTypes": [
359
- {
360
- "output": {
361
- "AdjustmentTypes": [
362
- {
363
- "AdjustmentType": "ChangeInCapacity"
364
- },
365
- {
366
- "AdjustmentType": "ExactCapcity"
367
- },
368
- {
369
- "AdjustmentType": "PercentChangeInCapacity"
370
- }
371
- ]
372
- },
373
- "comments": {
374
- "input": {
375
- },
376
- "output": {
377
- }
378
- },
379
- "description": "This example describes the available adjustment types.",
380
- "id": "autoscaling-describe-adjustment-types-1",
381
- "title": "To describe the Auto Scaling adjustment types"
382
- }
383
- ],
384
- "DescribeAutoScalingGroups": [
385
- {
386
- "input": {
387
- "AutoScalingGroupNames": [
388
- "my-auto-scaling-group"
389
- ]
390
- },
391
- "output": {
392
- "AutoScalingGroups": [
393
- {
394
- "AutoScalingGroupARN": "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:930d940e-891e-4781-a11a-7b0acd480f03:autoScalingGroupName/my-auto-scaling-group",
395
- "AutoScalingGroupName": "my-auto-scaling-group",
396
- "AvailabilityZones": [
397
- "us-west-2c"
398
- ],
399
- "CreatedTime": "2013-08-19T20:53:25.584Z",
400
- "DefaultCooldown": 300,
401
- "DesiredCapacity": 1,
402
- "EnabledMetrics": [
403
-
404
- ],
405
- "HealthCheckGracePeriod": 300,
406
- "HealthCheckType": "EC2",
407
- "Instances": [
408
- {
409
- "AvailabilityZone": "us-west-2c",
410
- "HealthStatus": "Healthy",
411
- "InstanceId": "i-4ba0837f",
412
- "LaunchConfigurationName": "my-launch-config",
413
- "LifecycleState": "InService",
414
- "ProtectedFromScaleIn": false
415
- }
416
- ],
417
- "LaunchConfigurationName": "my-launch-config",
418
- "LoadBalancerNames": [
419
-
420
- ],
421
- "MaxSize": 1,
422
- "MinSize": 0,
423
- "NewInstancesProtectedFromScaleIn": false,
424
- "SuspendedProcesses": [
425
-
426
- ],
427
- "Tags": [
428
-
429
- ],
430
- "TerminationPolicies": [
431
- "Default"
432
- ],
433
- "VPCZoneIdentifier": "subnet-12345678"
434
- }
435
- ]
436
- },
437
- "comments": {
438
- "input": {
439
- },
440
- "output": {
441
- }
442
- },
443
- "description": "This example describes the specified Auto Scaling group.",
444
- "id": "autoscaling-describe-auto-scaling-groups-1",
445
- "title": "To describe an Auto Scaling group"
446
- }
447
- ],
448
- "DescribeAutoScalingInstances": [
449
- {
450
- "input": {
451
- "InstanceIds": [
452
- "i-4ba0837f"
453
- ]
454
- },
455
- "output": {
456
- "AutoScalingInstances": [
457
- {
458
- "AutoScalingGroupName": "my-auto-scaling-group",
459
- "AvailabilityZone": "us-west-2c",
460
- "HealthStatus": "HEALTHY",
461
- "InstanceId": "i-4ba0837f",
462
- "LaunchConfigurationName": "my-launch-config",
463
- "LifecycleState": "InService",
464
- "ProtectedFromScaleIn": false
465
- }
466
- ]
467
- },
468
- "comments": {
469
- "input": {
470
- },
471
- "output": {
472
- }
473
- },
474
- "description": "This example describes the specified Auto Scaling instance.",
475
- "id": "autoscaling-describe-auto-scaling-instances-1",
476
- "title": "To describe one or more Auto Scaling instances"
477
- }
478
- ],
479
- "DescribeAutoScalingNotificationTypes": [
480
- {
481
- "output": {
482
- "AutoScalingNotificationTypes": [
483
- "autoscaling:EC2_INSTANCE_LAUNCH",
484
- "autoscaling:EC2_INSTANCE_LAUNCH_ERROR",
485
- "autoscaling:EC2_INSTANCE_TERMINATE",
486
- "autoscaling:EC2_INSTANCE_TERMINATE_ERROR",
487
- "autoscaling:TEST_NOTIFICATION"
488
- ]
489
- },
490
- "comments": {
491
- "input": {
492
- },
493
- "output": {
494
- }
495
- },
496
- "description": "This example describes the available notification types.",
497
- "id": "autoscaling-describe-auto-scaling-notification-types-1",
498
- "title": "To describe the Auto Scaling notification types"
499
- }
500
- ],
501
- "DescribeLaunchConfigurations": [
502
- {
503
- "input": {
504
- "LaunchConfigurationNames": [
505
- "my-launch-config"
506
- ]
507
- },
508
- "output": {
509
- "LaunchConfigurations": [
510
- {
511
- "AssociatePublicIpAddress": true,
512
- "BlockDeviceMappings": [
513
-
514
- ],
515
- "CreatedTime": "2014-05-07T17:39:28.599Z",
516
- "EbsOptimized": false,
517
- "ImageId": "ami-043a5034",
518
- "InstanceMonitoring": {
519
- "Enabled": true
520
- },
521
- "InstanceType": "t1.micro",
522
- "LaunchConfigurationARN": "arn:aws:autoscaling:us-west-2:123456789012:launchConfiguration:98d3b196-4cf9-4e88-8ca1-8547c24ced8b:launchConfigurationName/my-launch-config",
523
- "LaunchConfigurationName": "my-launch-config",
524
- "SecurityGroups": [
525
- "sg-67ef0308"
526
- ]
527
- }
528
- ]
529
- },
530
- "comments": {
531
- "input": {
532
- },
533
- "output": {
534
- }
535
- },
536
- "description": "This example describes the specified launch configuration.",
537
- "id": "autoscaling-describe-launch-configurations-1",
538
- "title": "To describe Auto Scaling launch configurations"
539
- }
540
- ],
541
- "DescribeLifecycleHookTypes": [
542
- {
543
- "output": {
544
- "LifecycleHookTypes": [
545
- "autoscaling:EC2_INSTANCE_LAUNCHING",
546
- "autoscaling:EC2_INSTANCE_TERMINATING"
547
- ]
548
- },
549
- "comments": {
550
- "input": {
551
- },
552
- "output": {
553
- }
554
- },
555
- "description": "This example describes the available lifecycle hook types.",
556
- "id": "autoscaling-describe-lifecycle-hook-types-1",
557
- "title": "To describe the available types of lifecycle hooks"
558
- }
559
- ],
560
- "DescribeLifecycleHooks": [
561
- {
562
- "input": {
563
- "AutoScalingGroupName": "my-auto-scaling-group"
564
- },
565
- "output": {
566
- "LifecycleHooks": [
567
- {
568
- "AutoScalingGroupName": "my-auto-scaling-group",
569
- "DefaultResult": "ABANDON",
570
- "GlobalTimeout": 172800,
571
- "HeartbeatTimeout": 3600,
572
- "LifecycleHookName": "my-lifecycle-hook",
573
- "LifecycleTransition": "autoscaling:EC2_INSTANCE_LAUNCHING",
574
- "NotificationTargetARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic",
575
- "RoleARN": "arn:aws:iam::123456789012:role/my-auto-scaling-role"
576
- }
577
- ]
578
- },
579
- "comments": {
580
- "input": {
581
- },
582
- "output": {
583
- }
584
- },
585
- "description": "This example describes the lifecycle hooks for the specified Auto Scaling group.",
586
- "id": "autoscaling-describe-lifecycle-hooks-1",
587
- "title": "To describe your lifecycle hooks"
588
- }
589
- ],
590
- "DescribeLoadBalancerTargetGroups": [
591
- {
592
- "input": {
593
- "AutoScalingGroupName": "my-auto-scaling-group"
594
- },
595
- "output": {
596
- "LoadBalancerTargetGroups": [
597
- {
598
- "LoadBalancerTargetGroupARN": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067",
599
- "State": "Added"
600
- }
601
- ]
602
- },
603
- "comments": {
604
- "input": {
605
- },
606
- "output": {
607
- }
608
- },
609
- "description": "This example describes the target groups attached to the specified Auto Scaling group.",
610
- "id": "autoscaling-describe-load-balancer-target-groups-1",
611
- "title": "To describe the target groups for an Auto Scaling group"
612
- }
613
- ],
614
- "DescribeLoadBalancers": [
615
- {
616
- "input": {
617
- "AutoScalingGroupName": "my-auto-scaling-group"
618
- },
619
- "output": {
620
- "LoadBalancers": [
621
- {
622
- "LoadBalancerName": "my-load-balancer",
623
- "State": "Added"
624
- }
625
- ]
626
- },
627
- "comments": {
628
- "input": {
629
- },
630
- "output": {
631
- }
632
- },
633
- "description": "This example describes the load balancers attached to the specified Auto Scaling group.",
634
- "id": "autoscaling-describe-load-balancers-1",
635
- "title": "To describe the load balancers for an Auto Scaling group"
636
- }
637
- ],
638
- "DescribeMetricCollectionTypes": [
639
- {
640
- "output": {
641
- "Granularities": [
642
- {
643
- "Granularity": "1Minute"
644
- }
645
- ],
646
- "Metrics": [
647
- {
648
- "Metric": "GroupMinSize"
649
- },
650
- {
651
- "Metric": "GroupMaxSize"
652
- },
653
- {
654
- "Metric": "GroupDesiredCapacity"
655
- },
656
- {
657
- "Metric": "GroupInServiceInstances"
658
- },
659
- {
660
- "Metric": "GroupPendingInstances"
661
- },
662
- {
663
- "Metric": "GroupTerminatingInstances"
664
- },
665
- {
666
- "Metric": "GroupStandbyInstances"
667
- },
668
- {
669
- "Metric": "GroupTotalInstances"
670
- }
671
- ]
672
- },
673
- "comments": {
674
- "input": {
675
- },
676
- "output": {
677
- }
678
- },
679
- "description": "This example describes the available metric collection types.",
680
- "id": "autoscaling-describe-metric-collection-types-1",
681
- "title": "To describe the Auto Scaling metric collection types"
682
- }
683
- ],
684
- "DescribeNotificationConfigurations": [
685
- {
686
- "input": {
687
- "AutoScalingGroupNames": [
688
- "my-auto-scaling-group"
689
- ]
690
- },
691
- "output": {
692
- "NotificationConfigurations": [
693
- {
694
- "AutoScalingGroupName": "my-auto-scaling-group",
695
- "NotificationType": "autoscaling:TEST_NOTIFICATION",
696
- "TopicARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic-2"
697
- },
698
- {
699
- "AutoScalingGroupName": "my-auto-scaling-group",
700
- "NotificationType": "autoscaling:TEST_NOTIFICATION",
701
- "TopicARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic"
702
- }
703
- ]
704
- },
705
- "comments": {
706
- "input": {
707
- },
708
- "output": {
709
- }
710
- },
711
- "description": "This example describes the notification configurations for the specified Auto Scaling group.",
712
- "id": "autoscaling-describe-notification-configurations-1",
713
- "title": "To describe Auto Scaling notification configurations"
714
- }
715
- ],
716
- "DescribePolicies": [
717
- {
718
- "input": {
719
- "AutoScalingGroupName": "my-auto-scaling-group"
720
- },
721
- "output": {
722
- "ScalingPolicies": [
723
- {
724
- "AdjustmentType": "ChangeInCapacity",
725
- "Alarms": [
726
-
727
- ],
728
- "AutoScalingGroupName": "my-auto-scaling-group",
729
- "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2233f3d7-6290-403b-b632-93c553560106:autoScalingGroupName/my-auto-scaling-group:policyName/ScaleIn",
730
- "PolicyName": "ScaleIn",
731
- "ScalingAdjustment": -1
732
- },
733
- {
734
- "AdjustmentType": "PercentChangeInCapacity",
735
- "Alarms": [
736
-
737
- ],
738
- "AutoScalingGroupName": "my-auto-scaling-group",
739
- "Cooldown": 60,
740
- "MinAdjustmentStep": 2,
741
- "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2b435159-cf77-4e89-8c0e-d63b497baad7:autoScalingGroupName/my-auto-scaling-group:policyName/ScalePercentChange",
742
- "PolicyName": "ScalePercentChange",
743
- "ScalingAdjustment": 25
744
- }
745
- ]
746
- },
747
- "comments": {
748
- "input": {
749
- },
750
- "output": {
751
- }
752
- },
753
- "description": "This example describes the policies for the specified Auto Scaling group.",
754
- "id": "autoscaling-describe-policies-1",
755
- "title": "To describe Auto Scaling policies"
756
- }
757
- ],
758
- "DescribeScalingActivities": [
759
- {
760
- "input": {
761
- "AutoScalingGroupName": "my-auto-scaling-group"
762
- },
763
- "output": {
764
- "Activities": [
765
- {
766
- "ActivityId": "f9f2d65b-f1f2-43e7-b46d-d86756459699",
767
- "AutoScalingGroupName": "my-auto-scaling-group",
768
- "Cause": "At 2013-08-19T20:53:25Z a user request created an AutoScalingGroup changing the desired capacity from 0 to 1. At 2013-08-19T20:53:29Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 1.",
769
- "Description": "Launching a new EC2 instance: i-4ba0837f",
770
- "Details": "details",
771
- "EndTime": "2013-08-19T20:54:02Z",
772
- "Progress": 100,
773
- "StartTime": "2013-08-19T20:53:29.930Z",
774
- "StatusCode": "Successful"
775
- }
776
- ]
777
- },
778
- "comments": {
779
- "input": {
780
- },
781
- "output": {
782
- }
783
- },
784
- "description": "This example describes the scaling activities for the specified Auto Scaling group.",
785
- "id": "autoscaling-describe-scaling-activities-1",
786
- "title": "To describe the scaling activities for an Auto Scaling group"
787
- }
788
- ],
789
- "DescribeScalingProcessTypes": [
790
- {
791
- "output": {
792
- "Processes": [
793
- {
794
- "ProcessName": "AZRebalance"
795
- },
796
- {
797
- "ProcessName": "AddToLoadBalancer"
798
- },
799
- {
800
- "ProcessName": "AlarmNotification"
801
- },
802
- {
803
- "ProcessName": "HealthCheck"
804
- },
805
- {
806
- "ProcessName": "Launch"
807
- },
808
- {
809
- "ProcessName": "ReplaceUnhealthy"
810
- },
811
- {
812
- "ProcessName": "ScheduledActions"
813
- },
814
- {
815
- "ProcessName": "Terminate"
816
- }
817
- ]
818
- },
819
- "comments": {
820
- "input": {
821
- },
822
- "output": {
823
- }
824
- },
825
- "description": "This example describes the Auto Scaling process types.",
826
- "id": "autoscaling-describe-scaling-process-types-1",
827
- "title": "To describe the Auto Scaling process types"
828
- }
829
- ],
830
- "DescribeScheduledActions": [
831
- {
832
- "input": {
833
- "AutoScalingGroupName": "my-auto-scaling-group"
834
- },
835
- "output": {
836
- "ScheduledUpdateGroupActions": [
837
- {
838
- "AutoScalingGroupName": "my-auto-scaling-group",
839
- "DesiredCapacity": 4,
840
- "MaxSize": 6,
841
- "MinSize": 2,
842
- "Recurrence": "30 0 1 12 0",
843
- "ScheduledActionARN": "arn:aws:autoscaling:us-west-2:123456789012:scheduledUpdateGroupAction:8e86b655-b2e6-4410-8f29-b4f094d6871c:autoScalingGroupName/my-auto-scaling-group:scheduledActionName/my-scheduled-action",
844
- "ScheduledActionName": "my-scheduled-action",
845
- "StartTime": "2016-12-01T00:30:00Z",
846
- "Time": "2016-12-01T00:30:00Z"
847
- }
848
- ]
849
- },
850
- "comments": {
851
- "input": {
852
- },
853
- "output": {
854
- }
855
- },
856
- "description": "This example describes the scheduled actions for the specified Auto Scaling group.",
857
- "id": "autoscaling-describe-scheduled-actions-1",
858
- "title": "To describe scheduled actions"
859
- }
860
- ],
861
- "DescribeTags": [
862
- {
863
- "input": {
864
- "Filters": [
865
- {
866
- "Name": "auto-scaling-group",
867
- "Values": [
868
- "my-auto-scaling-group"
869
- ]
870
- }
871
- ]
872
- },
873
- "output": {
874
- "Tags": [
875
- {
876
- "Key": "Dept",
877
- "PropagateAtLaunch": true,
878
- "ResourceId": "my-auto-scaling-group",
879
- "ResourceType": "auto-scaling-group",
880
- "Value": "Research"
881
- },
882
- {
883
- "Key": "Role",
884
- "PropagateAtLaunch": true,
885
- "ResourceId": "my-auto-scaling-group",
886
- "ResourceType": "auto-scaling-group",
887
- "Value": "WebServer"
888
- }
889
- ]
890
- },
891
- "comments": {
892
- "input": {
893
- },
894
- "output": {
895
- }
896
- },
897
- "description": "This example describes the tags for the specified Auto Scaling group.",
898
- "id": "autoscaling-describe-tags-1",
899
- "title": "To describe tags"
900
- }
901
- ],
902
- "DescribeTerminationPolicyTypes": [
903
- {
904
- "output": {
905
- "TerminationPolicyTypes": [
906
- "ClosestToNextInstanceHour",
907
- "Default",
908
- "NewestInstance",
909
- "OldestInstance",
910
- "OldestLaunchConfiguration"
911
- ]
912
- },
913
- "comments": {
914
- "input": {
915
- },
916
- "output": {
917
- }
918
- },
919
- "description": "This example describes the available termination policy types.",
920
- "id": "autoscaling-describe-termination-policy-types-1",
921
- "title": "To describe termination policy types"
922
- }
923
- ],
924
- "DetachInstances": [
925
- {
926
- "input": {
927
- "AutoScalingGroupName": "my-auto-scaling-group",
928
- "InstanceIds": [
929
- "i-93633f9b"
930
- ],
931
- "ShouldDecrementDesiredCapacity": true
932
- },
933
- "output": {
934
- "Activities": [
935
- {
936
- "ActivityId": "5091cb52-547a-47ce-a236-c9ccbc2cb2c9",
937
- "AutoScalingGroupName": "my-auto-scaling-group",
938
- "Cause": "At 2015-04-12T15:02:16Z instance i-93633f9b was detached in response to a user request, shrinking the capacity from 2 to 1.",
939
- "Description": "Detaching EC2 instance: i-93633f9b",
940
- "Details": "details",
941
- "Progress": 50,
942
- "StartTime": "2015-04-12T15:02:16.179Z",
943
- "StatusCode": "InProgress"
944
- }
945
- ]
946
- },
947
- "comments": {
948
- "input": {
949
- },
950
- "output": {
951
- }
952
- },
953
- "description": "This example detaches the specified instance from the specified Auto Scaling group.",
954
- "id": "autoscaling-detach-instances-1",
955
- "title": "To detach an instance from an Auto Scaling group"
956
- }
957
- ],
958
- "DetachLoadBalancerTargetGroups": [
959
- {
960
- "input": {
961
- "AutoScalingGroupName": "my-auto-scaling-group",
962
- "TargetGroupARNs": [
963
- "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
964
- ]
965
- },
966
- "comments": {
967
- "input": {
968
- },
969
- "output": {
970
- }
971
- },
972
- "description": "This example detaches the specified target group from the specified Auto Scaling group",
973
- "id": "autoscaling-detach-load-balancer-target-groups-1",
974
- "title": "To detach a target group from an Auto Scaling group"
975
- }
976
- ],
977
- "DetachLoadBalancers": [
978
- {
979
- "input": {
980
- "AutoScalingGroupName": "my-auto-scaling-group",
981
- "LoadBalancerNames": [
982
- "my-load-balancer"
983
- ]
984
- },
985
- "comments": {
986
- "input": {
987
- },
988
- "output": {
989
- }
990
- },
991
- "description": "This example detaches the specified load balancer from the specified Auto Scaling group.",
992
- "id": "autoscaling-detach-load-balancers-1",
993
- "title": "To detach a load balancer from an Auto Scaling group"
994
- }
995
- ],
996
- "DisableMetricsCollection": [
997
- {
998
- "input": {
999
- "AutoScalingGroupName": "my-auto-scaling-group",
1000
- "Metrics": [
1001
- "GroupDesiredCapacity"
1002
- ]
1003
- },
1004
- "comments": {
1005
- "input": {
1006
- },
1007
- "output": {
1008
- }
1009
- },
1010
- "description": "This example disables collecting data for the GroupDesiredCapacity metric for the specified Auto Scaling group.",
1011
- "id": "autoscaling-disable-metrics-collection-1",
1012
- "title": "To disable metrics collection for an Auto Scaling group"
1013
- }
1014
- ],
1015
- "EnableMetricsCollection": [
1016
- {
1017
- "input": {
1018
- "AutoScalingGroupName": "my-auto-scaling-group",
1019
- "Granularity": "1Minute"
1020
- },
1021
- "comments": {
1022
- "input": {
1023
- },
1024
- "output": {
1025
- }
1026
- },
1027
- "description": "This example enables data collection for the specified Auto Scaling group.",
1028
- "id": "autoscaling-enable-metrics-collection-1",
1029
- "title": "To enable metrics collection for an Auto Scaling group"
1030
- }
1031
- ],
1032
- "EnterStandby": [
1033
- {
1034
- "input": {
1035
- "AutoScalingGroupName": "my-auto-scaling-group",
1036
- "InstanceIds": [
1037
- "i-93633f9b"
1038
- ],
1039
- "ShouldDecrementDesiredCapacity": true
1040
- },
1041
- "output": {
1042
- "Activities": [
1043
- {
1044
- "ActivityId": "ffa056b4-6ed3-41ba-ae7c-249dfae6eba1",
1045
- "AutoScalingGroupName": "my-auto-scaling-group",
1046
- "Cause": "At 2015-04-12T15:10:23Z instance i-93633f9b was moved to standby in response to a user request, shrinking the capacity from 2 to 1.",
1047
- "Description": "Moving EC2 instance to Standby: i-93633f9b",
1048
- "Details": "details",
1049
- "Progress": 50,
1050
- "StartTime": "2015-04-12T15:10:23.640Z",
1051
- "StatusCode": "InProgress"
1052
- }
1053
- ]
1054
- },
1055
- "comments": {
1056
- "input": {
1057
- },
1058
- "output": {
1059
- }
1060
- },
1061
- "description": "This example puts the specified instance into standby mode.",
1062
- "id": "autoscaling-enter-standby-1",
1063
- "title": "To move instances into standby mode"
1064
- }
1065
- ],
1066
- "ExecutePolicy": [
1067
- {
1068
- "input": {
1069
- "AutoScalingGroupName": "my-auto-scaling-group",
1070
- "HonorCooldown": true,
1071
- "PolicyName": "ScaleIn"
1072
- },
1073
- "comments": {
1074
- "input": {
1075
- },
1076
- "output": {
1077
- }
1078
- },
1079
- "description": "This example executes the specified Auto Scaling policy for the specified Auto Scaling group.",
1080
- "id": "autoscaling-execute-policy-1",
1081
- "title": "To execute an Auto Scaling policy"
1082
- }
1083
- ],
1084
- "ExitStandby": [
1085
- {
1086
- "input": {
1087
- "AutoScalingGroupName": "my-auto-scaling-group",
1088
- "InstanceIds": [
1089
- "i-93633f9b"
1090
- ]
1091
- },
1092
- "output": {
1093
- "Activities": [
1094
- {
1095
- "ActivityId": "142928e1-a2dc-453a-9b24-b85ad6735928",
1096
- "AutoScalingGroupName": "my-auto-scaling-group",
1097
- "Cause": "At 2015-04-12T15:14:29Z instance i-93633f9b was moved out of standby in response to a user request, increasing the capacity from 1 to 2.",
1098
- "Description": "Moving EC2 instance out of Standby: i-93633f9b",
1099
- "Details": "details",
1100
- "Progress": 30,
1101
- "StartTime": "2015-04-12T15:14:29.886Z",
1102
- "StatusCode": "PreInService"
1103
- }
1104
- ]
1105
- },
1106
- "comments": {
1107
- "input": {
1108
- },
1109
- "output": {
1110
- }
1111
- },
1112
- "description": "This example moves the specified instance out of standby mode.",
1113
- "id": "autoscaling-exit-standby-1",
1114
- "title": "To move instances out of standby mode"
1115
- }
1116
- ],
1117
- "PutLifecycleHook": [
1118
- {
1119
- "input": {
1120
- "AutoScalingGroupName": "my-auto-scaling-group",
1121
- "LifecycleHookName": "my-lifecycle-hook",
1122
- "LifecycleTransition": "autoscaling:EC2_INSTANCE_LAUNCHING",
1123
- "NotificationTargetARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic --role-arn",
1124
- "RoleARN": "arn:aws:iam::123456789012:role/my-auto-scaling-role"
1125
- },
1126
- "comments": {
1127
- "input": {
1128
- },
1129
- "output": {
1130
- }
1131
- },
1132
- "description": "This example creates a lifecycle hook.",
1133
- "id": "autoscaling-put-lifecycle-hook-1",
1134
- "title": "To create a lifecycle hook"
1135
- }
1136
- ],
1137
- "PutNotificationConfiguration": [
1138
- {
1139
- "input": {
1140
- "AutoScalingGroupName": "my-auto-scaling-group",
1141
- "NotificationTypes": [
1142
- "autoscaling:TEST_NOTIFICATION"
1143
- ],
1144
- "TopicARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic"
1145
- },
1146
- "comments": {
1147
- "input": {
1148
- },
1149
- "output": {
1150
- }
1151
- },
1152
- "description": "This example adds the specified notification to the specified Auto Scaling group.",
1153
- "id": "autoscaling-put-notification-configuration-1",
1154
- "title": "To add an Auto Scaling notification"
1155
- }
1156
- ],
1157
- "PutScalingPolicy": [
1158
- {
1159
- "input": {
1160
- "AdjustmentType": "ChangeInCapacity",
1161
- "AutoScalingGroupName": "my-auto-scaling-group",
1162
- "PolicyName": "ScaleIn",
1163
- "ScalingAdjustment": -1
1164
- },
1165
- "output": {
1166
- "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2233f3d7-6290-403b-b632-93c553560106:autoScalingGroupName/my-auto-scaling-group:policyName/ScaleIn"
1167
- },
1168
- "comments": {
1169
- "input": {
1170
- },
1171
- "output": {
1172
- }
1173
- },
1174
- "description": "This example adds the specified policy to the specified Auto Scaling group.",
1175
- "id": "autoscaling-put-scaling-policy-1",
1176
- "title": "To add a scaling policy to an Auto Scaling group"
1177
- }
1178
- ],
1179
- "PutScheduledUpdateGroupAction": [
1180
- {
1181
- "input": {
1182
- "AutoScalingGroupName": "my-auto-scaling-group",
1183
- "DesiredCapacity": 4,
1184
- "EndTime": "2014-05-12T08:00:00Z",
1185
- "MaxSize": 6,
1186
- "MinSize": 2,
1187
- "ScheduledActionName": "my-scheduled-action",
1188
- "StartTime": "2014-05-12T08:00:00Z"
1189
- },
1190
- "comments": {
1191
- "input": {
1192
- },
1193
- "output": {
1194
- }
1195
- },
1196
- "description": "This example adds the specified scheduled action to the specified Auto Scaling group.",
1197
- "id": "autoscaling-put-scheduled-update-group-action-1",
1198
- "title": "To add a scheduled action to an Auto Scaling group"
1199
- }
1200
- ],
1201
- "RecordLifecycleActionHeartbeat": [
1202
- {
1203
- "input": {
1204
- "AutoScalingGroupName": "my-auto-scaling-group",
1205
- "LifecycleActionToken": "bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635",
1206
- "LifecycleHookName": "my-lifecycle-hook"
1207
- },
1208
- "comments": {
1209
- "input": {
1210
- },
1211
- "output": {
1212
- }
1213
- },
1214
- "description": "This example records a lifecycle action heartbeat to keep the instance in a pending state.",
1215
- "id": "autoscaling-record-lifecycle-action-heartbeat-1",
1216
- "title": "To record a lifecycle action heartbeat"
1217
- }
1218
- ],
1219
- "ResumeProcesses": [
1220
- {
1221
- "input": {
1222
- "AutoScalingGroupName": "my-auto-scaling-group",
1223
- "ScalingProcesses": [
1224
- "AlarmNotification"
1225
- ]
1226
- },
1227
- "comments": {
1228
- "input": {
1229
- },
1230
- "output": {
1231
- }
1232
- },
1233
- "description": "This example resumes the specified suspended scaling process for the specified Auto Scaling group.",
1234
- "id": "autoscaling-resume-processes-1",
1235
- "title": "To resume Auto Scaling processes"
1236
- }
1237
- ],
1238
- "SetDesiredCapacity": [
1239
- {
1240
- "input": {
1241
- "AutoScalingGroupName": "my-auto-scaling-group",
1242
- "DesiredCapacity": 2,
1243
- "HonorCooldown": true
1244
- },
1245
- "comments": {
1246
- "input": {
1247
- },
1248
- "output": {
1249
- }
1250
- },
1251
- "description": "This example sets the desired capacity for the specified Auto Scaling group.",
1252
- "id": "autoscaling-set-desired-capacity-1",
1253
- "title": "To set the desired capacity for an Auto Scaling group"
1254
- }
1255
- ],
1256
- "SetInstanceHealth": [
1257
- {
1258
- "input": {
1259
- "HealthStatus": "Unhealthy",
1260
- "InstanceId": "i-93633f9b"
1261
- },
1262
- "comments": {
1263
- "input": {
1264
- },
1265
- "output": {
1266
- }
1267
- },
1268
- "description": "This example sets the health status of the specified instance to Unhealthy.",
1269
- "id": "autoscaling-set-instance-health-1",
1270
- "title": "To set the health status of an instance"
1271
- }
1272
- ],
1273
- "SetInstanceProtection": [
1274
- {
1275
- "input": {
1276
- "AutoScalingGroupName": "my-auto-scaling-group",
1277
- "InstanceIds": [
1278
- "i-93633f9b"
1279
- ],
1280
- "ProtectedFromScaleIn": true
1281
- },
1282
- "comments": {
1283
- "input": {
1284
- },
1285
- "output": {
1286
- }
1287
- },
1288
- "description": "This example enables instance protection for the specified instance.",
1289
- "id": "autoscaling-set-instance-protection-1",
1290
- "title": "To enable instance protection for an instance"
1291
- },
1292
- {
1293
- "input": {
1294
- "AutoScalingGroupName": "my-auto-scaling-group",
1295
- "InstanceIds": [
1296
- "i-93633f9b"
1297
- ],
1298
- "ProtectedFromScaleIn": false
1299
- },
1300
- "comments": {
1301
- "input": {
1302
- },
1303
- "output": {
1304
- }
1305
- },
1306
- "description": "This example disables instance protection for the specified instance.",
1307
- "id": "autoscaling-set-instance-protection-2",
1308
- "title": "To disable instance protection for an instance"
1309
- }
1310
- ],
1311
- "SuspendProcesses": [
1312
- {
1313
- "input": {
1314
- "AutoScalingGroupName": "my-auto-scaling-group",
1315
- "ScalingProcesses": [
1316
- "AlarmNotification"
1317
- ]
1318
- },
1319
- "comments": {
1320
- "input": {
1321
- },
1322
- "output": {
1323
- }
1324
- },
1325
- "description": "This example suspends the specified scaling process for the specified Auto Scaling group.",
1326
- "id": "autoscaling-suspend-processes-1",
1327
- "title": "To suspend Auto Scaling processes"
1328
- }
1329
- ],
1330
- "TerminateInstanceInAutoScalingGroup": [
1331
- {
1332
- "input": {
1333
- "InstanceId": "i-93633f9b",
1334
- "ShouldDecrementDesiredCapacity": false
1335
- },
1336
- "comments": {
1337
- "input": {
1338
- },
1339
- "output": {
1340
- }
1341
- },
1342
- "description": "This example terminates the specified instance from the specified Auto Scaling group without updating the size of the group. Auto Scaling launches a replacement instance after the specified instance terminates.",
1343
- "id": "autoscaling-terminate-instance-in-auto-scaling-group-1",
1344
- "title": "To terminate an instance in an Auto Scaling group"
1345
- }
1346
- ],
1347
- "UpdateAutoScalingGroup": [
1348
- {
1349
- "input": {
1350
- "AutoScalingGroupName": "my-auto-scaling-group",
1351
- "LaunchConfigurationName": "new-launch-config"
1352
- },
1353
- "comments": {
1354
- "input": {
1355
- },
1356
- "output": {
1357
- }
1358
- },
1359
- "description": "This example updates the launch configuration of the specified Auto Scaling group.",
1360
- "id": "autoscaling-update-auto-scaling-group-1",
1361
- "title": "To update the launch configuration"
1362
- },
1363
- {
1364
- "input": {
1365
- "AutoScalingGroupName": "my-auto-scaling-group",
1366
- "MaxSize": 3,
1367
- "MinSize": 1
1368
- },
1369
- "comments": {
1370
- "input": {
1371
- },
1372
- "output": {
1373
- }
1374
- },
1375
- "description": "This example updates the minimum size and maximum size of the specified Auto Scaling group.",
1376
- "id": "autoscaling-update-auto-scaling-group-2",
1377
- "title": "To update the minimum and maximum size"
1378
- },
1379
- {
1380
- "input": {
1381
- "AutoScalingGroupName": "my-auto-scaling-group",
1382
- "NewInstancesProtectedFromScaleIn": true
1383
- },
1384
- "comments": {
1385
- "input": {
1386
- },
1387
- "output": {
1388
- }
1389
- },
1390
- "description": "This example enables instance protection for the specified Auto Scaling group.",
1391
- "id": "autoscaling-update-auto-scaling-group-3",
1392
- "title": "To enable instance protection"
1393
- }
1394
- ]
1395
- }
1396
- }