aws-sdk-core 2.0.0.rc12 → 2.0.0.rc13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (279) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -15
  3. data/apis/autoscaling-2011-01-01.api.json +474 -13
  4. data/apis/cloudfront-2014-05-31.api.json +7 -7
  5. data/apis/cloudfront-2014-05-31.paginators.json +12 -12
  6. data/apis/cloudsearch-2013-01-01.api.json +4 -4
  7. data/apis/cloudsearchdomain-2013-01-01.api.json +4 -4
  8. data/apis/cloudtrail-2013-11-01.api.json +5 -5
  9. data/apis/datapipeline-2012-10-29.api.json +2 -2
  10. data/apis/dynamodb-2011-12-05.paginators.json +1 -2
  11. data/apis/dynamodb-2012-08-10.api.json +13 -13
  12. data/apis/dynamodb-2012-08-10.paginators.json +1 -2
  13. data/apis/ec2-2014-06-15.api.json +33 -24
  14. data/apis/elasticache-2014-07-15.api.json +4826 -0
  15. data/apis/elasticache-2014-07-15.paginators.json +76 -0
  16. data/apis/elasticloadbalancing-2012-06-01.api.json +44 -15
  17. data/apis/elastictranscoder-2012-09-25.api.json +16 -16
  18. data/apis/iam-2010-05-08.api.json +343 -67
  19. data/apis/kinesis-2013-12-02.api.json +9 -9
  20. data/apis/manifest.json +9 -0
  21. data/apis/rds-2013-01-10.paginators.json +0 -13
  22. data/apis/redshift-2012-12-01.api.json +2 -2
  23. data/apis/route53-2013-04-01.api.json +635 -69
  24. data/apis/route53domains-2014-05-15.api.json +1622 -0
  25. data/apis/s3-2006-03-01.api.json +14 -14
  26. data/apis/sns-2010-03-31.api.json +1 -1
  27. data/apis/sqs-2012-11-05.api.json +17 -17
  28. data/apis/storagegateway-2013-06-30.api.json +40 -40
  29. data/apis/support-2013-04-15.api.json +303 -39
  30. data/apis/swf-2012-01-25.api.json +31 -31
  31. data/endpoints.json +73 -0
  32. data/lib/aws.rb +3 -1
  33. data/lib/aws/api/doc_example.rb +25 -17
  34. data/lib/aws/api/documentor.rb +30 -23
  35. data/lib/aws/api/minifier.rb +42 -0
  36. data/lib/aws/api/service_customizations.rb +2 -0
  37. data/lib/aws/{client.rb → client_factory.rb} +12 -2
  38. data/lib/aws/endpoint_provider.rb +75 -128
  39. data/lib/aws/errors.rb +9 -1
  40. data/lib/aws/instance_profile_credentials.rb +12 -8
  41. data/lib/aws/plugins/regional_endpoint.rb +5 -4
  42. data/lib/aws/plugins/request_signer.rb +2 -5
  43. data/lib/aws/plugins/retry_errors.rb +11 -1
  44. data/lib/aws/plugins/route_53_id_fix.rb +55 -0
  45. data/lib/aws/plugins/s3_expect_100_continue.rb +27 -0
  46. data/lib/aws/service.rb +13 -1
  47. data/lib/aws/structure.rb +11 -2
  48. data/lib/aws/version.rb +1 -1
  49. data/lib/aws/xml/builder.rb +5 -1
  50. data/vendor/seahorse/lib/seahorse.rb +1 -0
  51. data/vendor/seahorse/lib/seahorse/client/http/error.rb +2 -2
  52. data/vendor/seahorse/lib/seahorse/client/net_http/connection_pool.rb +2 -0
  53. data/vendor/seahorse/lib/seahorse/client/net_http/handler.rb +13 -1
  54. data/vendor/seahorse/lib/seahorse/client/net_http/patches.rb +97 -0
  55. data/vendor/seahorse/lib/seahorse/client/plugins/endpoint.rb +1 -1
  56. metadata +112 -474
  57. data/.gitignore +0 -8
  58. data/.simplecov +0 -6
  59. data/.travis.yml +0 -20
  60. data/.yardopts +0 -11
  61. data/Gemfile +0 -26
  62. data/Rakefile +0 -17
  63. data/apis/endpoints.json +0 -98
  64. data/aws-sdk-core.gemspec +0 -22
  65. data/doc-src/images/lastnode.png +0 -0
  66. data/doc-src/images/node.png +0 -0
  67. data/doc-src/images/vline.png +0 -0
  68. data/doc-src/plugins/apis.rb +0 -260
  69. data/doc-src/plugins/stability.rb +0 -1
  70. data/doc-src/services/CloudSearchDomain/client.md +0 -8
  71. data/doc-src/services/CloudSearchDomain/service.md +0 -0
  72. data/doc-src/services/default/client.md +0 -84
  73. data/doc-src/services/default/errors.md +0 -45
  74. data/doc-src/services/default/service.md +0 -28
  75. data/doc-src/templates/default/fulldoc/html/css/common.css +0 -90
  76. data/doc-src/templates/default/fulldoc/html/js/tabs.js +0 -21
  77. data/doc-src/templates/default/fulldoc/html/setup.rb +0 -66
  78. data/doc-src/templates/default/layout/html/footer.erb +0 -29
  79. data/doc-src/templates/default/layout/html/layout.erb +0 -37
  80. data/doc-src/templates/default/layout/html/setup.rb +0 -3
  81. data/features/autoscaling/client.feature +0 -18
  82. data/features/autoscaling/step_definitions.rb +0 -6
  83. data/features/cloudformation/client.feature +0 -17
  84. data/features/cloudformation/step_definitions.rb +0 -6
  85. data/features/cloudfront/client.feature +0 -17
  86. data/features/cloudfront/step_definitions.rb +0 -6
  87. data/features/cloudsearch/client.feature +0 -16
  88. data/features/cloudsearch/step_definitions.rb +0 -6
  89. data/features/cloudtrail/client.feature +0 -16
  90. data/features/cloudtrail/step_definitions.rb +0 -6
  91. data/features/cloudwatch/client.feature +0 -19
  92. data/features/cloudwatch/step_definitions.rb +0 -6
  93. data/features/cloudwatchlogs/client.feature +0 -17
  94. data/features/cloudwatchlogs/step_definitions.rb +0 -6
  95. data/features/cognitoidentity/client.feature +0 -17
  96. data/features/cognitoidentity/step_definitions.rb +0 -6
  97. data/features/cognitosync/client.feature +0 -16
  98. data/features/cognitosync/step_definitions.rb +0 -6
  99. data/features/datapipeline/client.feature +0 -16
  100. data/features/datapipeline/step_definitions.rb +0 -6
  101. data/features/directconnect/client.feature +0 -16
  102. data/features/directconnect/step_definitions.rb +0 -6
  103. data/features/dynamodb/client.feature +0 -17
  104. data/features/dynamodb/simplified.feature +0 -32
  105. data/features/dynamodb/step_definitions.rb +0 -11
  106. data/features/ec2/client.feature +0 -16
  107. data/features/ec2/step_definitions.rb +0 -6
  108. data/features/elasticache/client.feature +0 -16
  109. data/features/elasticache/step_definitions.rb +0 -6
  110. data/features/elasticbeanstalk/client.feature +0 -16
  111. data/features/elasticbeanstalk/step_definitions.rb +0 -6
  112. data/features/elasticloadbalancing/client.feature +0 -16
  113. data/features/elasticloadbalancing/step_definitions.rb +0 -6
  114. data/features/elastictranscoder/client.feature +0 -16
  115. data/features/elastictranscoder/step_definitions.rb +0 -6
  116. data/features/emr/client.feature +0 -16
  117. data/features/emr/step_definitions.rb +0 -6
  118. data/features/env.rb +0 -23
  119. data/features/glacier/client.feature +0 -17
  120. data/features/glacier/step_definitions.rb +0 -93
  121. data/features/glacier/upload.feature +0 -27
  122. data/features/iam/client.feature +0 -16
  123. data/features/iam/step_definitions.rb +0 -6
  124. data/features/importexport/client.feature +0 -16
  125. data/features/importexport/step_definitions.rb +0 -6
  126. data/features/kinesis/client.feature +0 -16
  127. data/features/kinesis/step_definitions.rb +0 -6
  128. data/features/opsworks/client.feature +0 -16
  129. data/features/opsworks/step_definitions.rb +0 -6
  130. data/features/rds/client.feature +0 -16
  131. data/features/rds/step_definitions.rb +0 -6
  132. data/features/redshift/client.feature +0 -16
  133. data/features/redshift/step_definitions.rb +0 -6
  134. data/features/route53/client.feature +0 -16
  135. data/features/route53/step_definitions.rb +0 -6
  136. data/features/s3/buckets.feature +0 -40
  137. data/features/s3/objects.feature +0 -37
  138. data/features/s3/step_definitions.rb +0 -165
  139. data/features/s3/test.png +0 -0
  140. data/features/ses/client.feature +0 -16
  141. data/features/ses/step_definitions.rb +0 -6
  142. data/features/simpledb/client.feature +0 -16
  143. data/features/simpledb/step_definitions.rb +0 -6
  144. data/features/sns/client.feature +0 -17
  145. data/features/sns/step_definitions.rb +0 -6
  146. data/features/sqs/client.feature +0 -21
  147. data/features/sqs/step_definitions.rb +0 -29
  148. data/features/step_definitions.rb +0 -94
  149. data/features/storagegateway/client.feature +0 -16
  150. data/features/storagegateway/step_definitions.rb +0 -6
  151. data/features/sts/client.feature +0 -17
  152. data/features/sts/step_definitions.rb +0 -6
  153. data/features/swf/client.feature +0 -17
  154. data/features/swf/step_definitions.rb +0 -6
  155. data/integration-test-config.json.sample +0 -3
  156. data/lib/aws.rb.orig +0 -218
  157. data/lib/aws/signers/v4.rb.orig +0 -243
  158. data/lib/aws/version.rb.orig +0 -7
  159. data/spec/aws/client_spec.rb +0 -269
  160. data/spec/aws/credential_provider_chain_spec.rb +0 -120
  161. data/spec/aws/credentials_spec.rb +0 -47
  162. data/spec/aws/errors_spec.rb +0 -39
  163. data/spec/aws/iam_spec.rb +0 -17
  164. data/spec/aws/instance_profile_credentials_spec.rb +0 -94
  165. data/spec/aws/json/builder_spec.rb +0 -188
  166. data/spec/aws/json/parser_spec.rb +0 -214
  167. data/spec/aws/operations_spec.rb +0 -145
  168. data/spec/aws/pageable_response_spec.rb +0 -171
  169. data/spec/aws/plugins/global_configuration_spec.rb +0 -58
  170. data/spec/aws/plugins/region_endpoint_spec.rb +0 -86
  171. data/spec/aws/plugins/request_signer_spec.rb +0 -88
  172. data/spec/aws/plugins/retry_errors_spec.rb +0 -266
  173. data/spec/aws/plugins/s3_md5s_spec.rb +0 -84
  174. data/spec/aws/plugins/sqs_queue_urls_spec.rb +0 -42
  175. data/spec/aws/query/param_builder_spec.rb +0 -362
  176. data/spec/aws/query/param_list_spec.rb +0 -80
  177. data/spec/aws/query/param_spec.rb +0 -64
  178. data/spec/aws/s3_spec.rb +0 -79
  179. data/spec/aws/shared_credentials_spec.rb +0 -68
  180. data/spec/aws/signers/v4_spec.rb +0 -141
  181. data/spec/aws/structure_spec.rb +0 -166
  182. data/spec/aws/util_spec.rb +0 -60
  183. data/spec/aws/xml/builder_spec.rb +0 -412
  184. data/spec/aws/xml/parser_spec.rb +0 -723
  185. data/spec/aws_spec.rb +0 -94
  186. data/spec/fixtures/api/swf.json +0 -100
  187. data/spec/fixtures/credentials/mock_shared_credentials +0 -14
  188. data/spec/fixtures/operations/cloudfront/list_distributions.yml +0 -199
  189. data/spec/fixtures/operations/cloudfront/max_items.yml +0 -11
  190. data/spec/fixtures/operations/dynamodb/error_parsing.yml +0 -13
  191. data/spec/fixtures/operations/glacier/account_id_param.yml +0 -13
  192. data/spec/fixtures/operations/glacier/custom_account_id.yml +0 -11
  193. data/spec/fixtures/operations/glacier/default_account_id.yml +0 -10
  194. data/spec/fixtures/operations/glacier/error_parsing.yml +0 -10
  195. data/spec/fixtures/operations/glacier/get_job_output.yml +0 -23
  196. data/spec/fixtures/operations/glacier/list_vaults.yml +0 -24
  197. data/spec/fixtures/operations/iam/result_wrapped_elements.yml +0 -31
  198. data/spec/fixtures/operations/route53/change_resource_record_sets.yml +0 -18
  199. data/spec/fixtures/operations/s3/304_response.yml +0 -12
  200. data/spec/fixtures/operations/s3/400_response.yml +0 -12
  201. data/spec/fixtures/operations/s3/403_response.yml +0 -12
  202. data/spec/fixtures/operations/s3/404_response.yml +0 -12
  203. data/spec/fixtures/operations/s3/412_response_head.yml +0 -10
  204. data/spec/fixtures/operations/s3/comlete_multipart_upload_error.yml +0 -18
  205. data/spec/fixtures/operations/s3/content_type_header.yml +0 -12
  206. data/spec/fixtures/operations/s3/create_bucket_with_implied_location_constraint.yml +0 -23
  207. data/spec/fixtures/operations/s3/create_bucket_with_location_constraint.yml +0 -25
  208. data/spec/fixtures/operations/s3/create_bucket_without_location_constraint.yml +0 -9
  209. data/spec/fixtures/operations/s3/delete_objects.yml +0 -54
  210. data/spec/fixtures/operations/s3/error_parsing.yml +0 -17
  211. data/spec/fixtures/operations/s3/get_bucket_location.yml +0 -17
  212. data/spec/fixtures/operations/s3/get_bucket_location_classic.yml +0 -17
  213. data/spec/fixtures/operations/s3/get_bucket_policy.yml +0 -8
  214. data/spec/fixtures/operations/s3/head_bucket_with_dns_incompatible_name.yml +0 -12
  215. data/spec/fixtures/operations/s3/head_object.yml +0 -50
  216. data/spec/fixtures/operations/s3/list_buckets.yml +0 -41
  217. data/spec/fixtures/operations/s3/md5_checksum_disabled.yml +0 -10
  218. data/spec/fixtures/operations/s3/md5_checksum_enabled.yml +0 -8
  219. data/spec/fixtures/operations/swf/list_domains.yml +0 -20
  220. data/spec/fixtures/protocols/input/ec2.json +0 -383
  221. data/spec/fixtures/protocols/input/json.json +0 -47
  222. data/spec/fixtures/protocols/input/query.json +0 -335
  223. data/spec/fixtures/protocols/input/rest-json.json +0 -365
  224. data/spec/fixtures/protocols/input/rest-xml.json +0 -818
  225. data/spec/fixtures/protocols/output/ec2.json +0 -381
  226. data/spec/fixtures/protocols/output/json.json +0 -313
  227. data/spec/fixtures/protocols/output/query.json +0 -424
  228. data/spec/fixtures/protocols/output/rest-json.json +0 -486
  229. data/spec/fixtures/protocols/output/rest-xml.json +0 -486
  230. data/spec/protocols_spec.rb +0 -186
  231. data/spec/spec_helper.rb +0 -66
  232. data/tasks/docs.rake +0 -61
  233. data/tasks/handlers.rake +0 -98
  234. data/tasks/manifest.rake +0 -9
  235. data/tasks/test.rake +0 -30
  236. data/vendor/seahorse/.gitignore +0 -5
  237. data/vendor/seahorse/.simplecov +0 -4
  238. data/vendor/seahorse/.yardopts +0 -10
  239. data/vendor/seahorse/Gemfile +0 -17
  240. data/vendor/seahorse/LICENSE.txt +0 -12
  241. data/vendor/seahorse/README.md +0 -129
  242. data/vendor/seahorse/Rakefile +0 -7
  243. data/vendor/seahorse/seahorse.gemspec +0 -20
  244. data/vendor/seahorse/spec/fixtures/plugin.rb +0 -4
  245. data/vendor/seahorse/spec/seahorse/client/base_spec.rb +0 -299
  246. data/vendor/seahorse/spec/seahorse/client/configuration_spec.rb +0 -122
  247. data/vendor/seahorse/spec/seahorse/client/handler_builder_spec.rb +0 -159
  248. data/vendor/seahorse/spec/seahorse/client/handler_list_spec.rb +0 -232
  249. data/vendor/seahorse/spec/seahorse/client/handler_spec.rb +0 -40
  250. data/vendor/seahorse/spec/seahorse/client/http/headers_spec.rb +0 -213
  251. data/vendor/seahorse/spec/seahorse/client/http/request_spec.rb +0 -121
  252. data/vendor/seahorse/spec/seahorse/client/http/response_spec.rb +0 -77
  253. data/vendor/seahorse/spec/seahorse/client/logging/formatter_spec.rb +0 -185
  254. data/vendor/seahorse/spec/seahorse/client/logging/handler_spec.rb +0 -63
  255. data/vendor/seahorse/spec/seahorse/client/net_http/connection_pool_spec.rb +0 -10
  256. data/vendor/seahorse/spec/seahorse/client/net_http/handler_spec.rb +0 -242
  257. data/vendor/seahorse/spec/seahorse/client/param_converter_spec.rb +0 -308
  258. data/vendor/seahorse/spec/seahorse/client/param_validator_spec.rb +0 -275
  259. data/vendor/seahorse/spec/seahorse/client/plugin_list_spec.rb +0 -166
  260. data/vendor/seahorse/spec/seahorse/client/plugin_spec.rb +0 -118
  261. data/vendor/seahorse/spec/seahorse/client/plugins/content_length_spec.rb +0 -19
  262. data/vendor/seahorse/spec/seahorse/client/plugins/endpoint_spec.rb +0 -33
  263. data/vendor/seahorse/spec/seahorse/client/plugins/logging_spec.rb +0 -46
  264. data/vendor/seahorse/spec/seahorse/client/plugins/net_http_spec.rb +0 -70
  265. data/vendor/seahorse/spec/seahorse/client/plugins/operation_methods_spec.rb +0 -76
  266. data/vendor/seahorse/spec/seahorse/client/request_context_spec.rb +0 -105
  267. data/vendor/seahorse/spec/seahorse/client/request_spec.rb +0 -152
  268. data/vendor/seahorse/spec/seahorse/client/response_spec.rb +0 -95
  269. data/vendor/seahorse/spec/seahorse/client/xml/builder/xml_doc_spec.rb +0 -142
  270. data/vendor/seahorse/spec/seahorse/client/xml/builder_spec.rb +0 -10
  271. data/vendor/seahorse/spec/seahorse/model/api_spec.rb +0 -154
  272. data/vendor/seahorse/spec/seahorse/model/operation_spec.rb +0 -162
  273. data/vendor/seahorse/spec/seahorse/model/shape_map_spec.rb +0 -84
  274. data/vendor/seahorse/spec/seahorse/model/shapes_spec.rb +0 -522
  275. data/vendor/seahorse/spec/seahorse/util_spec.rb +0 -54
  276. data/vendor/seahorse/spec/seahorse/version_spec.rb +0 -11
  277. data/vendor/seahorse/spec/spec_helper.rb +0 -34
  278. data/vendor/seahorse/tasks/docs.rake +0 -11
  279. data/vendor/seahorse/tasks/test.rake +0 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc2fcddc0e117326fd78ed6ecefe20a5d49e3636
4
- data.tar.gz: 730e5c963495118949300043710f029e2fde7438
3
+ metadata.gz: 316a6bcf420559fb4f1d2d0d4a419c5eabfca62f
4
+ data.tar.gz: d658cd390c1996551dc8d5a2718b5949eeaa73cc
5
5
  SHA512:
6
- metadata.gz: e43285a3965dda1a9992923c357719c5144bb3fd71cbd95cf688c6fec037ee02680c6d4c5c9e1b827bbeddfe813e6bca95d5093c2ed72855d0e83118007e3121
7
- data.tar.gz: 5cc07358f3866ddc6c52e2bd63bd3adda47bd127765d6d94d66f9c9b7bd0c95db991b3b4765e05cfa9146bfe196b9da10825cc0152f177ff4865c544d5e4678e
6
+ metadata.gz: c88dd7bbf3c8f37030cb8d732e752929effc253ba1ddef29c917265c57e387dedbf4bc64132953752097e68edf5312e9b5a2a9f910e9ad288a55eb073e501344
7
+ data.tar.gz: c3c02a802d170c10a00f6f5b465bd28ce030d096a428e1ddd4e8c644a8d9a5e9b101d49767563e1cda266ba551c87fd7026561e684112b8b319a2a99cbadd62b
data/README.md CHANGED
@@ -16,19 +16,19 @@ changes before 2.0.0 final.
16
16
 
17
17
  * The prefered constructor for services is now using the client
18
18
  class, example:
19
-
19
+
20
20
  # deprecated, will be removed for 2.0.0 final
21
21
  Aws::S3.new
22
-
22
+
23
23
  # preferred
24
24
  Aws::S3::Client.new
25
25
 
26
26
  * The `:raw_json` option for JSON protocol based services has been
27
27
  renamed to `:simple_json`
28
-
28
+
29
29
  * The short name for Aws::SimpleDB has been renamed from `sdb` to
30
30
  `simpledb`.
31
-
31
+
32
32
  ## Links of Interest
33
33
 
34
34
  * [Documentation](http://docs.amazonwebservices.com/sdkforruby/api/frames.html)
@@ -73,7 +73,7 @@ Or you can configure a region in code:
73
73
  Aws.config[:region] = 'us-west-2'
74
74
 
75
75
  # per-service :region
76
- s3 = Aws::S3.new(region:'us-east-1')
76
+ s3 = Aws::S3::Client.new(region:'us-east-1')
77
77
  ```
78
78
 
79
79
  ### Credentials
@@ -99,7 +99,7 @@ following credential classes:
99
99
  Aws.config[:credentials] = Aws::SharedCredentials.new(profile_name:'myprofile')
100
100
 
101
101
  # per-service :credentials
102
- s3 = Aws::S3.new(credentials: Aws::SharedCredentials.new(profile_name:'myprofile')
102
+ s3 = Aws::S3::Client.new(credentials: Aws::SharedCredentials.new(profile_name:'myprofile')
103
103
  ```
104
104
 
105
105
  ## Basic Usage
@@ -107,8 +107,7 @@ s3 = Aws::S3.new(credentials: Aws::SharedCredentials.new(profile_name:'myprofile
107
107
  To make a request, you need to construct a service client.
108
108
 
109
109
  ```ruby
110
- s3 = Aws::S3.new
111
- s3 = Aws.s3 # helper method returns a new client
110
+ s3 = Aws::S3::Client.new
112
111
  ```
113
112
 
114
113
  Each client provides one method per API operation. Refer to the
@@ -174,13 +173,13 @@ Call `#service_classes` to get a list of available service helpers and
174
173
  the class they construct.
175
174
 
176
175
  ```ruby
177
- Aws> service_classes
178
- {:autoscaling=>Aws::AutoScaling,
179
- :cloudformation=>Aws::CloudFormation,
180
- :cloudfront=>Aws::CloudFront,
181
- :cloudsearch=>Aws::CloudSearch,
176
+ Aws> service_clients
177
+ {:autoscaling=>Aws::AutoScaling::Client,
178
+ :cloudformation=>Aws::CloudFormation::Client,
179
+ :cloudfront=>Aws::CloudFront::Client,
180
+ :cloudsearch=>Aws::CloudSearch::Client,
182
181
  ...
183
- :swf=>Aws::SWF}
182
+ :swf=>Aws::SWF::Client}
184
183
  ```
185
184
 
186
185
  ## Versioning
@@ -198,8 +197,11 @@ version.
198
197
  | Amazon CloudSearch | CloudSearch | 2011-02-01 — 2013-01-01 |
199
198
  | Amazon CloudSearch Domain | CloudSearchDomain | 2013-01-01 |
200
199
  | Amazon CloudWatch | CloudWatch | 2010-08-01 |
200
+ | Amazon CloudWatch Logs | CloudWatchLogs | 2014-03-28 |
201
+ | Amazon Cognito Identity | CognitoIdentity | 2014-06-30 |
202
+ | Amazon Cognito Sync | CognitoSync | 2014-06-30 |
201
203
  | Amazon DynamoDB | DynamoDB | 2011-12-05 — 2012-08-10 |
202
- | Amazon Elastic Compute Cloud | EC2 | 2014-05-01 |
204
+ | Amazon Elastic Compute Cloud | EC2 | 2014-06-15 |
203
205
  | Amazon Elastic MapReduce | EMR | 2009-03-31 |
204
206
  | Amazon Elastic Transcoder | ElasticTranscoder | 2012-09-25 |
205
207
  | Amazon ElastiCache | ElastiCache | 2014-03-24 |
@@ -16,7 +16,21 @@
16
16
  "requestUri":"/"
17
17
  },
18
18
  "input":{"shape":"AttachInstancesQuery"},
19
- "documentation":"<p> Attaches one or more Amazon EC2 instances to an existing Auto Scaling group. After the instance(s) is attached, it becomes a part of the Auto Scaling group. </p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-instance-asg.html\">Attach Amazon EC2 Instance(s) to Your Existing Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>.</p>"
19
+ "documentation":"<p> Attaches one or more Amazon EC2 instances to an existing Auto Scaling group. After the instance(s) is attached, it becomes a part of the Auto Scaling group. </p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-instance-asg.html\">Attach Amazon EC2 Instances to Your Existing Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>.</p>"
20
+ },
21
+ "CompleteLifecycleAction":{
22
+ "name":"CompleteLifecycleAction",
23
+ "http":{
24
+ "method":"POST",
25
+ "requestUri":"/"
26
+ },
27
+ "input":{"shape":"CompleteLifecycleActionType"},
28
+ "output":{
29
+ "shape":"CompleteLifecycleActionAnswer",
30
+ "documentation":"<p>The output of the <a>CompleteLifecycleAction</a>. </p>",
31
+ "resultWrapper":"CompleteLifecycleActionResult"
32
+ },
33
+ "documentation":"<p>Completes the lifecycle action for the associated token initiated under the given lifecycle hook with the specified result. </p> <p> This operation is a part of the basic sequence for adding a lifecycle hook to an Auto Scaling group: </p> <ol> <li> Create a notification target. A target can be either an Amazon SQS queue or an Amazon SNS topic. </li> <li> Create an IAM role. This role allows Auto Scaling to publish lifecycle notifications to the designated SQS queue or SNS topic. </li> <li> Create the lifecycle hook. You can create a hook that acts when instances launch or when instances terminate. </li> <li> If necessary, record the lifecycle action heartbeat to keep the instance in a pending state. </li> <li> <b>Complete the lifecycle action.</b> </li> </ol> <p>To learn more, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingPendingState.html\">Auto Scaling Pending State</a> and <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingTerminatingState.html\">Auto Scaling Terminating State</a>.</p>"
20
34
  },
21
35
  "CreateAutoScalingGroup":{
22
36
  "name":"CreateAutoScalingGroup",
@@ -178,6 +192,20 @@
178
192
  ],
179
193
  "documentation":"<p> Deletes the specified <a>LaunchConfiguration</a>. </p> <p> The specified launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use. </p>"
180
194
  },
195
+ "DeleteLifecycleHook":{
196
+ "name":"DeleteLifecycleHook",
197
+ "http":{
198
+ "method":"POST",
199
+ "requestUri":"/"
200
+ },
201
+ "input":{"shape":"DeleteLifecycleHookType"},
202
+ "output":{
203
+ "shape":"DeleteLifecycleHookAnswer",
204
+ "documentation":"<p>The output of the <a>DeleteLifecycleHook</a> action. </p>",
205
+ "resultWrapper":"DeleteLifecycleHookResult"
206
+ },
207
+ "documentation":"<p>Deletes the specified lifecycle hook. If there are any outstanding lifecycle actions, they are completed first (ABANDON for launching instances, CONTINUE for terminating instances).</p>"
208
+ },
181
209
  "DeleteNotificationConfiguration":{
182
210
  "name":"DeleteNotificationConfiguration",
183
211
  "http":{
@@ -349,6 +377,32 @@
349
377
  ],
350
378
  "documentation":"<p> Returns a full description of the launch configurations, or the specified launch configurations, if they exist. </p> <p> If no name is specified, then the full details of all launch configurations are returned. </p>"
351
379
  },
380
+ "DescribeLifecycleHookTypes":{
381
+ "name":"DescribeLifecycleHookTypes",
382
+ "http":{
383
+ "method":"POST",
384
+ "requestUri":"/"
385
+ },
386
+ "output":{
387
+ "shape":"DescribeLifecycleHookTypesAnswer",
388
+ "resultWrapper":"DescribeLifecycleHookTypesResult"
389
+ },
390
+ "documentation":"<p>Describes the available types of lifecycle hooks.</p>"
391
+ },
392
+ "DescribeLifecycleHooks":{
393
+ "name":"DescribeLifecycleHooks",
394
+ "http":{
395
+ "method":"POST",
396
+ "requestUri":"/"
397
+ },
398
+ "input":{"shape":"DescribeLifecycleHooksType"},
399
+ "output":{
400
+ "shape":"DescribeLifecycleHooksAnswer",
401
+ "documentation":"<p>The output of the <a>DescribeLifecycleHooks</a> action. </p>",
402
+ "resultWrapper":"DescribeLifecycleHooksResult"
403
+ },
404
+ "documentation":"<p> Describes the lifecycle hooks that currently belong to the specified Auto Scaling group. </p>"
405
+ },
352
406
  "DescribeMetricCollectionTypes":{
353
407
  "name":"DescribeMetricCollectionTypes",
354
408
  "http":{
@@ -524,6 +578,20 @@
524
578
  },
525
579
  "documentation":"<p> Returns a list of all termination policies supported by Auto Scaling. </p>"
526
580
  },
581
+ "DetachInstances":{
582
+ "name":"DetachInstances",
583
+ "http":{
584
+ "method":"POST",
585
+ "requestUri":"/"
586
+ },
587
+ "input":{"shape":"DetachInstancesQuery"},
588
+ "output":{
589
+ "shape":"DetachInstancesAnswer",
590
+ "documentation":"<p>The output of the <a>DetachInstances</a> action. </p>",
591
+ "resultWrapper":"DetachInstancesResult"
592
+ },
593
+ "documentation":"<p>Using <code>DetachInstances</code>, you can remove an instance from an Auto Scaling group. After the instances are detached, you can manage them independently from the rest of the Auto Scaling group.</p> <p>To learn more about detaching instances, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/detach-instance-asg.html\">Detach Amazon EC2 Instances From Your Auto Scaling Group</a>.</p>"
594
+ },
527
595
  "DisableMetricsCollection":{
528
596
  "name":"DisableMetricsCollection",
529
597
  "http":{
@@ -542,6 +610,20 @@
542
610
  "input":{"shape":"EnableMetricsCollectionQuery"},
543
611
  "documentation":"<p> Enables monitoring of group metrics for the Auto Scaling group specified in <code>AutoScalingGroupName</code>. You can specify the list of enabled metrics with the <code>Metrics</code> parameter. </p> <p> Auto Scaling metrics collection can be turned on only if the <code>InstanceMonitoring</code> flag, in the Auto Scaling group's launch configuration, is set to <code>True</code>. </p>"
544
612
  },
613
+ "EnterStandby":{
614
+ "name":"EnterStandby",
615
+ "http":{
616
+ "method":"POST",
617
+ "requestUri":"/"
618
+ },
619
+ "input":{"shape":"EnterStandbyQuery"},
620
+ "output":{
621
+ "shape":"EnterStandbyAnswer",
622
+ "documentation":"<p>The output of the <a>EnterStandby</a> action. </p>",
623
+ "resultWrapper":"EnterStandbyResult"
624
+ },
625
+ "documentation":"<p> Move instances in an Auto Scaling group into a Standby mode. </p> <p>To learn more about how to put instances into a Standby mode, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingInServiceState.html\">Auto Scaling InService State</a>.</p>"
626
+ },
545
627
  "ExecutePolicy":{
546
628
  "name":"ExecutePolicy",
547
629
  "http":{
@@ -563,6 +645,46 @@
563
645
  ],
564
646
  "documentation":"<p>Executes the specified policy. </p>"
565
647
  },
648
+ "ExitStandby":{
649
+ "name":"ExitStandby",
650
+ "http":{
651
+ "method":"POST",
652
+ "requestUri":"/"
653
+ },
654
+ "input":{"shape":"ExitStandbyQuery"},
655
+ "output":{
656
+ "shape":"ExitStandbyAnswer",
657
+ "documentation":"<p>The output of the <a>ExitStandby</a> action. </p>",
658
+ "resultWrapper":"ExitStandbyResult"
659
+ },
660
+ "documentation":"<p> Move an instance out of Standby mode. </p> <p>To learn more about how to put instances that are in a Standby mode back into service, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingInServiceState.html\">Auto Scaling InService State</a>.</p>"
661
+ },
662
+ "PutLifecycleHook":{
663
+ "name":"PutLifecycleHook",
664
+ "http":{
665
+ "method":"POST",
666
+ "requestUri":"/"
667
+ },
668
+ "input":{"shape":"PutLifecycleHookType"},
669
+ "output":{
670
+ "shape":"PutLifecycleHookAnswer",
671
+ "documentation":"<p>The output of the <a>PutLifecycleHook</a> action. </p>",
672
+ "resultWrapper":"PutLifecycleHookResult"
673
+ },
674
+ "errors":[
675
+ {
676
+ "shape":"LimitExceededFault",
677
+ "error":{
678
+ "code":"LimitExceeded",
679
+ "httpStatusCode":400,
680
+ "senderFault":true
681
+ },
682
+ "exception":true,
683
+ "documentation":"<p> The quota for capacity groups or launch configurations for this customer has already been reached. </p>"
684
+ }
685
+ ],
686
+ "documentation":"<p>Creates or updates a lifecycle hook for an Auto Scaling Group.</p> <p>A lifecycle hook tells Auto Scaling that you want to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates.</p> <p> This operation is a part of the basic sequence for adding a lifecycle hook to an Auto Scaling group: </p> <ol> <li> Create a notification target. A target can be either an Amazon SQS queue or an Amazon SNS topic. </li> <li> Create an IAM role. This role allows Auto Scaling to publish lifecycle notifications to the designated SQS queue or SNS topic. </li> <li> <b>Create the lifecycle hook. You can create a hook that acts when instances launch or when instances terminate.</b> </li> <li> If necessary, record the lifecycle action heartbeat to keep the instance in a pending state. </li> <li> Complete the lifecycle action. </li> </ol> <p>To learn more, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingPendingState.html\">Auto Scaling Pending State</a> and <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingTerminatingState.html\">Auto Scaling Terminating State</a>.</p>"
687
+ },
566
688
  "PutNotificationConfiguration":{
567
689
  "name":"PutNotificationConfiguration",
568
690
  "http":{
@@ -639,7 +761,21 @@
639
761
  "documentation":"<p> The quota for capacity groups or launch configurations for this customer has already been reached. </p>"
640
762
  }
641
763
  ],
642
- "documentation":"<p> Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged in the affected Auto Scaling group. </p> <p>For information on creating or updating a scheduled action for your Auto Scaling group, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/schedule_time.html\">Scale Based on a Schedule</a>.</p> </examples>"
764
+ "documentation":"<p> Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged in the affected Auto Scaling group. </p> <p>For information on creating or updating a scheduled action for your Auto Scaling group, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/schedule_time.html\">Scale Based on a Schedule</a>.</p>"
765
+ },
766
+ "RecordLifecycleActionHeartbeat":{
767
+ "name":"RecordLifecycleActionHeartbeat",
768
+ "http":{
769
+ "method":"POST",
770
+ "requestUri":"/"
771
+ },
772
+ "input":{"shape":"RecordLifecycleActionHeartbeatType"},
773
+ "output":{
774
+ "shape":"RecordLifecycleActionHeartbeatAnswer",
775
+ "documentation":"<p>The output of the <a>RecordLifecycleActionHeartbeat</a> action. </p>",
776
+ "resultWrapper":"RecordLifecycleActionHeartbeatResult"
777
+ },
778
+ "documentation":"<p> Records a heartbeat for the lifecycle action associated with a specific token. This extends the timeout by the length of time defined by the <code>HeartbeatTimeout</code> parameter of the <a>PutLifecycleHook</a> operation. </p> <p> This operation is a part of the basic sequence for adding a lifecycle hook to an Auto Scaling group: </p> <ol> <li> Create a notification target. A target can be either an Amazon SQS queue or an Amazon SNS topic. </li> <li> Create an IAM role. This role allows Auto Scaling to publish lifecycle notifications to the designated SQS queue or SNS topic. </li> <li> Create the lifecycle hook. You can create a hook that acts when instances launch or when instances terminate. </li> <li> <b>If necessary, record the lifecycle action heartbeat to keep the instance in a pending state.</b> </li> <li> Complete the lifecycle action. </li> </ol> <p>To learn more, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingPendingState.html\">Auto Scaling Pending State</a> and <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingTerminatingState.html\">Auto Scaling Terminating State</a>.</p>"
643
779
  },
644
780
  "ResumeProcesses":{
645
781
  "name":"ResumeProcesses",
@@ -743,7 +879,7 @@
743
879
  "documentation":"<p> You cannot delete an Auto Scaling group while there are scaling activities in progress for that group. </p>"
744
880
  }
745
881
  ],
746
- "documentation":"<p> Updates the configuration for the specified <a>AutoScalingGroup</a>. </p> <p> The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren't affected. </p> </examples>"
882
+ "documentation":"<p> Updates the configuration for the specified <a>AutoScalingGroup</a>. </p> <p> The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren't affected. </p>"
747
883
  }
748
884
  },
749
885
  "shapes":{
@@ -881,6 +1017,12 @@
881
1017
  "exception":true,
882
1018
  "documentation":"<p> The named Auto Scaling group or launch configuration already exists. </p>"
883
1019
  },
1020
+ "AsciiStringMaxLen255":{
1021
+ "type":"string",
1022
+ "min":1,
1023
+ "max":255,
1024
+ "pattern":"[A-Za-z0-9\\-_\\/]+"
1025
+ },
884
1026
  "AssociatePublicIpAddress":{"type":"boolean"},
885
1027
  "AttachInstancesQuery":{
886
1028
  "type":"structure",
@@ -1145,6 +1287,39 @@
1145
1287
  "type":"list",
1146
1288
  "member":{"shape":"BlockDeviceMapping"}
1147
1289
  },
1290
+ "CompleteLifecycleActionAnswer":{
1291
+ "type":"structure",
1292
+ "members":{
1293
+ },
1294
+ "documentation":"<p>The output of the <a>CompleteLifecycleAction</a>. </p>"
1295
+ },
1296
+ "CompleteLifecycleActionType":{
1297
+ "type":"structure",
1298
+ "required":[
1299
+ "LifecycleHookName",
1300
+ "AutoScalingGroupName",
1301
+ "LifecycleActionToken",
1302
+ "LifecycleActionResult"
1303
+ ],
1304
+ "members":{
1305
+ "LifecycleHookName":{
1306
+ "shape":"AsciiStringMaxLen255",
1307
+ "documentation":"<p>The name of the lifecycle hook.</p>"
1308
+ },
1309
+ "AutoScalingGroupName":{
1310
+ "shape":"ResourceName",
1311
+ "documentation":"<p>The name of the Auto Scaling group to which the lifecycle hook belongs.</p>"
1312
+ },
1313
+ "LifecycleActionToken":{
1314
+ "shape":"LifecycleActionToken",
1315
+ "documentation":"<p>A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.</p>"
1316
+ },
1317
+ "LifecycleActionResult":{
1318
+ "shape":"LifecycleActionResult",
1319
+ "documentation":"<p>The action the Auto Scaling group should take. The value for this parameter can be either <code>CONTINUE</code> or <code>ABANDON</code>.</p>"
1320
+ }
1321
+ }
1322
+ },
1148
1323
  "Cooldown":{"type":"integer"},
1149
1324
  "CreateAutoScalingGroupType":{
1150
1325
  "type":"structure",
@@ -1188,7 +1363,7 @@
1188
1363
  },
1189
1364
  "LoadBalancerNames":{
1190
1365
  "shape":"LoadBalancerNames",
1191
- "documentation":"<p> A list of existing Elastic Load Balancing load balancers to use. The load balancers must be associated with the AWS account. </p> <p>For information on using load balancers, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html\">Use Load Balancer to Load Balance Your Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>.</p>"
1366
+ "documentation":"<p> A list of existing Elastic Load Balancing load balancers to use. The load balancers must be associated with the AWS account. </p> <p>For information on using load balancers, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html\">Load Balance Your Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>.</p>"
1192
1367
  },
1193
1368
  "HealthCheckType":{
1194
1369
  "shape":"XmlStringMaxLen32",
@@ -1196,7 +1371,7 @@
1196
1371
  },
1197
1372
  "HealthCheckGracePeriod":{
1198
1373
  "shape":"HealthCheckGracePeriod",
1199
- "documentation":"<p>Length of time in seconds after a new Amazon EC2 instance comes into service that Auto Scaling starts checking its health. During this time any health check failure for the that instance is ignored.</p> <p>This is required if you are adding <code>ELB</code> health check. Frequently, new instances need to warm up, briefly, before they can pass a health check. To provide ample warm-up time, set the health check grace period of the group to match the expected startup period of your application.</p>"
1374
+ "documentation":"<p>Length of time in seconds after a new Amazon EC2 instance comes into service that Auto Scaling starts checking its health. During this time any health check failure for the that instance is ignored.</p> <p>This is required if you are adding <code>ELB</code> health check. Frequently, new instances need to warm up, briefly, before they can pass a health check. To provide ample warm-up time, set the health check grace period of the group to match the expected startup period of your application.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-add-elb-healthcheck.html#as-add-elb-healthcheck-api\">Add an Elastic Load Balancing Health Check</a>.</p>"
1200
1375
  },
1201
1376
  "PlacementGroup":{
1202
1377
  "shape":"XmlStringMaxLen255",
@@ -1204,7 +1379,7 @@
1204
1379
  },
1205
1380
  "VPCZoneIdentifier":{
1206
1381
  "shape":"XmlStringMaxLen255",
1207
- "documentation":"<p>A comma-separated list of subnet identifiers of Amazon Virtual Private Clouds (Amazon VPCs).</p> <p>If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified. </p> <p>For information on launching your Auto Scaling group into Amazon VPC subnets, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/autoscalingsubnets.html\">Launch Auto Scaling Instances into Amazon VPC</a> in the <i>Auto Scaling Developer Guide</i> .</p>"
1382
+ "documentation":"<p>A comma-separated list of subnet identifiers of Amazon Virtual Private Clouds (Amazon VPCs).</p> <p>If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified. </p> <p>For information on launching your Auto Scaling group into Amazon VPC subnets, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/autoscalingsubnets.html\">Auto Scaling in Amazon Virtual Private Cloud</a> in the <i>Auto Scaling Developer Guide</i> .</p>"
1208
1383
  },
1209
1384
  "TerminationPolicies":{
1210
1385
  "shape":"TerminationPolicies",
@@ -1279,11 +1454,11 @@
1279
1454
  },
1280
1455
  "AssociatePublicIpAddress":{
1281
1456
  "shape":"AssociatePublicIpAddress",
1282
- "documentation":"<p>Used for Auto Scaling groups that launch instances into an Amazon Virtual Private Cloud (Amazon VPC). Specifies whether to assign a public IP address to each instance launched in a Amazon VPC.</p> <p>Default: If the instance is launched into a default subnet in a default VPC, the default is <code>true</code>. If the instance is launched into a nondefault subnet in a VPC, the default is <code>false</code>. For information about the platforms supported by Auto Scaling, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_BasicSetup.html\">Get Started with Auto Scaling Using the Command Line Interface</a>.</p>"
1457
+ "documentation":"<p>Used for Auto Scaling groups that launch instances into an Amazon Virtual Private Cloud (Amazon VPC). Specifies whether to assign a public IP address to each instance launched in a Amazon VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/autoscalingsubnets.html\">Auto Scaling in Amazon Virtual Private Cloud</a>.</p> <p>Default: If the instance is launched into a default subnet in a default VPC, the default is <code>true</code>. If the instance is launched into a nondefault subnet in a VPC, the default is <code>false</code>. For information about default VPC and VPC platforms, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide//as-supported-platforms.html\">Supported Platforms</a>.</p>"
1283
1458
  },
1284
1459
  "PlacementTenancy":{
1285
1460
  "shape":"XmlStringMaxLen64",
1286
- "documentation":"<p>The tenancy of the instance. An instance with a tenancy of <code>dedicated</code> runs on single-tenant hardware and can only be launched into a VPC.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/autoscalingsubnets.html\">Auto Scaling in Amazon Virtual Private Cloud</a> in the <i>Auto Scaling Developer Guide</i>. </p> <p>Valid values: <code>default</code> | <code>dedicated</code></p>"
1461
+ "documentation":"<p>The tenancy of the instance. An instance with a tenancy of <code>dedicated</code> runs on single-tenant hardware and can only be launched in a VPC.</p> <p>You must set the value of this parameter to <code>dedicated</code> if want to launch Dedicated Instances in a shared tenancy VPC (VPC with instance placement tenancy attribute set to <code>default</code>).</p> <p>If you specify a value for this parameter, be sure to specify at least one VPC subnet using the <i>VPCZoneIdentifier</i> parameter when you create your Auto Scaling group. </p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/autoscalingsubnets.html\">Auto Scaling in Amazon Virtual Private Cloud</a> in the <i>Auto Scaling Developer Guide</i>. </p> <p>Valid values: <code>default</code> | <code>dedicated</code></p>"
1287
1462
  }
1288
1463
  },
1289
1464
  "documentation":"<p> </p>"
@@ -1309,11 +1484,34 @@
1309
1484
  },
1310
1485
  "ForceDelete":{
1311
1486
  "shape":"ForceDelete",
1312
- "documentation":"<p>Starting with API version 2011-01-01, specifies that the Auto Scaling group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. </p>"
1487
+ "documentation":"<p>Starting with API version 2011-01-01, specifies that the Auto Scaling group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group. </p>"
1313
1488
  }
1314
1489
  },
1315
1490
  "documentation":"<p> </p>"
1316
1491
  },
1492
+ "DeleteLifecycleHookAnswer":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ },
1496
+ "documentation":"<p>The output of the <a>DeleteLifecycleHook</a> action. </p>"
1497
+ },
1498
+ "DeleteLifecycleHookType":{
1499
+ "type":"structure",
1500
+ "required":[
1501
+ "LifecycleHookName",
1502
+ "AutoScalingGroupName"
1503
+ ],
1504
+ "members":{
1505
+ "LifecycleHookName":{
1506
+ "shape":"AsciiStringMaxLen255",
1507
+ "documentation":"<p>The name of the lifecycle hook.</p>"
1508
+ },
1509
+ "AutoScalingGroupName":{
1510
+ "shape":"ResourceName",
1511
+ "documentation":"<p>The name of the Auto Scaling group to which the lifecycle hook belongs.</p>"
1512
+ }
1513
+ }
1514
+ },
1317
1515
  "DeleteNotificationConfigurationType":{
1318
1516
  "type":"structure",
1319
1517
  "required":[
@@ -1424,12 +1622,45 @@
1424
1622
  },
1425
1623
  "documentation":"<p>The <code>AutoScalingNotificationTypes</code> data type.</p>"
1426
1624
  },
1625
+ "DescribeLifecycleHookTypesAnswer":{
1626
+ "type":"structure",
1627
+ "members":{
1628
+ "LifecycleHookTypes":{
1629
+ "shape":"AutoScalingNotificationTypes",
1630
+ "documentation":"<p>Returns a list of all notification types supported by Auto Scaling. They are:</p> <ul> <li><p><code>autoscaling:EC2_INSTANCE_LAUNCHING</code></p></li> <li><p><code>autoscaling:EC2_INSTANCE_TERMINATING</code></p></li> </ul>"
1631
+ }
1632
+ }
1633
+ },
1634
+ "DescribeLifecycleHooksAnswer":{
1635
+ "type":"structure",
1636
+ "members":{
1637
+ "LifecycleHooks":{
1638
+ "shape":"LifecycleHooks",
1639
+ "documentation":"<p> A list describing the lifecycle hooks that belong to the specified Auto Scaling group. </p>"
1640
+ }
1641
+ },
1642
+ "documentation":"<p>The output of the <a>DescribeLifecycleHooks</a> action. </p>"
1643
+ },
1644
+ "DescribeLifecycleHooksType":{
1645
+ "type":"structure",
1646
+ "required":["AutoScalingGroupName"],
1647
+ "members":{
1648
+ "AutoScalingGroupName":{
1649
+ "shape":"ResourceName",
1650
+ "documentation":"<p>The name of one or more Auto Scaling groups.</p>"
1651
+ },
1652
+ "LifecycleHookNames":{
1653
+ "shape":"LifecycleHookNames",
1654
+ "documentation":"<p>The name of one or more lifecycle hooks.</p>"
1655
+ }
1656
+ }
1657
+ },
1427
1658
  "DescribeMetricCollectionTypesAnswer":{
1428
1659
  "type":"structure",
1429
1660
  "members":{
1430
1661
  "Metrics":{
1431
1662
  "shape":"MetricCollectionTypes",
1432
- "documentation":"<p>The list of Metrics collected. The following metrics are supported: </p> <ul> <li><p>GroupMinSize</p></li> <li><p>GroupMaxSize</p></li> <li><p>GroupDesiredCapacity</p></li> <li><p>GroupInServiceInstances</p></li> <li><p>GroupPendingInstances</p></li> <li><p>GroupTerminatingInstances</p></li> <li><p>GroupTotalInstances</p></li> </ul>"
1663
+ "documentation":"<p>The list of Metrics collected. The following metrics are supported: </p> <ul> <li><p>GroupMinSize</p></li> <li><p>GroupMaxSize</p></li> <li><p>GroupDesiredCapacity</p></li> <li><p>GroupInServiceInstances</p></li> <li><p>GroupPendingInstances</p></li> <li><p>GroupStandbyInstances</p></li> <li><p>GroupTerminatingInstances</p></li> <li><p>GroupTotalInstances</p></li> </ul>"
1433
1664
  },
1434
1665
  "Granularities":{
1435
1666
  "shape":"MetricGranularityTypes",
@@ -1570,6 +1801,37 @@
1570
1801
  },
1571
1802
  "documentation":"<p>The <code>TerminationPolicyTypes</code> data type.</p>"
1572
1803
  },
1804
+ "DetachInstancesAnswer":{
1805
+ "type":"structure",
1806
+ "members":{
1807
+ "Activities":{
1808
+ "shape":"Activities",
1809
+ "documentation":"<p> A list describing the activities related to detaching the instances from the Auto Scaling group. </p>"
1810
+ }
1811
+ },
1812
+ "documentation":"<p>The output of the <a>DetachInstances</a> action. </p>"
1813
+ },
1814
+ "DetachInstancesQuery":{
1815
+ "type":"structure",
1816
+ "required":[
1817
+ "AutoScalingGroupName",
1818
+ "ShouldDecrementDesiredCapacity"
1819
+ ],
1820
+ "members":{
1821
+ "InstanceIds":{
1822
+ "shape":"InstanceIds",
1823
+ "documentation":"<p> A list of instances to detach from the Auto Scaling group. You must specify at least one instance ID. </p>"
1824
+ },
1825
+ "AutoScalingGroupName":{
1826
+ "shape":"ResourceName",
1827
+ "documentation":"<p> The name of the Auto Scaling group from which to detach instances. </p>"
1828
+ },
1829
+ "ShouldDecrementDesiredCapacity":{
1830
+ "shape":"ShouldDecrementDesiredCapacity",
1831
+ "documentation":"<p> Specifies if the detached instance should decrement the desired capacity value for the Auto Scaling group. If set to <code>True</code>, the Auto Scaling group decrements the desired capacity value by the number of instances detached. </p>"
1832
+ }
1833
+ }
1834
+ },
1573
1835
  "DisableMetricsCollectionQuery":{
1574
1836
  "type":"structure",
1575
1837
  "required":["AutoScalingGroupName"],
@@ -1580,7 +1842,7 @@
1580
1842
  },
1581
1843
  "Metrics":{
1582
1844
  "shape":"Metrics",
1583
- "documentation":"<p> The list of metrics to disable. If no metrics are specified, all metrics are disabled. The following metrics are supported: </p> <ul> <li><p>GroupMinSize</p></li> <li><p>GroupMaxSize</p></li> <li><p>GroupDesiredCapacity</p></li> <li><p>GroupInServiceInstances</p></li> <li><p>GroupPendingInstances</p></li> <li><p>GroupTerminatingInstances</p></li> <li><p>GroupTotalInstances</p></li> </ul>"
1845
+ "documentation":"<p> The list of metrics to disable. If no metrics are specified, all metrics are disabled. The following metrics are supported: </p> <ul> <li><p>GroupMinSize</p></li> <li><p>GroupMaxSize</p></li> <li><p>GroupDesiredCapacity</p></li> <li><p>GroupInServiceInstances</p></li> <li><p>GroupPendingInstances</p></li> <li><p>GroupStandbyInstances</p></li> <li><p>GroupTerminatingInstances</p></li> <li><p>GroupTotalInstances</p></li> </ul>"
1584
1846
  }
1585
1847
  }
1586
1848
  },
@@ -1624,7 +1886,7 @@
1624
1886
  },
1625
1887
  "Metrics":{
1626
1888
  "shape":"Metrics",
1627
- "documentation":"<p> The list of metrics to collect. If no metrics are specified, all metrics are enabled. The following metrics are supported: </p> <ul> <li><p>GroupMinSize</p></li> <li><p>GroupMaxSize</p></li> <li><p>GroupDesiredCapacity</p></li> <li><p>GroupInServiceInstances</p></li> <li><p>GroupPendingInstances</p></li> <li><p>GroupTerminatingInstances</p></li> <li><p>GroupTotalInstances</p></li> </ul>"
1889
+ "documentation":"<p> The list of metrics to collect. If no metrics are specified, all metrics are enabled. The following metrics are supported: </p> <ul> <li><p>GroupMinSize</p></li> <li><p>GroupMaxSize</p></li> <li><p>GroupDesiredCapacity</p></li> <li><p>GroupInServiceInstances</p></li> <li><p>GroupPendingInstances</p></li> <li><p>GroupStandbyInstances</p></li> <li><p>GroupTerminatingInstances</p></li> <li><p>GroupTotalInstances</p></li> </ul>"
1628
1890
  },
1629
1891
  "Granularity":{
1630
1892
  "shape":"XmlStringMaxLen255",
@@ -1650,6 +1912,37 @@
1650
1912
  "type":"list",
1651
1913
  "member":{"shape":"EnabledMetric"}
1652
1914
  },
1915
+ "EnterStandbyAnswer":{
1916
+ "type":"structure",
1917
+ "members":{
1918
+ "Activities":{
1919
+ "shape":"Activities",
1920
+ "documentation":"<p> A list describing the activities related to moving instances into Standby mode. </p>"
1921
+ }
1922
+ },
1923
+ "documentation":"<p>The output of the <a>EnterStandby</a> action. </p>"
1924
+ },
1925
+ "EnterStandbyQuery":{
1926
+ "type":"structure",
1927
+ "required":[
1928
+ "AutoScalingGroupName",
1929
+ "ShouldDecrementDesiredCapacity"
1930
+ ],
1931
+ "members":{
1932
+ "InstanceIds":{
1933
+ "shape":"InstanceIds",
1934
+ "documentation":"<p> The instances to move into Standby mode. You must specify at least one instance ID. </p>"
1935
+ },
1936
+ "AutoScalingGroupName":{
1937
+ "shape":"ResourceName",
1938
+ "documentation":"<p> The name of the Auto Scaling group from which to move instances into Standby mode. </p>"
1939
+ },
1940
+ "ShouldDecrementDesiredCapacity":{
1941
+ "shape":"ShouldDecrementDesiredCapacity",
1942
+ "documentation":"<p> Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode. </p>"
1943
+ }
1944
+ }
1945
+ },
1653
1946
  "ExecutePolicyType":{
1654
1947
  "type":"structure",
1655
1948
  "required":["PolicyName"],
@@ -1668,6 +1961,30 @@
1668
1961
  }
1669
1962
  }
1670
1963
  },
1964
+ "ExitStandbyAnswer":{
1965
+ "type":"structure",
1966
+ "members":{
1967
+ "Activities":{
1968
+ "shape":"Activities",
1969
+ "documentation":"<p>A list describing the activities related to moving instances out of Standby mode.</p>"
1970
+ }
1971
+ },
1972
+ "documentation":"<p>The output of the <a>ExitStandby</a> action. </p>"
1973
+ },
1974
+ "ExitStandbyQuery":{
1975
+ "type":"structure",
1976
+ "required":["AutoScalingGroupName"],
1977
+ "members":{
1978
+ "InstanceIds":{
1979
+ "shape":"InstanceIds",
1980
+ "documentation":"<p> A list of instances to move out of Standby mode. You must specify at least one instance ID. </p>"
1981
+ },
1982
+ "AutoScalingGroupName":{
1983
+ "shape":"ResourceName",
1984
+ "documentation":"<p> The name of the Auto Scaling group from which to move instances out of Standby mode. </p>"
1985
+ }
1986
+ }
1987
+ },
1671
1988
  "Filter":{
1672
1989
  "type":"structure",
1673
1990
  "members":{
@@ -1687,7 +2004,9 @@
1687
2004
  "member":{"shape":"Filter"}
1688
2005
  },
1689
2006
  "ForceDelete":{"type":"boolean"},
2007
+ "GlobalTimeout":{"type":"integer"},
1690
2008
  "HealthCheckGracePeriod":{"type":"integer"},
2009
+ "HeartbeatTimeout":{"type":"integer"},
1691
2010
  "HonorCooldown":{"type":"boolean"},
1692
2011
  "Instance":{
1693
2012
  "type":"structure",
@@ -1888,16 +2207,81 @@
1888
2207
  },
1889
2208
  "documentation":"<p> The <code>LaunchConfigurationsType</code> data type. </p>"
1890
2209
  },
2210
+ "LifecycleActionResult":{"type":"string"},
2211
+ "LifecycleActionToken":{
2212
+ "type":"string",
2213
+ "min":36,
2214
+ "max":36
2215
+ },
2216
+ "LifecycleHook":{
2217
+ "type":"structure",
2218
+ "members":{
2219
+ "LifecycleHookName":{
2220
+ "shape":"AsciiStringMaxLen255",
2221
+ "documentation":"<p> The name of the lifecycle action hook. </p>"
2222
+ },
2223
+ "AutoScalingGroupName":{
2224
+ "shape":"ResourceName",
2225
+ "documentation":"<p> The name of the Auto Scaling group to which the lifecycle action belongs. </p>"
2226
+ },
2227
+ "LifecycleTransition":{
2228
+ "shape":"LifecycleTransition",
2229
+ "documentation":"<p>The Amazon EC2 instance state to which you want to attach the lifecycle hook. See <a>DescribeLifecycleHooks</a> for a list of available lifecycle hook types.</p>"
2230
+ },
2231
+ "NotificationTargetARN":{
2232
+ "shape":"ResourceName",
2233
+ "documentation":"<p>The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target will include:</p> <ul> <li>Lifecycle action token</li> <li>User account ID</li> <li>Name of the Auto Scaling group</li> <li>Lifecycle hook name</li> <li>EC2 instance ID</li> <li>Lifecycle transition</li> <li>Notification metadata</li> </ul>"
2234
+ },
2235
+ "RoleARN":{
2236
+ "shape":"ResourceName",
2237
+ "documentation":"<p>The ARN of the Amazon IAM role that allows the Auto Scaling group to publish to the specified notification target.</p>"
2238
+ },
2239
+ "NotificationMetadata":{
2240
+ "shape":"XmlStringMaxLen1023",
2241
+ "documentation":"<p>Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.</p>"
2242
+ },
2243
+ "HeartbeatTimeout":{
2244
+ "shape":"HeartbeatTimeout",
2245
+ "documentation":"<p>Defines the amount of time that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action defined in the <code>DefaultResult</code> parameter. You can prevent the lifecycle hook from timing out by calling <a>RecordLifecycleActionHeartbeat</a>.</p>"
2246
+ },
2247
+ "GlobalTimeout":{
2248
+ "shape":"GlobalTimeout",
2249
+ "documentation":"<p>The maximum length of time an instance can remain in a <code>Pending:Wait</code> or <code>Terminating:Wait</code> state. Currently, this value is set at 48 hours.</p>"
2250
+ },
2251
+ "DefaultResult":{
2252
+ "shape":"LifecycleActionResult",
2253
+ "documentation":"<p>Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The value for this parameter can be either <code>CONTINUE</code> or <code>ABANDON</code>. The default value for this parameter is <code>CONTINUE</code>.</p>"
2254
+ }
2255
+ },
2256
+ "documentation":"<p> A lifecycle hook tells Auto Scaling that you want to perform an action when an instance launches or terminates. When you have a lifecycle hook in place, the Auto Scaling group will either: </p> <ul> <li> Pause the instance after it launches, but before it is put into service </li> <li> Pause the instance as it terminates, but before it is fully terminated </li> </ul> <p>To learn more, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingPendingState.html\">Auto Scaling Pending State</a> and <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingTerminatingState.html\">Auto Scaling Terminating State</a>.</p>"
2257
+ },
2258
+ "LifecycleHookNames":{
2259
+ "type":"list",
2260
+ "member":{"shape":"AsciiStringMaxLen255"}
2261
+ },
2262
+ "LifecycleHooks":{
2263
+ "type":"list",
2264
+ "member":{"shape":"LifecycleHook"}
2265
+ },
1891
2266
  "LifecycleState":{
1892
2267
  "type":"string",
1893
2268
  "enum":[
1894
2269
  "Pending",
2270
+ "Pending:Wait",
2271
+ "Pending:Proceed",
1895
2272
  "Quarantined",
1896
2273
  "InService",
1897
2274
  "Terminating",
1898
- "Terminated"
2275
+ "Terminating:Wait",
2276
+ "Terminating:Proceed",
2277
+ "Terminated",
2278
+ "Detaching",
2279
+ "Detached",
2280
+ "EnteringStandby",
2281
+ "Standby"
1899
2282
  ]
1900
2283
  },
2284
+ "LifecycleTransition":{"type":"string"},
1901
2285
  "LimitExceededFault":{
1902
2286
  "type":"structure",
1903
2287
  "members":{
@@ -2035,6 +2419,53 @@
2035
2419
  },
2036
2420
  "Progress":{"type":"integer"},
2037
2421
  "PropagateAtLaunch":{"type":"boolean"},
2422
+ "PutLifecycleHookAnswer":{
2423
+ "type":"structure",
2424
+ "members":{
2425
+ },
2426
+ "documentation":"<p>The output of the <a>PutLifecycleHook</a> action. </p>"
2427
+ },
2428
+ "PutLifecycleHookType":{
2429
+ "type":"structure",
2430
+ "required":[
2431
+ "LifecycleHookName",
2432
+ "AutoScalingGroupName"
2433
+ ],
2434
+ "members":{
2435
+ "LifecycleHookName":{
2436
+ "shape":"AsciiStringMaxLen255",
2437
+ "documentation":"<p>The name of the lifecycle hook.</p>"
2438
+ },
2439
+ "AutoScalingGroupName":{
2440
+ "shape":"ResourceName",
2441
+ "documentation":"<p>The name of the Auto Scaling group to which you want to assign the lifecycle hook.</p>"
2442
+ },
2443
+ "LifecycleTransition":{
2444
+ "shape":"LifecycleTransition",
2445
+ "documentation":"<p>The Amazon EC2 instance state to which you want to attach the lifecycle hook. See <a>DescribeLifecycleHookTypes</a> for a list of available lifecycle hook types.</p>"
2446
+ },
2447
+ "RoleARN":{
2448
+ "shape":"ResourceName",
2449
+ "documentation":"<p>The ARN of the Amazon IAM role that allows the Auto Scaling group to publish to the specified notification target.</p>"
2450
+ },
2451
+ "NotificationTargetARN":{
2452
+ "shape":"ResourceName",
2453
+ "documentation":"<p>The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. </p> <p>The notification message sent to the target will include:</p> <ul> <li> <b>LifecycleActionToken</b>. The Lifecycle action token.</li> <li> <b>AccountId</b>. The user account ID.</li> <li> <b>AutoScalingGroupName</b>. The name of the Auto Scaling group.</li> <li> <b>LifecycleHookName</b>. The lifecycle hook name.</li> <li> <b>EC2InstanceId</b>. The EC2 instance ID.</li> <li> <b>LifecycleTransition</b>. The lifecycle transition.</li> <li> <b>NotificationMetadata</b>. The notification metadata.</li> </ul> <p>This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.</p> <p>When you call this operation, a test message is sent to the notification target. This test message contains an additional key/value pair: <code>Event:autoscaling:TEST_NOTIFICATION</code>.</p>"
2454
+ },
2455
+ "NotificationMetadata":{
2456
+ "shape":"XmlStringMaxLen1023",
2457
+ "documentation":"<p>Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.</p>"
2458
+ },
2459
+ "HeartbeatTimeout":{
2460
+ "shape":"HeartbeatTimeout",
2461
+ "documentation":"<p>Defines the amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action defined in the <code>DefaultResult</code> parameter. You can prevent the lifecycle hook from timing out by calling <a>RecordLifecycleActionHeartbeat</a>. The default value for this parameter is 3600 seconds (1 hour).</p>"
2462
+ },
2463
+ "DefaultResult":{
2464
+ "shape":"LifecycleActionResult",
2465
+ "documentation":"<p>Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The value for this parameter can be either <code>CONTINUE</code> or <code>ABANDON</code>. The default value for this parameter is <code>ABANDON</code>.</p>"
2466
+ }
2467
+ }
2468
+ },
2038
2469
  "PutNotificationConfigurationType":{
2039
2470
  "type":"structure",
2040
2471
  "required":[
@@ -2137,6 +2568,34 @@
2137
2568
  }
2138
2569
  }
2139
2570
  },
2571
+ "RecordLifecycleActionHeartbeatAnswer":{
2572
+ "type":"structure",
2573
+ "members":{
2574
+ },
2575
+ "documentation":"<p>The output of the <a>RecordLifecycleActionHeartbeat</a> action. </p>"
2576
+ },
2577
+ "RecordLifecycleActionHeartbeatType":{
2578
+ "type":"structure",
2579
+ "required":[
2580
+ "LifecycleHookName",
2581
+ "AutoScalingGroupName",
2582
+ "LifecycleActionToken"
2583
+ ],
2584
+ "members":{
2585
+ "LifecycleHookName":{
2586
+ "shape":"AsciiStringMaxLen255",
2587
+ "documentation":"<p>The name of the lifecycle hook.</p>"
2588
+ },
2589
+ "AutoScalingGroupName":{
2590
+ "shape":"ResourceName",
2591
+ "documentation":"<p>The name of the Auto Scaling group to which the hook belongs.</p>"
2592
+ },
2593
+ "LifecycleActionToken":{
2594
+ "shape":"LifecycleActionToken",
2595
+ "documentation":"<p>A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.</p>"
2596
+ }
2597
+ }
2598
+ },
2140
2599
  "ResourceInUseFault":{
2141
2600
  "type":"structure",
2142
2601
  "members":{
@@ -2183,6 +2642,8 @@
2183
2642
  "WaitingForInstanceId",
2184
2643
  "PreInService",
2185
2644
  "InProgress",
2645
+ "WaitingForELBConnectionDraining",
2646
+ "MidLifecycleAction",
2186
2647
  "Successful",
2187
2648
  "Failed",
2188
2649
  "Cancelled"