aws-sdk-core 2.0.0.rc3 → 2.0.0.rc4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7df9b2a2c73420992cf5f73ba37864dbfc3b6233
4
- data.tar.gz: 16aed70aca632922cb7151b080d751686b747922
3
+ metadata.gz: 7d4a1801f50ea5ceec24bf46c2fd56ac1a7ea9b6
4
+ data.tar.gz: dfe6b29f6183fbbd61aa3da9254aa8afee13061a
5
5
  SHA512:
6
- metadata.gz: 6a252a02bc47d9eb9f11eee62edcf7b0a8ad1c3a8b0643c73ea29f31c07abb610c85375c70001a95609e8f1be49aedd515668fca183a978d1c3c4a7d0ea45859
7
- data.tar.gz: 5f86e61753847b439a7466785e0b04cec600e47dcf1fc20a138a655da420b44c2f0a279e9d22f0d13e4a8fda53cd7fda2da627783e61f3a715c688a68f3c01c9
6
+ metadata.gz: 67281eab8be4caf0469a6eb4234dc7c5202b923085b9faf38c16bf7ae7c896cc9ee1740bd119ce5e29914d2b5f08afe3114ecbf5094fa54f84e46692fa660104
7
+ data.tar.gz: 4385fddd0f99ae3ac53f89222ab91030a063dab2f992b5fc5f61f46949e7aa7cac3a844b74acf3adf360edc3e1a89562181656a5d091063e61b1b2df708e139b
@@ -31,6 +31,28 @@
31
31
  "Aws::Plugins::SignatureV4"
32
32
  ],
33
33
  "operations": {
34
+ "attach_instances": {
35
+ "name": "AttachInstances",
36
+ "http_method": "POST",
37
+ "http_path": "/",
38
+ "input": {
39
+ "type": "input",
40
+ "members": {
41
+ "instance_ids": {
42
+ "type": "list",
43
+ "serialized_name": "InstanceIds",
44
+ "members": {
45
+ "type": "string"
46
+ }
47
+ },
48
+ "auto_scaling_group_name": {
49
+ "type": "string",
50
+ "required": true,
51
+ "serialized_name": "AutoScalingGroupName"
52
+ }
53
+ }
54
+ }
55
+ },
34
56
  "create_auto_scaling_group": {
35
57
  "name": "CreateAutoScalingGroup",
36
58
  "http_method": "POST",
@@ -45,9 +67,12 @@
45
67
  },
46
68
  "launch_configuration_name": {
47
69
  "type": "string",
48
- "required": true,
49
70
  "serialized_name": "LaunchConfigurationName"
50
71
  },
72
+ "instance_id": {
73
+ "type": "string",
74
+ "serialized_name": "InstanceId"
75
+ },
51
76
  "min_size": {
52
77
  "type": "integer",
53
78
  "required": true,
@@ -150,7 +175,6 @@
150
175
  },
151
176
  "image_id": {
152
177
  "type": "string",
153
- "required": true,
154
178
  "serialized_name": "ImageId"
155
179
  },
156
180
  "key_name": {
@@ -168,9 +192,12 @@
168
192
  "type": "string",
169
193
  "serialized_name": "UserData"
170
194
  },
195
+ "instance_id": {
196
+ "type": "string",
197
+ "serialized_name": "InstanceId"
198
+ },
171
199
  "instance_type": {
172
200
  "type": "string",
173
- "required": true,
174
201
  "serialized_name": "InstanceType"
175
202
  },
176
203
  "kernel_id": {
@@ -207,8 +234,24 @@
207
234
  "volume_size": {
208
235
  "type": "integer",
209
236
  "serialized_name": "VolumeSize"
237
+ },
238
+ "volume_type": {
239
+ "type": "string",
240
+ "serialized_name": "VolumeType"
241
+ },
242
+ "delete_on_termination": {
243
+ "type": "boolean",
244
+ "serialized_name": "DeleteOnTermination"
245
+ },
246
+ "iops": {
247
+ "type": "integer",
248
+ "serialized_name": "Iops"
210
249
  }
211
250
  }
251
+ },
252
+ "no_device": {
253
+ "type": "boolean",
254
+ "serialized_name": "NoDevice"
212
255
  }
213
256
  }
214
257
  }
@@ -416,6 +459,27 @@
416
459
  }
417
460
  }
418
461
  },
462
+ "describe_account_limits": {
463
+ "name": "DescribeAccountLimits",
464
+ "http_method": "POST",
465
+ "http_path": "/",
466
+ "output": {
467
+ "type": "output",
468
+ "metadata": {
469
+ "wrapper": "DescribeAccountLimitsResult"
470
+ },
471
+ "members": {
472
+ "max_number_of_auto_scaling_groups": {
473
+ "type": "integer",
474
+ "serialized_name": "MaxNumberOfAutoScalingGroups"
475
+ },
476
+ "max_number_of_launch_configurations": {
477
+ "type": "integer",
478
+ "serialized_name": "MaxNumberOfLaunchConfigurations"
479
+ }
480
+ }
481
+ }
482
+ },
419
483
  "describe_adjustment_types": {
420
484
  "name": "DescribeAdjustmentTypes",
421
485
  "http_method": "POST",
@@ -871,8 +935,24 @@
871
935
  "volume_size": {
872
936
  "type": "integer",
873
937
  "serialized_name": "VolumeSize"
938
+ },
939
+ "volume_type": {
940
+ "type": "string",
941
+ "serialized_name": "VolumeType"
942
+ },
943
+ "delete_on_termination": {
944
+ "type": "boolean",
945
+ "serialized_name": "DeleteOnTermination"
946
+ },
947
+ "iops": {
948
+ "type": "integer",
949
+ "serialized_name": "Iops"
874
950
  }
875
951
  }
952
+ },
953
+ "no_device": {
954
+ "type": "boolean",
955
+ "serialized_name": "NoDevice"
876
956
  }
877
957
  }
878
958
  }
@@ -516,6 +516,28 @@
516
516
  "retrieval_byte_range": {
517
517
  "type": "string",
518
518
  "serialized_name": "RetrievalByteRange"
519
+ },
520
+ "inventory_retrieval_parameters": {
521
+ "type": "structure",
522
+ "serialized_name": "InventoryRetrievalParameters",
523
+ "members": {
524
+ "start_date": {
525
+ "type": "iso8601_timestamp",
526
+ "serialized_name": "StartDate"
527
+ },
528
+ "end_date": {
529
+ "type": "iso8601_timestamp",
530
+ "serialized_name": "EndDate"
531
+ },
532
+ "limit": {
533
+ "type": "integer",
534
+ "serialized_name": "Limit"
535
+ },
536
+ "marker": {
537
+ "type": "string",
538
+ "serialized_name": "Marker"
539
+ }
540
+ }
519
541
  }
520
542
  }
521
543
  }
@@ -75,7 +75,6 @@
75
75
  },
76
76
  "service_code": {
77
77
  "type": "string",
78
- "required": true,
79
78
  "serialized_name": "serviceCode"
80
79
  },
81
80
  "severity_code": {
@@ -84,7 +83,6 @@
84
83
  },
85
84
  "category_code": {
86
85
  "type": "string",
87
- "required": true,
88
86
  "serialized_name": "categoryCode"
89
87
  },
90
88
  "communication_body": {
@@ -6,8 +6,45 @@
6
6
  "service_full_name": "Auto Scaling",
7
7
  "endpoint_prefix": "autoscaling",
8
8
  "xmlnamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/",
9
- "documentation": "\n <fullname>Auto Scaling</fullname>\n <p>\n This guide provides detailed information \n about Auto Scaling actions, data types, parameters, and errors. For detailed information \n about Auto Scaling features and their associated API calls, go to the \n <a href=\"http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/\">Auto Scaling Developer Guide</a>.\n </p>\n <p>\n Auto Scaling is a web service designed\n to automatically launch or terminate Amazon Elastic Compute Cloud (Amazon EC2) instances based on\n user-defined policies, schedules, and health checks. \n This service is used in conjunction with Amazon CloudWatch \n and Elastic Load Balancing services.\n </p>\n <p>This reference is based on the current WSDL, which is available at:</p>\n <p><a href=\"http://autoscaling.amazonaws.com/doc/2011-01-01/AutoScaling.wsdl\">http://autoscaling.amazonaws.com/doc/2011-01-01/AutoScaling.wsdl</a>\n </p>\n <p><b>Endpoints</b></p>\n <p>For information about this product's regions and endpoints, go to \n <a href=\"http://docs.amazonwebservices.com/general/latest/gr/index.html?rande.html\">Regions and Endpoints</a> \n in the Amazon Web Services General Reference.\n </p>\n ",
9
+ "documentation": "\n <fullname>Auto Scaling</fullname>\n \n <p>\n Auto Scaling is a web service designed\n to automatically launch or terminate Amazon Elastic Compute Cloud (Amazon EC2) instances based on\n user-defined policies, schedules, and health checks. \n This service is used in conjunction with Amazon CloudWatch \n and Elastic Load Balancing services.\n </p>\n \n <p>Auto Scaling provides APIs that you can call by submitting a Query Request. \n Query requests are HTTP or HTTPS requests that use the HTTP verbs GET or POST and a Query parameter named <i>Action</i>\n or <i>Operation</i> that specifies the API you are calling. Action is used throughout this documentation, although Operation \n is also supported for backward compatibility with other Amazon Web Services (AWS) Query APIs. </p>\n <p>Calling the API using a Query request is the most direct way to access the web service, but requires that your application handle\n low-level details such as generating the hash to sign the request and error handling. The benefit of calling the service using a \n Query request is that you are assured of having access to the complete functionality of the API. For information about signing a \n a query request, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/api_requests.html\">Use Query Requests to Call Auto Scaling APIs</a></p>\n <p>\n This guide provides detailed information \n about Auto Scaling actions, data types, parameters, and errors. For detailed information \n about Auto Scaling features and their associated API actions, go to the \n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/\">Auto Scaling Developer Guide</a>.\n </p>\n \n <p>This reference is based on the current WSDL, which is available at:</p>\n <p><a href=\"http://autoscaling.amazonaws.com/doc/2011-01-01/AutoScaling.wsdl\">http://autoscaling.amazonaws.com/doc/2011-01-01/AutoScaling.wsdl</a>\n </p>\n <p><b>Endpoints</b></p>\n <p>The examples in this guide assume that your instances are launched in the US East (Northern Virginia) region and use us-east-1 as the endpoint.</p>\n <p>You can set up your Auto Scaling infrastructure in other AWS regions. For information about this product's regions and endpoints, see\n <a href=\"http://docs.aws.amazon.com/general/latest/gr/index.html?rande.html\">Regions and Endpoints</a> \n in the Amazon Web Services General Reference.\n </p>\n ",
10
10
  "operations": {
11
+ "AttachInstances": {
12
+ "name": "AttachInstances",
13
+ "input": {
14
+ "shape_name": "AttachInstancesQuery",
15
+ "type": "structure",
16
+ "members": {
17
+ "InstanceIds": {
18
+ "shape_name": "InstanceIds",
19
+ "type": "list",
20
+ "members": {
21
+ "shape_name": "XmlStringMaxLen16",
22
+ "type": "string",
23
+ "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
24
+ "min_length": 1,
25
+ "max_length": 16,
26
+ "documentation": null
27
+ },
28
+ "documentation": "\n <p>\n One or more IDs of the Amazon EC2 instances to attach to the specified Auto Scaling group. \n You must specify at least one instance ID. \n </p>\n \n "
29
+ },
30
+ "AutoScalingGroupName": {
31
+ "shape_name": "ResourceName",
32
+ "type": "string",
33
+ "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
34
+ "min_length": 1,
35
+ "max_length": 1600,
36
+ "documentation": "\n <p>\n The name of the Auto Scaling group to which to attach the specified instance(s). \n </p>\n ",
37
+ "required": true
38
+ }
39
+ },
40
+ "documentation": "\n \n "
41
+ },
42
+ "output": null,
43
+ "errors": [
44
+
45
+ ],
46
+ "documentation": "\n <p>\n Attaches one or more Amazon EC2 instances to an existing Auto Scaling group. \n After the instance(s) is attached, it becomes a part of the Auto Scaling group.\n </p>\n <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>\n in the <i>Auto Scaling Developer Guide</i>.</p>\n "
47
+ },
11
48
  "CreateAutoScalingGroup": {
12
49
  "name": "CreateAutoScalingGroup",
13
50
  "input": {
@@ -29,8 +66,15 @@
29
66
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
30
67
  "min_length": 1,
31
68
  "max_length": 1600,
32
- "documentation": "\n <p>\n The name of the launch configuration to use with the Auto Scaling group.\n </p>\n ",
33
- "required": true
69
+ "documentation": "\n <p>\n The name of an existing launch configuration to use to launch new instances. Use this attribute \n if you want to create an Auto Scaling group using an existing launch configuration instead of an EC2 instance.\n </p>\n "
70
+ },
71
+ "InstanceId": {
72
+ "shape_name": "XmlStringMaxLen16",
73
+ "type": "string",
74
+ "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
75
+ "min_length": 1,
76
+ "max_length": 16,
77
+ "documentation": "\n <p>\n The ID of the Amazon EC2 instance you want to use to create the Auto Scaling group. Use this attribute\n if you want to create an Auto Scaling group using an EC2 instance instead of a launch configuration. \n </p> \n <p>\n When you use an instance to create an Auto Scaling group, a new launch configuration is first created \n and then associated with the Auto Scaling group. The new launch configuration derives \n all its attributes from the instance that is used to create the Auto Scaling group, \n with the exception of <code>BlockDeviceMapping</code>. \n </p>\n <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-asg-from-instance.html\">Create an Auto Scaling Group Using EC2 Instance</a>\n in the <i>Auto Scaling Developer Guide</i>.</p> \n "
34
78
  },
35
79
  "MinSize": {
36
80
  "shape_name": "AutoScalingGroupMinSize",
@@ -47,12 +91,12 @@
47
91
  "DesiredCapacity": {
48
92
  "shape_name": "AutoScalingGroupDesiredCapacity",
49
93
  "type": "integer",
50
- "documentation": "\n <p>\n The number of Amazon EC2 instances that should be\n running in the group.\n </p>\n "
94
+ "documentation": "\n <p>\n The number of Amazon EC2 instances that should be\n running in the group. The desired capacity must be greater than or equal to the minimum size and less than or \n equal to the maximum size specified for the Auto Scaling group. \n </p>\n "
51
95
  },
52
96
  "DefaultCooldown": {
53
97
  "shape_name": "Cooldown",
54
98
  "type": "integer",
55
- "documentation": "\n <p>\n The amount of time, in seconds, after a scaling activity completes\n before any further trigger-related scaling activities can start.\n </p>\n "
99
+ "documentation": "\n <p>\n The amount of time, in seconds, between a successful scaling activity and the succeeding scaling activity.</p>\n <p>If a <code>DefaultCooldown</code>\n period is not specified, Auto Scaling uses the default value of 300 as the default cool down period for the Auto Scaling group. For more information, \n see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AS_Concepts.html#Cooldown\">Cooldown Period</a>\n </p>\n \n "
56
100
  },
57
101
  "AvailabilityZones": {
58
102
  "shape_name": "AvailabilityZones",
@@ -79,7 +123,7 @@
79
123
  "max_length": 255,
80
124
  "documentation": null
81
125
  },
82
- "documentation": "\n <p>\n A list of load balancers to use.\n </p>\n "
126
+ "documentation": "\n <p> A list of existing Elastic Load Balancing load balancers to use. The load balancers must be associated with the AWS account. </p>\n <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>\n in the <i>Auto Scaling Developer Guide</i>.</p>\n \n "
83
127
  },
84
128
  "HealthCheckType": {
85
129
  "shape_name": "XmlStringMaxLen32",
@@ -87,12 +131,12 @@
87
131
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
88
132
  "min_length": 1,
89
133
  "max_length": 32,
90
- "documentation": "\n <p>The service you want the health status from,\n Amazon EC2 or Elastic Load Balancer. Valid values are <code>EC2</code> or <code>ELB</code>.</p>\n "
134
+ "documentation": "\n <p>The service you want the health checks from,\n Amazon EC2 or Elastic Load Balancer. Valid values are <code>EC2</code> or <code>ELB</code>.</p>\n <p>By default, the Auto Scaling health check uses the results of Amazon EC2 instance status checks to determine the health of an instance. For more information, \n see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AS_Concepts.html#healthcheck\">Health Check</a>.</p>\n "
91
135
  },
92
136
  "HealthCheckGracePeriod": {
93
137
  "shape_name": "HealthCheckGracePeriod",
94
138
  "type": "integer",
95
- "documentation": "\n <p>Length of time in seconds after a new Amazon EC2\n instance comes into service that Auto Scaling\n starts checking its health.</p>\n "
139
+ "documentation": "\n <p>Length of time in seconds after a new Amazon EC2\n instance comes into service that Auto Scaling\n starts checking its health. During this time any health check failure for the that instance is ignored.</p>\n <p>This is required if you are adding <code>ELB</code> health check. Frequently, new instances need to warm up, briefly, \n before they can pass a health check. To provide ample warm-up time, set the health check grace period of the group to \n match the expected startup period of your application.</p>\n \n "
96
140
  },
97
141
  "PlacementGroup": {
98
142
  "shape_name": "XmlStringMaxLen255",
@@ -100,7 +144,7 @@
100
144
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
101
145
  "min_length": 1,
102
146
  "max_length": 255,
103
- "documentation": "\n <p>Physical location of your cluster placement group\n created in Amazon EC2. For more information about cluster placement group, see \n <a href=\"http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/using_cluster_computing.html\">Using Cluster Instances</a></p>\n "
147
+ "documentation": "\n <p>Physical location of an existing cluster placement group\n into which you want to launch your instances. For information about cluster placement group, see \n <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html\">Using Cluster Instances</a></p>\n "
104
148
  },
105
149
  "VPCZoneIdentifier": {
106
150
  "shape_name": "XmlStringMaxLen255",
@@ -108,7 +152,7 @@
108
152
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
109
153
  "min_length": 1,
110
154
  "max_length": 255,
111
- "documentation": "\n <p>A comma-separated list of subnet identifiers of Amazon Virtual Private Clouds (Amazon VPCs).</p>\n <p>If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones \n match the Availability Zones specified.\n </p>\n "
155
+ "documentation": "\n <p>A comma-separated list of subnet identifiers of Amazon Virtual Private Clouds (Amazon VPCs).</p>\n <p>If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones \n match the Availability Zones specified.\n </p>\n <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>\n in the <i>Auto Scaling Developer Guide</i>\n .</p>\n "
112
156
  },
113
157
  "TerminationPolicies": {
114
158
  "shape_name": "TerminationPolicies",
@@ -121,7 +165,7 @@
121
165
  "max_length": 1600,
122
166
  "documentation": null
123
167
  },
124
- "documentation": "\n <p>A standalone termination policy or a list of termination policies used to select the instance to terminate. \n The policies are executed in the order that they are listed.\n </p>\n <p>\n For more information on configuring a termination policy for your Auto Scaling group, go to \n <a href=\"http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/us-termination-policy.html\">Instance Termination Policy for Your Auto Scaling Group</a> in the \n the <i>Auto Scaling Developer Guide</i>. \n </p>\n \n "
168
+ "documentation": "\n <p>A standalone termination policy or a list of termination policies used to select the instance to terminate. \n The policies are executed in the order that they are listed.\n </p>\n <p>\n For more information on configuring a termination policy for your Auto Scaling group, see \n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/us-termination-policy.html\">Instance Termination Policy for Your Auto Scaling Group</a> in \n the <i>Auto Scaling Developer Guide</i>. \n </p> \n "
125
169
  },
126
170
  "Tags": {
127
171
  "shape_name": "Tags",
@@ -167,7 +211,7 @@
167
211
  },
168
212
  "documentation": "\n <p>\n The tag applied to an Auto Scaling group.\n </p>\n "
169
213
  },
170
- "documentation": "\n <p>\n The tag to be created or updated. Each tag should be defined by its resource type, resource ID, key, value, \n and a propagate flag. Valid values: key=<i>value</i>, value=<i>value</i>, propagate=<i>true</i> or <i>false</i>. Value and propagate are optional parameters.\n </p>\n "
214
+ "documentation": "\n <p>\n The tag to be created or updated. Each tag should be defined by its resource type, resource ID, key, value, \n and a propagate flag. Valid values: key=<i>value</i>, value=<i>value</i>, propagate=<i>true</i> or <i>false</i>. Value and propagate are optional parameters.</p>\n <p>For information about using tags, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html\">Tag Your Auto Scaling Groups and Amazon EC2 Instances</a>\n in the <i>Auto Scaling Developer Guide</i>.\n </p>\n "
171
215
  }
172
216
  },
173
217
  "documentation": "\n <p>\n\n </p>\n "
@@ -205,7 +249,7 @@
205
249
  "documentation": "\n <p>\n The quota for capacity groups or launch configurations\n for this customer has already been reached.\n </p>\n "
206
250
  }
207
251
  ],
208
- "documentation": "\n <p>\n Creates a new Auto Scaling group with the specified name and other attributes.\n When the creation request is completed,\n the Auto Scaling group is ready to be used in other calls.\n </p>\n <note>\n The Auto Scaling group name must be unique within \n the scope of your AWS account, and under\n the quota of Auto Scaling groups allowed for your account.\n </note>\n "
252
+ "documentation": "\n <p>\n Creates a new Auto Scaling group with the specified name and other attributes.\n When the creation request is completed,\n the Auto Scaling group is ready to be used in other calls.\n </p>\n <note>\n The Auto Scaling group name must be unique within \n the scope of your AWS account.\n </note>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&AvailabilityZones.member.1=us-east-1a\n&AvailabilityZones.member.2=us-east-1b\n&MinSize=2\n&MaxSize=10\n&DesiredCapacity=2\n&LoadBalancerNames.member.1=my-test-asg-loadbalancer\n&HealthCheckType=ELB\n&HealthCheckGracePeriod=120\n&LaunchConfigurationName=my-test-lc\n&Version=2011-01-01\n&Action=CreateAutoScalingGroup\n&AUTHPARAMS </queryrequest> \n<queryresponse><CreateAutoScalingGroupResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n<ResponseMetadata>\n<RequestId>8d798a29-f083-11e1-bdfb-cb223EXAMPLE</RequestId>\n</ResponseMetadata>\n</CreateAutoScalingGroupResponse> </queryresponse>\n </examples> \n "
209
253
  },
210
254
  "CreateLaunchConfiguration": {
211
255
  "name": "CreateLaunchConfiguration",
@@ -228,8 +272,7 @@
228
272
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
229
273
  "min_length": 1,
230
274
  "max_length": 255,
231
- "documentation": "\n <p>\n Unique ID of the\n <i>Amazon Machine Image</i> (AMI)\n which was assigned during registration.\n For more information about Amazon EC2 images,\n please see\n <a href=\"http://aws.amazon.com/ec2/\">\n Amazon EC2 product documentation</a>.\n </p>\n ",
232
- "required": true
275
+ "documentation": "\n <p>\n Unique ID of the Amazon Machine Image (AMI) you want to use to launch your EC2 instances.\n For information about finding Amazon EC2 AMIs,\n see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html\">Finding a Suitable AMI</a>\n in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>\n "
233
276
  },
234
277
  "KeyName": {
235
278
  "shape_name": "XmlStringMaxLen255",
@@ -237,7 +280,7 @@
237
280
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
238
281
  "min_length": 1,
239
282
  "max_length": 255,
240
- "documentation": "\n <p>\n The name of the Amazon EC2 key pair.\n </p>\n "
283
+ "documentation": "\n <p>\n The name of the Amazon EC2 key pair. \n For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/generating-a-keypair.html\">Getting a Key Pair</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.\n </p>\n "
241
284
  },
242
285
  "SecurityGroups": {
243
286
  "shape_name": "SecurityGroups",
@@ -248,14 +291,22 @@
248
291
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
249
292
  "documentation": null
250
293
  },
251
- "documentation": "\n <p>\n The names of the security groups with which to associate Amazon EC2 or Amazon VPC \n\t\tinstances. Specify Amazon EC2 security groups using security group \n names, such as <code>websrv</code>. Specify Amazon VPC security groups using \n security group IDs, such as <code>sg-12345678</code>.\n For more information about Amazon EC2 security groups,\n go to \n <a href=\"http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?using-network-security.html\">\n Using Security Groups</a> in the Amazon EC2 product documentation. For more information about Amazon VPC security groups,\n go to \n <a href=\"http://docs.amazonwebservices.com/AmazonVPC/latest/UserGuide/index.html?VPC_SecurityGroups.html\">\n Security Groups</a> in the Amazon VPC product documentation.\n </p>\n "
294
+ "documentation": "\n <p>\n The security groups with which to associate Amazon EC2 or Amazon VPC \n instances.</p>\n <p>If your instances are launched in EC2, you can either specify Amazon EC2 security group names or the security group IDs.\n For more information about Amazon EC2 security groups, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/index.html?using-network-security.html\"> Using Security Groups</a> \n in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> \n <p>If your instances are launched within VPC, specify Amazon VPC security group IDs. \n For more information about Amazon VPC security groups, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/index.html?VPC_SecurityGroups.html\">Security Groups</a>\n in the <i>Amazon Virtual Private Cloud User Guide</i>. </p> \n "
252
295
  },
253
296
  "UserData": {
254
297
  "shape_name": "XmlStringUserData",
255
298
  "type": "string",
256
299
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
257
300
  "max_length": 21847,
258
- "documentation": "\n <p>\n The user data available to the launched Amazon EC2 instances.\n For more information about Amazon EC2 user data,\n please see\n <a href=\"http://aws.amazon.com/ec2/\">\n Amazon EC2 product documentation</a>.\n </p>\n "
301
+ "documentation": "\n <p>\n The user data to make available to the launched Amazon EC2 instances.\n For more information about Amazon EC2 user data,\n see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html#instancedata-user-data-retrieval\">User Data Retrieval</a>\n in the <i>Amazon Elastic Compute Cloud User Guide</i>.\n </p>\n <note>\n At this time, Auto Scaling launch configurations don't support compressed \n (e.g. zipped) user data files.\n </note>\n "
302
+ },
303
+ "InstanceId": {
304
+ "shape_name": "XmlStringMaxLen16",
305
+ "type": "string",
306
+ "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
307
+ "min_length": 1,
308
+ "max_length": 16,
309
+ "documentation": "\n <p>\n The ID of the Amazon EC2 instance you want to use to create the launch configuration. Use this attribute if you want \n the launch configuration to derive its attributes from an EC2 instance. \n </p> \n <p>\n When you use an instance to create a launch configuration, all you need to specify is the <code>InstanceId</code>. \n The new launch configuration, by default, derives all the attributes from the specified instance with the exception \n of <code>BlockDeviceMapping</code>. \n </p>\n <p>If you want to create a launch configuration with <code>BlockDeviceMapping</code> or override any other instance \n attributes, specify them as part of the same request.</p>\n <p>For more information on using an InstanceID to create a launch configuration, see \n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-lc-with-instanceID.html\">Create a Launch Configuration Using an Amazon EC2 Instance</a> in \n the <i>Auto Scaling Developer Guide</i>.</p> \n "
259
310
  },
260
311
  "InstanceType": {
261
312
  "shape_name": "XmlStringMaxLen255",
@@ -263,8 +314,7 @@
263
314
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
264
315
  "min_length": 1,
265
316
  "max_length": 255,
266
- "documentation": "\n <p>\n The instance type of the Amazon EC2 instance.\n For more information about Amazon EC2 instance types,\n please see\n <a href=\"http://aws.amazon.com/ec2/\">\n Amazon EC2 product documentation</a>\n </p>\n ",
267
- "required": true
317
+ "documentation": "\n <p>\n The instance type of the Amazon EC2 instance.\n For information about available Amazon EC2 instance types,\n see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes\">\n Available Instance Types</a> in the <i>Amazon Elastic Cloud Compute User Guide.</i>\n </p>\n "
268
318
  },
269
319
  "KernelId": {
270
320
  "shape_name": "XmlStringMaxLen255",
@@ -303,7 +353,7 @@
303
353
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
304
354
  "min_length": 1,
305
355
  "max_length": 255,
306
- "documentation": "\n <p>\n The name of the device within Amazon EC2.\n </p>\n ",
356
+ "documentation": "\n <p>\n The name of the device within Amazon EC2 (for example, /dev/sdh or xvdh).\n </p>\n ",
307
357
  "required": true
308
358
  },
309
359
  "Ebs": {
@@ -323,15 +373,39 @@
323
373
  "type": "integer",
324
374
  "min_length": 1,
325
375
  "max_length": 1024,
326
- "documentation": "\n <p>\n The volume size, in gigabytes.\n </p>\n "
376
+ "documentation": "\n <p>The volume size, in gigabytes.</p>\n <p>Valid values: If the volume type is <code>io1</code>, the minimum size of the volume is 10.</p>\n <p>Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.</p>\n <p>Required: Required when the volume type is <code>io1</code>. </p>\n "
377
+ },
378
+ "VolumeType": {
379
+ "shape_name": "BlockDeviceEbsVolumeType",
380
+ "type": "string",
381
+ "min_length": 1,
382
+ "max_length": 255,
383
+ "documentation": "\n <p>The volume type.</p>\n <p>Valid values: <code>standard | io1</code></p>\n <p>Default: <code>standard</code></p>\n "
384
+ },
385
+ "DeleteOnTermination": {
386
+ "shape_name": "BlockDeviceEbsDeleteOnTermination",
387
+ "type": "boolean",
388
+ "documentation": "\n <p>Indicates whether to delete the volume on instance termination. </p>\n <p>Default: <code>true</code> </p> \n \n "
389
+ },
390
+ "Iops": {
391
+ "shape_name": "BlockDeviceEbsIops",
392
+ "type": "integer",
393
+ "min_length": 100,
394
+ "max_length": 4000,
395
+ "documentation": "\n <p>The number of I/O operations per second (IOPS) that the volume supports.</p>\n <p>The maximum ratio of IOPS to volume size is 30.0</p> \n <p>Valid Values: Range is 100 to 4000.</p>\n <p>Default: None.</p>\n \n "
327
396
  }
328
397
  },
329
398
  "documentation": "\n <p>\n The Elastic Block Storage volume information.\n </p>\n "
399
+ },
400
+ "NoDevice": {
401
+ "shape_name": "NoDevice",
402
+ "type": "boolean",
403
+ "documentation": "\n <p>\n Suppresses the device mapping. \n </p>\n <note>If <code>NoDevice</code> is set to <code>true</code> for the root device, the instance might fail the EC2 health check. \n Auto Scaling launches a replacement instance if the instance fails the health check.</note>\n "
330
404
  }
331
405
  },
332
406
  "documentation": "\n <p>\n The <code>BlockDeviceMapping</code> data type.\n </p>\n "
333
407
  },
334
- "documentation": "\n <p>\n A list of mappings that specify how block devices are exposed to the instance.\n Each mapping is made up of a <i>VirtualName</i>, a <i>DeviceName</i>,\n and an <i>ebs</i> data structure that contains information about the\n associated Elastic Block Storage volume.\n For more information about Amazon EC2 BlockDeviceMappings,\n go to\n <a href=\"http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?block-device-mapping-concepts.html\">\n Block Device Mapping</a> in the Amazon EC2 product documentation.\n </p>\n "
408
+ "documentation": "\n <p>\n A list of mappings that specify how block devices are exposed to the instance.\n Each mapping is made up of a <i>VirtualName</i>, a <i>DeviceName</i>,\n and an <i>ebs</i> data structure that contains information about the\n associated Elastic Block Storage volume.\n For more information about Amazon EC2 BlockDeviceMappings,\n go to\n <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/index.html?block-device-mapping-concepts.html\">\n Block Device Mapping</a> in the Amazon EC2 product documentation.\n </p>\n "
335
409
  },
336
410
  "InstanceMonitoring": {
337
411
  "shape_name": "InstanceMonitoring",
@@ -343,14 +417,14 @@
343
417
  "documentation": "\n <p>\n If <code>True</code>, instance monitoring is enabled.\n </p>\n "
344
418
  }
345
419
  },
346
- "documentation": "\n <p>Enables detailed monitoring, which is enabled by default.</p>\n <p>\n When detailed monitoring is enabled, CloudWatch will generate metrics every minute and your account will be charged a fee. \n When you disable detailed monitoring, by specifying <code>False</code>, Cloudwatch will generate metrics every 5 minutes. For \n information about monitoring, see the <a href=\"http://aws.amazon.com/cloudwatch/\">Amazon CloudWatch</a> product page.\n </p>\n "
420
+ "documentation": "\n <p>Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.</p>\n <p>\n When detailed monitoring is enabled, Amazon Cloudwatch will generate metrics every minute and your account will be charged a fee. \n When you disable detailed monitoring, by specifying <code>False</code>, Cloudwatch will generate metrics every 5 minutes. \n For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-instance-monitoring.html\">Monitor Your Auto Scaling Instances</a>.\n For information about Amazon CloudWatch, see the <a href=\"http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/Welcome.html\">Amazon CloudWatch Developer Guide</a>. \n </p>\n "
347
421
  },
348
422
  "SpotPrice": {
349
423
  "shape_name": "SpotPrice",
350
424
  "type": "string",
351
425
  "min_length": 1,
352
426
  "max_length": 255,
353
- "documentation": "\n <p>The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the \n price you specify exceeds the current Spot market price. For more information on launching Spot Instances, go to\n <a href=\"http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/US-SpotInstances.html\"> Using Auto Scaling to Launch Spot Instances</a> in the <i>Auto Scaling Developer Guide</i>.\n </p> \n "
427
+ "documentation": "\n <p>The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the \n price you specify exceeds the current Spot market price. For more information on launching Spot Instances, see\n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US-SpotInstances.html\"> Using Auto Scaling to Launch Spot Instances</a> in the <i>Auto Scaling Developer Guide</i>.\n </p> \n "
354
428
  },
355
429
  "IamInstanceProfile": {
356
430
  "shape_name": "XmlStringMaxLen1600",
@@ -358,17 +432,17 @@
358
432
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
359
433
  "min_length": 1,
360
434
  "max_length": 1600,
361
- "documentation": "\n <p>The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. \n For information on launching EC2 instances with an IAM role, go to <a href=\"http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/us-iam-role.html\">Launching Auto Scaling Instances With an IAM Role</a>\n in the <i>Auto Scaling Developer Guide</i>.</p>\n "
435
+ "documentation": "\n <p>The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.</p>\n <p>Amazon EC2 instances launched with an IAM role will \n automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your Amazon EC2 instances \n to securely access other AWS resources. For information on launching EC2 instances with an IAM role, go to <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/us-iam-role.html\">Launching Auto Scaling Instances With an IAM Role</a>\n in the <i>Auto Scaling Developer Guide</i>.</p>\n "
362
436
  },
363
437
  "EbsOptimized": {
364
438
  "shape_name": "EbsOptimized",
365
439
  "type": "boolean",
366
- "documentation": "\n <p>\n Whether the instance is optimized for EBS I/O. This optimization provides \n dedicated throughput to Amazon EBS and an optimized configuration stack to provide \n optimal EBS I/O performance. This optimization is not available with all instance \n types. Additional usage charges apply when using an EBS Optimized instance. \n For information about EBS-optimized instances, go to <a href=\"http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/instance-types.html#EBSOptimized\">EBS-Optimized Instances</a> \n in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p>\n \n "
440
+ "documentation": "\n <p>\n Whether the instance is optimized for EBS I/O. The optimization provides \n dedicated throughput to Amazon EBS and an optimized configuration stack to provide \n optimal EBS I/O performance. This optimization is not available with all instance \n types. Additional usage charges apply when using an EBS Optimized instance. By default\n the instance is not optimized for EBS I/O. \n For information about EBS-optimized instances, go to <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#EBSOptimized\">EBS-Optimized Instances</a> \n in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p>\n \n "
367
441
  },
368
442
  "AssociatePublicIpAddress": {
369
443
  "shape_name": "AssociatePublicIpAddress",
370
444
  "type": "boolean",
371
- "documentation": null
445
+ "documentation": "\n <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> \n <note>\n <p>If you specify a value for this parameter, be sure to specify at least one VPC subnet \n using the <i>VPCZoneIdentifier</i> parameter when you create your Auto Scaling group. </p>\n </note> \n <p>Default: If the instance is launched in default VPC, the default is <code>true</code>. \n If the instance is launched in a nondefault VPC (EC2-VPC), the default is <code>false</code>. \n For more information about the platforms supported by Auto Scaling, see \n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_BasicSetup.html\">Basic Auto Scaling Configuration</a>.</p>\n "
372
446
  }
373
447
  },
374
448
  "documentation": "\n <p>\n\n </p>\n "
@@ -406,7 +480,7 @@
406
480
  "documentation": "\n <p>\n The quota for capacity groups or launch configurations\n for this customer has already been reached.\n </p>\n "
407
481
  }
408
482
  ],
409
- "documentation": "\n <p>\n Creates a new launch configuration. The launch configuration name \n must be unique within the scope of the client's AWS account. The maximum limit\n of launch configurations, which by default is 100, must not yet have been met; otherwise, \n the call will fail. When created, the new launch configuration \n is available for immediate use.\n </p>\n <p>You can create a launch configuration with Amazon EC2 security groups or with \n Amazon VPC security groups. However, you can't use Amazon EC2 security groups together with \n Amazon VPC security groups, or vice versa.</p>\n <note>\n At this time, Auto Scaling launch configurations don't support compressed \n (e.g. zipped) user data files.\n </note>\n "
483
+ "documentation": "\n <p>\n Creates a new launch configuration. The launch configuration name \n must be unique within the scope of the client's AWS account. The maximum limit\n of launch configurations, which by default is 100, must not yet have been met; otherwise, \n the call will fail. When created, the new launch configuration \n is available for immediate use.\n </p> \n \n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?LaunchConfigurationName=my-test-lc\n&AssociatePublicIpAddress=true\n&ImageId=ami-0078da69\n&InstanceType=m1.small\n&Action=CreateLaunchConfiguration\n&AUTHPARAMS </queryrequest> \n <queryresponse><CreateLaunchConfigurationResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n<ResponseMetadata>\n <RequestId>7c6e177f-f082-11e1-ac58-3714bEXAMPLE</RequestId>\n</ResponseMetadata>\n</CreateLaunchConfigurationResponse> </queryresponse>\n </examples> \n "
410
484
  },
411
485
  "CreateOrUpdateTags": {
412
486
  "name": "CreateOrUpdateTags",
@@ -497,7 +571,7 @@
497
571
  "documentation": "\n <p>\n The named Auto Scaling group or launch configuration already exists.\n </p>\n "
498
572
  }
499
573
  ],
500
- "documentation": "\n <p>\n Creates new tags or updates existing tags for an Auto Scaling group.\n </p>\n <note>\n A tag's definition is composed of a resource ID, resource type, key and value, and the propagate flag. \n Value and the propagate flag are optional parameters. See the Request Parameters for more information.\n \n </note>\n "
574
+ "documentation": "\n <p>\n Creates new tags or updates existing tags for an Auto Scaling group.\n </p>\n <note>\n A tag's definition is composed of a resource ID, resource type, key and value, and the propagate flag. \n Value and the propagate flag are optional parameters. See the Request Parameters for more information.\n \n </note>\n <p>For information on creating tags for your Auto Scaling group, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html\">Tag Your Auto Scaling Groups and Amazon EC2 Instances</a>.</p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Tags.member.1.ResourceId=my-test-asg\n&Tags.member.1.ResourceType=auto-scaling-group\n&Tags.member.1.Key=version\n&Tags.member.1.Value=1.0\n&Tags.member.1.PropagateAtLaunch=true\n&Version=2011-01-01\n&Action=CreateOrUpdateTags\n&AUTHPARAMS </queryrequest> \n <queryresponse><CreateOrUpdateTagsResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>b0203919-bf1b-11e2-8a01-13263EXAMPLE</RequestId>\n </ResponseMetadata>\n</CreateOrUpdateTagsResponse>\n </queryresponse>\n </examples> \n "
501
575
  },
502
576
  "DeleteAutoScalingGroup": {
503
577
  "name": "DeleteAutoScalingGroup",
@@ -511,7 +585,7 @@
511
585
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
512
586
  "min_length": 1,
513
587
  "max_length": 1600,
514
- "documentation": "\n <p>\n The name of the Auto Scaling group.\n </p>\n ",
588
+ "documentation": "\n <p>\n The name of the Auto Scaling group to delete.\n </p>\n ",
515
589
  "required": true
516
590
  },
517
591
  "ForceDelete": {
@@ -555,7 +629,7 @@
555
629
  "documentation": "\n <p>\n This is returned when you cannot delete a launch\n configuration or Auto Scaling group because it is being used.\n </p>\n "
556
630
  }
557
631
  ],
558
- "documentation": "\n <p>\n Deletes the specified Auto Scaling group if the group has no\n instances and no scaling activities in progress.\n </p>\n <note>\n To remove all instances before calling <a>DeleteAutoScalingGroup</a>,\n you can call <a>UpdateAutoScalingGroup</a> to set the minimum and \n maximum size of the AutoScalingGroup to zero.\n </note>\n "
632
+ "documentation": "\n <p>\n Deletes the specified Auto Scaling group if the group has no\n instances and no scaling activities in progress.\n </p>\n <note>\n To remove all instances before calling <a>DeleteAutoScalingGroup</a>,\n you can call <a>UpdateAutoScalingGroup</a> to set the minimum and \n maximum size of the AutoScalingGroup to zero.\n </note>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&ForceDelete=true\n&Version=2011-01-01\n&Action=DeleteAutoScalingGroup\n&AUTHPARAMS </queryrequest> \n <queryresponse><DeleteAutoScalingGroupResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>70a76d42-9665-11e2-9fdf-211deEXAMPLE</RequestId>\n </ResponseMetadata>\n</DeleteAutoScalingGroupResponse> </queryresponse>\n </examples>\n\n \n "
559
633
  },
560
634
  "DeleteLaunchConfiguration": {
561
635
  "name": "DeleteLaunchConfiguration",
@@ -593,7 +667,7 @@
593
667
  "documentation": "\n <p>\n This is returned when you cannot delete a launch\n configuration or Auto Scaling group because it is being used.\n </p>\n "
594
668
  }
595
669
  ],
596
- "documentation": "\n <p>\n Deletes the specified <a>LaunchConfiguration</a>.\n </p>\n <p>\n The specified launch configuration must not be \n attached to an Auto Scaling group. When this call completes,\n the launch configuration is no longer available for use.\n </p>\n "
670
+ "documentation": "\n <p>\n Deletes the specified <a>LaunchConfiguration</a>.\n </p>\n <p>\n The specified launch configuration must not be \n attached to an Auto Scaling group. When this call completes,\n the launch configuration is no longer available for use.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?LaunchConfigurationName=my-test-lc\n&Version=2011-01-01\n&Action=DeleteLaunchConfiguration\n&AUTHPARAMS </queryrequest> \n <queryresponse><DeleteLaunchConfigurationResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>7347261f-97df-11e2-8756-35eEXAMPLE</RequestId>\n </ResponseMetadata>\n</DeleteLaunchConfigurationResponse> </queryresponse>\n </examples> \n \n "
597
671
  },
598
672
  "DeleteNotificationConfiguration": {
599
673
  "name": "DeleteNotificationConfiguration",
@@ -626,7 +700,7 @@
626
700
  "errors": [
627
701
 
628
702
  ],
629
- "documentation": "\n <p>Deletes notifications created by <a>PutNotificationConfiguration</a>.</p>\n "
703
+ "documentation": "\n <p>Deletes notifications created by <a>PutNotificationConfiguration</a>.</p>\n \n \n "
630
704
  },
631
705
  "DeletePolicy": {
632
706
  "name": "DeletePolicy",
@@ -742,7 +816,7 @@
742
816
  },
743
817
  "documentation": "\n <p>\n The tag applied to an Auto Scaling group.\n </p>\n "
744
818
  },
745
- "documentation": "\n <p>Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. \n Valid values are: Resource type = <i>auto-scaling-group</i>, Resource ID = <i>AutoScalingGroupName</i>, \n key=<i>value</i>, value=<i>value</i>, propagate=<i>true</i> or <i>false</i>.\n </p>\n \n \n ",
819
+ "documentation": "\n <p>Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. \n Valid values are: Resource type = <i>auto-scaling-group</i>, Resource ID = <i>AutoScalingGroupName</i>, \n key=<i>value</i>, value=<i>value</i>, propagate=<i>true</i> or <i>false</i>.\n </p> \n \n ",
746
820
  "required": true
747
821
  }
748
822
  },
@@ -754,6 +828,31 @@
754
828
  ],
755
829
  "documentation": "\n <p>Removes the specified tags or a set of tags from a set of resources.</p>\n "
756
830
  },
831
+ "DescribeAccountLimits": {
832
+ "name": "DescribeAccountLimits",
833
+ "input": null,
834
+ "output": {
835
+ "shape_name": "DescribeAccountLimitsAnswer",
836
+ "type": "structure",
837
+ "members": {
838
+ "MaxNumberOfAutoScalingGroups": {
839
+ "shape_name": "MaxNumberOfAutoScalingGroups",
840
+ "type": "integer",
841
+ "documentation": "\n <p>\n The maximum number of Auto Scaling groups allowed for your AWS account.\n </p>\n "
842
+ },
843
+ "MaxNumberOfLaunchConfigurations": {
844
+ "shape_name": "MaxNumberOfLaunchConfigurations",
845
+ "type": "integer",
846
+ "documentation": "\n <p>\n The maximum number of launch configurations allowed for your AWS account.\n </p>\n "
847
+ }
848
+ },
849
+ "documentation": "\n <p>\n The output of the <a>DescribeAccountLimitsResult</a> action.\n </p> \n "
850
+ },
851
+ "errors": [
852
+
853
+ ],
854
+ "documentation": "\n <p>\n Returns the limits for the Auto Scaling resources currently allowed for your AWS account.\n </p>\n <p>Your AWS account comes with default limits on resources for Auto Scaling. \n There is a default limit of <code>20</code> Auto Scaling groups and <code>100</code>\n launch configurations per region.</p>\n <p>If you reach the limits for the number of Auto Scaling groups or the launch configurations,\n you can go to the <a href=\"https://aws.amazon.com/support/\">Support Center</a> and place a \n request to raise the limits.</p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Version=2011-01-01\n&Action=DescribeAccountLimits\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeAccountLimitsResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribeAccountLimitsResult>\n <MaxNumberOfLaunchConfigurations>100</MaxNumberOfLaunchConfigurations>\n <MaxNumberOfAutoScalingGroups>20</MaxNumberOfAutoScalingGroups>\n </DescribeAccountLimitsResult>\n <ResponseMetadata>\n <RequestId>a32bd184-519d-11e3-a8a4-c1c467cbcc3b</RequestId>\n </ResponseMetadata>\n</DescribeAccountLimitsResponse> </queryresponse>\n </examples> \n \n "
855
+ },
757
856
  "DescribeAdjustmentTypes": {
758
857
  "name": "DescribeAdjustmentTypes",
759
858
  "input": null,
@@ -787,7 +886,7 @@
787
886
  "errors": [
788
887
 
789
888
  ],
790
- "documentation": "\n <p>\n Returns policy adjustment types for use in the <a>PutScalingPolicy</a> action.\n </p>\n "
889
+ "documentation": "\n <p>\n Returns policy adjustment types for use in the <a>PutScalingPolicy</a> action.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Version=2011-01-01\n&Action=DescribeAdjustmentTypes\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeAdjustmentTypesResponse xmlns=\"http://autoscaling.amazonaws.com/doc/201-01-01/\">\n <DescribeAdjustmentTypesResult>\n <AdjustmentTypes>\n <member>\n <AdjustmentType>ChangeInCapacity</AdjustmentType>\n </member>\n <member>\n <AdjustmentType>ExactCapacity</AdjustmentType>\n </member>\n <member>\n <AdjustmentType>PercentChangeInCapacity</AdjustmentType>\n </member>\n </AdjustmentTypes>\n </DescribeAdjustmentTypesResult>\n <ResponseMetadata>\n <RequestId>cc5f0337-b694-11e2-afc0-6544dEXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeAdjustmentTypesResponse> </queryresponse>\n </examples> \n "
791
890
  },
792
891
  "DescribeAutoScalingGroups": {
793
892
  "name": "DescribeAutoScalingGroups",
@@ -962,7 +1061,7 @@
962
1061
  "Terminating",
963
1062
  "Terminated"
964
1063
  ],
965
- "documentation": "\n <p>\n Contains a description of the current <i>lifecycle</i> state.\n </p>\n ",
1064
+ "documentation": "\n <p>\n Contains a description of the current <i>lifecycle</i> state. \n </p>\n <note>\n <p>The <code>Quarantined</code> lifecycle state is currently not used.</p>\n </note>\n ",
966
1065
  "required": true
967
1066
  },
968
1067
  "HealthStatus": {
@@ -1028,7 +1127,7 @@
1028
1127
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
1029
1128
  "min_length": 1,
1030
1129
  "max_length": 255,
1031
- "documentation": "\n <p>\n The name of the cluster placement group, if applicable. For\n more information, go to \n <a href=\"http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/using_cluster_computing.html\">\n Using Cluster Instances</a> in the Amazon EC2 User Guide.\n </p>\n "
1130
+ "documentation": "\n <p>\n The name of the cluster placement group, if applicable. For\n more information, go to \n <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html\">\n Using Cluster Instances</a> in the Amazon EC2 User Guide.\n </p>\n "
1032
1131
  },
1033
1132
  "VPCZoneIdentifier": {
1034
1133
  "shape_name": "XmlStringMaxLen255",
@@ -1072,7 +1171,7 @@
1072
1171
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
1073
1172
  "min_length": 1,
1074
1173
  "max_length": 255,
1075
- "documentation": "\n\t\t<p>\n A list of status conditions for the Auto Scaling group.\n </p>\n "
1174
+ "documentation": "\n\t\t<p>\n\t\t The current state of the Auto Scaling group when a <a>DeleteAutoScalingGroup</a> action is in progress.\n </p>\n "
1076
1175
  },
1077
1176
  "Tags": {
1078
1177
  "shape_name": "TagDescriptionList",
@@ -1164,7 +1263,7 @@
1164
1263
  "documentation": "\n <p>\n The <code>NextToken</code> value is invalid.\n </p>\n "
1165
1264
  }
1166
1265
  ],
1167
- "documentation": "\n <p>\n Returns a full description of each Auto Scaling group in the given list. \n This includes all Amazon EC2 instances that are members of the group. \n If a list of names is not provided, the service returns the\n full details of all Auto Scaling groups.\n </p>\n <p>\n This action supports pagination by returning a token if there are more pages to retrieve.\n To get the next page, call this action again with the returned token as the <code>NextToken</code> parameter.\n </p>\n "
1266
+ "documentation": "\n <p>\n Returns a full description of each Auto Scaling group in the given list. \n This includes all Amazon EC2 instances that are members of the group. \n If a list of names is not provided, the service returns the\n full details of all Auto Scaling groups.\n </p>\n <p>\n This action supports pagination by returning a token if there are more pages to retrieve.\n To get the next page, call this action again with the returned token as the <code>NextToken</code> parameter.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupNames.member.1=my-test-asg-lbs\n&MaxRecords=20\n&Version=2011-01-01\n&Action=DescribeAutoScalingGroups\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeAutoScalingGroupsResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n<DescribeAutoScalingGroupsResult>\n <AutoScalingGroups>\n <member>\n <Tags/>\n <SuspendedProcesses/>\n <AutoScalingGroupName>my-test-asg-lbs</AutoScalingGroupName>\n <HealthCheckType>ELB</HealthCheckType>\n <CreatedTime>2013-05-06T17:47:15.107Z</CreatedTime>\n <EnabledMetrics/>\n <LaunchConfigurationName>my-test-lc</LaunchConfigurationName>\n <Instances/>\n <DesiredCapacity>2</DesiredCapacity>\n <AvailabilityZones>\n <member>us-east-1b</member>\n <member>us-east-1a</member>\n </AvailabilityZones>\n <LoadBalancerNames>\n <member>my-test-asg-loadbalancer</member>\n </LoadBalancerNames>\n <MinSize>2</MinSize>\n <VPCZoneIdentifier/>\n <HealthCheckGracePeriod>120</HealthCheckGracePeriod>\n <DefaultCooldown>300</DefaultCooldown>\n <AutoScalingGroupARN>arn:aws:autoscaling:us-east-1:803981987763:autoScalingGroup:ca861182-c8f9-4ca7-b1eb-cd35505f5ebb\n :autoScalingGroupName/my-test-asg-lbs</AutoScalingGroupARN>\n <TerminationPolicies>\n <member>Default</member>\n </TerminationPolicies>\n <MaxSize>10</MaxSize>\n </member>\n </AutoScalingGroups>\n </DescribeAutoScalingGroupsResult>\n <ResponseMetadata>\n <RequestId>0f02a07d-b677-11e2-9eb0-dd50EXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeAutoScalingGroupsResponse> </queryresponse>\n </examples> \n \n "
1168
1267
  },
1169
1268
  "DescribeAutoScalingInstances": {
1170
1269
  "name": "DescribeAutoScalingInstances",
@@ -1245,7 +1344,7 @@
1245
1344
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
1246
1345
  "min_length": 1,
1247
1346
  "max_length": 32,
1248
- "documentation": "\n <p>\n The life cycle state of this instance.\n </p>\n ",
1347
+ "documentation": "\n <p>\n The life cycle state of this instance. for more information, see\n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AS_Concepts.html#instance-lifecycle\">Instance Lifecycle State</a>\n in the <i>Auto Scaling Developer Guide</i>. </p>\n ",
1249
1348
  "required": true
1250
1349
  },
1251
1350
  "HealthStatus": {
@@ -1297,7 +1396,7 @@
1297
1396
  "documentation": "\n <p>\n The <code>NextToken</code> value is invalid.\n </p>\n "
1298
1397
  }
1299
1398
  ],
1300
- "documentation": "\n <p>\n Returns a description of each Auto Scaling instance in the <code>InstanceIds</code> list.\n If a list is not provided, the service returns the full details of all instances up to a maximum of 50. \n By default, the service returns a list of 20 items.\n </p>\n <p>\n This action supports pagination by returning a token if there are more pages to retrieve.\n To get the next page, call this action again with the returned token as the <code>NextToken</code> parameter.\n </p>\n "
1399
+ "documentation": "\n <p>\n Returns a description of each Auto Scaling instance in the <code>InstanceIds</code> list.\n If a list is not provided, the service returns the full details of all instances up to a maximum of 50. \n By default, the service returns a list of 20 items.\n </p>\n <p>\n This action supports pagination by returning a token if there are more pages to retrieve.\n To get the next page, call this action again with the returned token as the <code>NextToken</code> parameter.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?MaxRecords=20\n&InstanceIds.member.1=i-78e0d40b\n&Version=2011-01-01\n&Action=DescribeAutoScalingInstances\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeAutoScalingInstancesResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribeAutoScalingInstancesResult>\n <AutoScalingInstances>\n <member>\n <HealthStatus>HEALTHY</HealthStatus>\n <AutoScalingGroupName>my-test-asg</AutoScalingGroupName>\n <AvailabilityZone>us-east-1e</AvailabilityZone>\n <InstanceId>i-78e0d40b</InstanceId>\n <LaunchConfigurationName>my-test-lc</LaunchConfigurationName>\n <LifecycleState>InService</LifecycleState>\n </member>\n </AutoScalingInstances>\n </DescribeAutoScalingInstancesResult>\n <ResponseMetadata>\n <RequestId>df992dc3-b72f-11e2-81e1-750aa6EXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeAutoScalingInstancesResponse>\n </queryresponse>\n </examples> \n \n "
1301
1400
  },
1302
1401
  "DescribeAutoScalingNotificationTypes": {
1303
1402
  "name": "DescribeAutoScalingNotificationTypes",
@@ -1317,7 +1416,7 @@
1317
1416
  "max_length": 255,
1318
1417
  "documentation": null
1319
1418
  },
1320
- "documentation": "\n <p>\n Notification types supported by Auto Scaling. They are: \n autoscaling:EC2_INSTANCE_LAUNCH, autoscaling:EC2_INSTANCE_LAUNCH_ERROR, autoscaling:EC2_INSTANCE_TERMINATE, \n autoscaling:EC2_INSTANCE_TERMINATE_ERROR, autoscaling:TEST_NOTIFICATION \n </p>\n "
1419
+ "documentation": "\n <p>Returns a list of all notification types supported by Auto Scaling. They are:</p> \n <ul>\n <li><p><code>autoscaling:EC2_INSTANCE_LAUNCH</code></p></li>\n <li><p><code>autoscaling:EC2_INSTANCE_LAUNCH_ERROR</code></p></li>\n <li><p><code>autoscaling:EC2_INSTANCE_TERMINATE</code></p></li>\n <li><p><code>autoscaling:EC2_INSTANCE_TERMINATE_ERROR</code></p></li>\n <li><p><code>autoscaling:TEST_NOTIFICATION</code></p></li> \n </ul>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Version=2011-01-01&Action=DescribeAutoScalingNotificationTypes\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeAutoScalingNotificationTypesResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribeAutoScalingNotificationTypesResult>\n <AutoScalingNotificationTypes>\n <member>autoscaling:EC2_INSTANCE_LAUNCH</member>\n <member>autoscaling:EC2_INSTANCE_LAUNCH_ERROR</member>\n <member>autoscaling:EC2_INSTANCE_TERMINATE</member>\n <member>autoscaling:EC2_INSTANCE_TERMINATE_ERROR</member>\n <member>autoscaling:TEST_NOTIFICATION</member>\n </AutoScalingNotificationTypes>\n </DescribeAutoScalingNotificationTypesResult>\n <ResponseMetadata>\n <RequestId>42fc6794-bf21-11e2-a1cf-ff3dEXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeAutoScalingNotificationTypesResponse></queryresponse>\n </examples> \n "
1321
1420
  }
1322
1421
  },
1323
1422
  "documentation": "\n <p>The <code>AutoScalingNotificationTypes</code> data type.</p>\n "
@@ -1471,7 +1570,7 @@
1471
1570
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
1472
1571
  "min_length": 1,
1473
1572
  "max_length": 255,
1474
- "documentation": "\n <p>\n The name of the device within Amazon EC2.\n </p>\n ",
1573
+ "documentation": "\n <p>\n The name of the device within Amazon EC2 (for example, /dev/sdh or xvdh).\n </p>\n ",
1475
1574
  "required": true
1476
1575
  },
1477
1576
  "Ebs": {
@@ -1491,10 +1590,34 @@
1491
1590
  "type": "integer",
1492
1591
  "min_length": 1,
1493
1592
  "max_length": 1024,
1494
- "documentation": "\n <p>\n The volume size, in gigabytes.\n </p>\n "
1593
+ "documentation": "\n <p>The volume size, in gigabytes.</p>\n <p>Valid values: If the volume type is <code>io1</code>, the minimum size of the volume is 10.</p>\n <p>Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.</p>\n <p>Required: Required when the volume type is <code>io1</code>. </p>\n "
1594
+ },
1595
+ "VolumeType": {
1596
+ "shape_name": "BlockDeviceEbsVolumeType",
1597
+ "type": "string",
1598
+ "min_length": 1,
1599
+ "max_length": 255,
1600
+ "documentation": "\n <p>The volume type.</p>\n <p>Valid values: <code>standard | io1</code></p>\n <p>Default: <code>standard</code></p>\n "
1601
+ },
1602
+ "DeleteOnTermination": {
1603
+ "shape_name": "BlockDeviceEbsDeleteOnTermination",
1604
+ "type": "boolean",
1605
+ "documentation": "\n <p>Indicates whether to delete the volume on instance termination. </p>\n <p>Default: <code>true</code> </p> \n \n "
1606
+ },
1607
+ "Iops": {
1608
+ "shape_name": "BlockDeviceEbsIops",
1609
+ "type": "integer",
1610
+ "min_length": 100,
1611
+ "max_length": 4000,
1612
+ "documentation": "\n <p>The number of I/O operations per second (IOPS) that the volume supports.</p>\n <p>The maximum ratio of IOPS to volume size is 30.0</p> \n <p>Valid Values: Range is 100 to 4000.</p>\n <p>Default: None.</p>\n \n "
1495
1613
  }
1496
1614
  },
1497
1615
  "documentation": "\n <p>\n The Elastic Block Storage volume information.\n </p>\n "
1616
+ },
1617
+ "NoDevice": {
1618
+ "shape_name": "NoDevice",
1619
+ "type": "boolean",
1620
+ "documentation": "\n <p>\n Suppresses the device mapping. \n </p>\n <note>If <code>NoDevice</code> is set to <code>true</code> for the root device, the instance might fail the EC2 health check. \n Auto Scaling launches a replacement instance if the instance fails the health check.</note>\n "
1498
1621
  }
1499
1622
  },
1500
1623
  "documentation": "\n <p>\n The <code>BlockDeviceMapping</code> data type.\n </p>\n "
@@ -1542,7 +1665,7 @@
1542
1665
  "AssociatePublicIpAddress": {
1543
1666
  "shape_name": "AssociatePublicIpAddress",
1544
1667
  "type": "boolean",
1545
- "documentation": null
1668
+ "documentation": "\n <p>Specifies whether the instance is associated with a public IP address (<code>true</code>) or not (<code>false</code>).</p>\n "
1546
1669
  }
1547
1670
  },
1548
1671
  "documentation": "\n <p>\n The <code>LaunchConfiguration</code> data type.\n </p>\n "
@@ -1576,7 +1699,7 @@
1576
1699
  "documentation": "\n <p>\n The <code>NextToken</code> value is invalid.\n </p>\n "
1577
1700
  }
1578
1701
  ],
1579
- "documentation": "\n <p>\n Returns a full description of the launch configurations, or the specified launch configurations,\n if they exist.\n </p>\n <p>\n If no name is specified, then the full details of\n all launch configurations are returned.\n </p>\n "
1702
+ "documentation": "\n <p>\n Returns a full description of the launch configurations, or the specified launch configurations,\n if they exist.\n </p>\n <p>\n If no name is specified, then the full details of\n all launch configurations are returned.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?LaunchConfigurationNames.member.1=my-test-lc\n&MaxRecords=20\n&Version=2011-01-01\n&Action=DescribeLaunchConfigurations\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeLaunchConfigurationsResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribeLaunchConfigurationsResult>\n <LaunchConfigurations>\n <member>\n <AssociatePublicIpAddress>true</AssociatePublicIpAddress>\n <SecurityGroups/>\n <CreatedTime>2013-01-21T23:04:42.200Z</CreatedTime>\n <KernelId/>\n <LaunchConfigurationName>my-test-lc</LaunchConfigurationName>\n <UserData/>\n <InstanceType>m1.small</InstanceType>\n <LaunchConfigurationARN>arn:aws:autoscaling:us-east-1:803981987763:launchConfiguration:\n 9dbbbf87-6141-428a-a409-0752edbe6cad:launchConfigurationName/my-test-lc</LaunchConfigurationARN>\n <BlockDeviceMappings/>\n <ImageId>ami-514ac838</ImageId>\n <KeyName/>\n <RamdiskId/>\n <InstanceMonitoring>\n <Enabled>true</Enabled>\n </InstanceMonitoring>\n <EbsOptimized>false</EbsOptimized>\n </member>\n </LaunchConfigurations>\n </DescribeLaunchConfigurationsResult>\n <ResponseMetadata>\n <RequestId>d05a22f8-b690-11e2-bf8e-2113fEXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeLaunchConfigurationsResponse> </queryresponse>\n </examples> \n "
1580
1703
  },
1581
1704
  "DescribeMetricCollectionTypes": {
1582
1705
  "name": "DescribeMetricCollectionTypes",
@@ -1603,7 +1726,7 @@
1603
1726
  },
1604
1727
  "documentation": "\n <p>\n The MetricCollectionType data type.\n </p>\n "
1605
1728
  },
1606
- "documentation": "\n <p>The list of Metrics collected.The following metrics are supported:\n </p>\n <ul>\n <li><p>GroupMinSize</p></li>\n <li><p>GroupMaxSize</p></li>\n <li><p>GroupDesiredCapacity</p></li>\n <li><p>GroupInServiceInstances</p></li>\n <li><p>GroupPendingInstances</p></li>\n <li><p>GroupTerminatingInstances</p></li>\n <li><p>GroupTotalInstances</p></li>\n </ul>\n\n "
1729
+ "documentation": "\n <p>The list of Metrics collected. The following metrics are supported:\n </p>\n <ul>\n <li><p>GroupMinSize</p></li>\n <li><p>GroupMaxSize</p></li>\n <li><p>GroupDesiredCapacity</p></li>\n <li><p>GroupInServiceInstances</p></li>\n <li><p>GroupPendingInstances</p></li>\n <li><p>GroupTerminatingInstances</p></li>\n <li><p>GroupTotalInstances</p></li>\n </ul>\n\n "
1607
1730
  },
1608
1731
  "Granularities": {
1609
1732
  "shape_name": "MetricGranularityTypes",
@@ -1631,7 +1754,7 @@
1631
1754
  "errors": [
1632
1755
 
1633
1756
  ],
1634
- "documentation": "\n <p>\n Returns a list of metrics and a corresponding list \n of granularities for each metric.\n </p>\n "
1757
+ "documentation": "\n <p>\n Returns a list of metrics and a corresponding list \n of granularities for each metric.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Version=2011-01-01&Action=DescribeMetricCollectionTypes\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeMetricCollectionTypesResponse xmlns=\"http://autoscaling.amazonaws.co\noc/2011-01-01/\">\n <DescribeMetricCollectionTypesResult>\n <Metrics>\n <member>\n <Metric>GroupMinSize</Metric>\n </member>\n <member>\n <Metric>GroupMaxSize</Metric>\n </member>\n <member>\n <Metric>GroupDesiredCapacity</Metric>\n </member>\n <member>\n <Metric>GroupInServiceInstances</Metric>\n </member>\n <member>\n <Metric>GroupPendingInstances</Metric>\n </member>\n <member>\n <Metric>GroupTerminatingInstances</Metric>\n </member>\n <member>\n <Metric>GroupTotalInstances</Metric>\n </member>\n </Metrics>\n <Granularities>\n <member>\n <Granularity>1Minute</Granularity>\n </member>\n </Granularities>\n </DescribeMetricCollectionTypesResult>\n <ResponseMetadata>\n <RequestId>07f3fea2-bf3c-11e2-9b6f-f3cdbb80c073</RequestId>\n </ResponseMetadata>\n</DescribeMetricCollectionTypesResponse> </queryresponse>\n </examples> \n "
1635
1758
  },
1636
1759
  "DescribeNotificationConfigurations": {
1637
1760
  "name": "DescribeNotificationConfigurations",
@@ -1897,7 +2020,7 @@
1897
2020
  "documentation": "\n <p>\n The <code>NextToken</code> value is invalid.\n </p>\n "
1898
2021
  }
1899
2022
  ],
1900
- "documentation": "\n <p>\n Returns descriptions of what each policy does.\n This action supports pagination. If the response includes a token, \n there are more records available. To get the additional records, repeat\n the request with the response token as the <code>NextToken</code> parameter.\n </p>\n "
2023
+ "documentation": "\n <p>\n Returns descriptions of what each policy does.\n This action supports pagination. If the response includes a token, \n there are more records available. To get the additional records, repeat\n the request with the response token as the <code>NextToken</code> parameter.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&MaxRecords=20\n&Version=2011-01-01\n&Action=DescribePolicies\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribePoliciesResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribePoliciesResult>\n <ScalingPolicies>\n <member>\n <PolicyARN>arn:aws:autoscaling:us-east-1:803981987763:scalingPolicy:c322\n761b-3172-4d56-9a21-0ed9d6161d67:autoScalingGroupName/my-test-asg:policyName/MyScaleDownPolicy</PolicyARN>\n <AdjustmentType>ChangeInCapacity</AdjustmentType>\n <ScalingAdjustment>-1</ScalingAdjustment>\n <PolicyName>MyScaleDownPolicy</PolicyName>\n <AutoScalingGroupName>my-test-asg</AutoScalingGroupName>\n <Cooldown>60</Cooldown>\n <Alarms>\n <member>\n <AlarmName>TestQueue</AlarmName>\n <AlarmARN>arn:aws:cloudwatch:us-east-1:803981987763:alarm:TestQueue</AlarmARN>\n </member>\n </Alarms>\n </member>\n <member>\n <PolicyARN>arn:aws:autoscaling:us-east-1:803981987763:scalingPolicy:c55a5cdd-9be0-435b-b60b-a8dd313159f5:autoScalingGroupName/my-test-asg:policyName/MyScaleUpPolicy</PolicyARN>\n <AdjustmentType>ChangeInCapacity</AdjustmentType>\n <ScalingAdjustment>1</ScalingAdjustment>\n <PolicyName>MyScaleUpPolicy</PolicyName>\n <AutoScalingGroupName>my-test-asg</AutoScalingGroupName>\n <Cooldown>60</Cooldown>\n <Alarms>\n <member>\n <AlarmName>TestQueue</AlarmName>\n <AlarmARN>arn:aws:cloudwatch:us-east-1:803981987763:alarm:TestQueue</AlarmARN>\n </member>\n </Alarms>\n </member>\n </ScalingPolicies>\n </DescribePoliciesResult>\n <ResponseMetadata>\n <RequestId>ec3bffad-b739-11e2-b38d-15fbEXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribePoliciesResponse> </queryresponse>\n </examples> \n \n "
1901
2024
  },
1902
2025
  "DescribeScalingActivities": {
1903
2026
  "name": "DescribeScalingActivities",
@@ -2060,7 +2183,7 @@
2060
2183
  "documentation": "\n <p>\n The <code>NextToken</code> value is invalid.\n </p>\n "
2061
2184
  }
2062
2185
  ],
2063
- "documentation": "\n <p>\n Returns the scaling activities for the specified Auto Scaling group.\n </p>\n <p>\n If the specified <code>ActivityIds</code> list is empty,\n all the activities from the past six weeks are returned.\n Activities are sorted by completion time.\n Activities still in progress appear first on the list.\n </p>\n <p>\n This action supports pagination. If the response includes a token, \n there are more records available. To get the additional records, repeat\n the request with the response token as the <code>NextToken</code> parameter. \n </p>\n "
2186
+ "documentation": "\n <p>\n Returns the scaling activities for the specified Auto Scaling group.\n </p>\n <p>\n If the specified <code>ActivityIds</code> list is empty,\n all the activities from the past six weeks are returned.\n Activities are sorted by the start time.\n Activities still in progress appear first on the list.\n </p>\n <p>\n This action supports pagination. If the response includes a token, \n there are more records available. To get the additional records, repeat\n the request with the response token as the <code>NextToken</code> parameter. \n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&MaxRecords=20\n&Version=2011-01-01\n&Action=DescribeScalingActivities\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeScalingActivitiesResponse xmlns=\"http://ec2.amazonaws.com/doc/2011-01-01/\">\n<DescribeScalingActivitiesResult>\n<Activities>\n <member>\n <StatusCode>Failed</StatusCode>\n <Progress>0</Progress>\n <ActivityId>063308ae-aa22-4a9b-94f4-9faeEXAMPLE</ActivityId>\n <StartTime>2012-04-12T17:32:07.882Z</StartTime>\n <AutoScalingGroupName>my-test-asg</AutoScalingGroupName>\n <Cause>At 2012-04-12T17:31:30Z a user request created an AutoScalingGroup changing the desired capacity from 0 to 1. At 2012-04-12T17:32:07Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 1.</Cause>\n <Details>{}</Details>\n <Description>Launching a new EC2 instance. Status Reason: The image id 'ami-4edb0327' does not exist. Launching EC2 instance failed.</Description>\n <EndTime>2012-04-12T17:32:08Z</EndTime>\n <StatusMessage>The image id 'ami-4edb0327' does not exist. Launching EC2 instance failed.</StatusMessage>\n </member>\n</Activities>\n </DescribeScalingActivitiesResult>\n <ResponseMetadata>\n <RequestId>7a641adc-84c5-11e1-a8a5-217ebEXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeScalingActivitiesResponse> </queryresponse>\n </examples> \n "
2064
2187
  },
2065
2188
  "DescribeScalingProcessTypes": {
2066
2189
  "name": "DescribeScalingProcessTypes",
@@ -2086,7 +2209,7 @@
2086
2209
  "required": true
2087
2210
  }
2088
2211
  },
2089
- "documentation": "\n <p>\n There are two primary Auto Scaling process types--<code>Launch</code>\n and <code>Terminate</code>. The <code>Launch</code> process creates a new\n Amazon EC2 instance for an Auto Scaling group, and the <code>Terminate</code>\n process removes an existing Amazon EC2 instance.\n </p>\n <p>\n The remaining Auto Scaling process types relate to specific Auto Scaling features:\n <ul>\n <li>AddToLoadBalancer</li>\n <li>AlarmNotification</li>\n <li>AZRebalance</li>\n <li>HealthCheck</li>\n <li>ReplaceUnhealthy</li>\n <li>ScheduledActions</li>\n </ul>\n </p>\n <important>\n <p>\n If you suspend <code>Launch</code> or <code>Terminate</code>,\n all other process types are affected to varying degrees.\n The following descriptions discuss how each process type\n is affected by a suspension of <code>Launch</code> or\n <code>Terminate</code>.\n </p>\n </important>\n <p>\n The <code>AddToLoadBalancer</code> process type adds instances to the the load balancer \n when the instances are launched. If you suspend this process, Auto Scaling will launch \n the instances but will not add them to the load balancer. If you resume the \n <code>AddToLoadBalancer</code> process, Auto Scaling will also resume adding new instances to the load \n balancer when they are launched. However, Auto Scaling will not add running instances that\n were launched while the process was suspended; those instances must be added manually using the \n the <a href=\"http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/APIReference/API_RegisterInstancesWithLoadBalancer.html\">\n RegisterInstancesWithLoadBalancer</a> call in the <i>Elastic Load Balancing API Reference</i>.\n </p>\n <p>\n The <code>AlarmNotification</code> process type accepts notifications from\n Amazon CloudWatch alarms that are associated with the Auto Scaling group. If you\n suspend the <code>AlarmNotification</code> process type, Auto Scaling will not\n automatically execute scaling policies that would be triggered by alarms.\n </p>\n <p>\n Although the <code>AlarmNotification</code> process type is not directly\n affected by a suspension of <code>Launch</code> or <code>Terminate</code>,\n alarm notifications are often used to signal that a change in the size\n of the Auto Scaling group is warranted. If you suspend <code>Launch</code>\n or <code>Terminate</code>, Auto Scaling might not be able to implement the alarm's\n associated policy.\n </p>\n <p>\n The <code>AZRebalance</code> process type seeks to maintain a balanced number of \n instances across Availability Zones within a Region. If you remove an Availability\n Zone from your Auto Scaling group or an Availability Zone otherwise\n becomes unhealthy or unavailable, Auto Scaling launches new instances in an \n unaffected Availability Zone before terminating the unhealthy or unavailable instances. \n When the unhealthy Availability Zone returns to a healthy state, Auto Scaling automatically\n redistributes the application instances evenly across all of the designated Availability Zones.\n </p>\n <important>\n <p>\n If you call <a>SuspendProcesses</a> on the <code>launch</code> process type, the <code>AZRebalance</code>\n process will neither launch new instances nor terminate existing instances. \n This is because the <code>AZRebalance</code> process terminates existing instances only\n after launching the replacement instances. \n </p>\n <p>\n If you call <a>SuspendProcesses</a> on the <code>terminate</code> process type, the <code>AZRebalance</code>\n process can cause your Auto Scaling group to grow up to ten percent larger than\n the maximum size. This is because Auto Scaling allows groups to temporarily grow\n larger than the maximum size during rebalancing activities.\n If Auto Scaling cannot terminate instances, your Auto Scaling group could remain\n up to ten percent larger than the maximum size until you resume the <code>terminate</code>\n process type.\n </p>\n </important>\n <p>\n The <code>HealthCheck</code> process type checks the health of the instances.\n Auto Scaling marks an instance as unhealthy if Amazon EC2 or Elastic Load Balancing \n informs Auto Scaling that the instance is unhealthy. The <code>HealthCheck</code>\n process can override the health status of an instance that you set with <a>SetInstanceHealth</a>.\n </p>\n <p>\n The <code>ReplaceUnhealthy</code> process type terminates instances that are marked\n as unhealthy and subsequently creates new instances to replace them. This process\n calls both of the primary process types--first <code>Terminate</code> and\n then <code>Launch</code>. \n </p>\n <important>\n <p>\n The <code>HealthCheck</code> process type works in conjunction with the \n <code>ReplaceUnhealthly</code> process type to provide health check functionality.\n If you suspend either <code>Launch</code> or <code>Terminate</code>, the\n <code>ReplaceUnhealthy</code> process type will not function properly.\n </p>\n </important>\n <p>\n The <code>ScheduledActions</code> process type performs scheduled actions that you\n create with <a>PutScheduledUpdateGroupAction</a>. Scheduled actions often involve\n launching new instances or terminating existing instances. If you suspend either \n <code>Launch</code> or <code>Terminate</code>, your scheduled actions might not\n function as expected.\n </p>\n "
2212
+ "documentation": "\n <p>\n There are two primary Auto Scaling process types--<code>Launch</code>\n and <code>Terminate</code>. The <code>Launch</code> process creates a new\n Amazon EC2 instance for an Auto Scaling group, and the <code>Terminate</code>\n process removes an existing Amazon EC2 instance.\n </p>\n <p>\n The remaining Auto Scaling process types relate to specific Auto Scaling features:\n <ul>\n <li>AddToLoadBalancer</li>\n <li>AlarmNotification</li>\n <li>AZRebalance</li>\n <li>HealthCheck</li>\n <li>ReplaceUnhealthy</li>\n <li>ScheduledActions</li>\n </ul>\n </p>\n <important>\n <p>\n If you suspend <code>Launch</code> or <code>Terminate</code>,\n all other process types are affected to varying degrees.\n The following descriptions discuss how each process type\n is affected by a suspension of <code>Launch</code> or\n <code>Terminate</code>.\n </p>\n </important>\n <p>\n The <code>AddToLoadBalancer</code> process type adds instances to the load balancer \n when the instances are launched. If you suspend this process, Auto Scaling will launch \n the instances but will not add them to the load balancer. If you resume the \n <code>AddToLoadBalancer</code> process, Auto Scaling will also resume adding new instances to the load \n balancer when they are launched. However, Auto Scaling will not add running instances that\n were launched while the process was suspended; those instances must be added manually using the \n the <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_RegisterInstancesWithLoadBalancer.html\">\n RegisterInstancesWithLoadBalancer</a> call in the <i>Elastic Load Balancing API Reference</i>.\n </p>\n <p>\n The <code>AlarmNotification</code> process type accepts notifications from\n Amazon CloudWatch alarms that are associated with the Auto Scaling group. If you\n suspend the <code>AlarmNotification</code> process type, Auto Scaling will not\n automatically execute scaling policies that would be triggered by alarms.\n </p>\n <p>\n Although the <code>AlarmNotification</code> process type is not directly\n affected by a suspension of <code>Launch</code> or <code>Terminate</code>,\n alarm notifications are often used to signal that a change in the size\n of the Auto Scaling group is warranted. If you suspend <code>Launch</code>\n or <code>Terminate</code>, Auto Scaling might not be able to implement the alarm's\n associated policy.\n </p>\n <p>\n The <code>AZRebalance</code> process type seeks to maintain a balanced number of \n instances across Availability Zones within a Region. If you remove an Availability\n Zone from your Auto Scaling group or an Availability Zone otherwise\n becomes unhealthy or unavailable, Auto Scaling launches new instances in an \n unaffected Availability Zone before terminating the unhealthy or unavailable instances. \n When the unhealthy Availability Zone returns to a healthy state, Auto Scaling automatically\n redistributes the application instances evenly across all of the designated Availability Zones.\n </p>\n <important>\n <p>\n If you call <a>SuspendProcesses</a> on the <code>launch</code> process type, the <code>AZRebalance</code>\n process will neither launch new instances nor terminate existing instances. \n This is because the <code>AZRebalance</code> process terminates existing instances only\n after launching the replacement instances. \n </p>\n <p>\n If you call <a>SuspendProcesses</a> on the <code>terminate</code> process type, the <code>AZRebalance</code>\n process can cause your Auto Scaling group to grow up to ten percent larger than\n the maximum size. This is because Auto Scaling allows groups to temporarily grow\n larger than the maximum size during rebalancing activities.\n If Auto Scaling cannot terminate instances, your Auto Scaling group could remain\n up to ten percent larger than the maximum size until you resume the <code>terminate</code>\n process type.\n </p>\n </important>\n <p>\n The <code>HealthCheck</code> process type checks the health of the instances.\n Auto Scaling marks an instance as unhealthy if Amazon EC2 or Elastic Load Balancing \n informs Auto Scaling that the instance is unhealthy. The <code>HealthCheck</code>\n process can override the health status of an instance that you set with <a>SetInstanceHealth</a>.\n </p>\n <p>\n The <code>ReplaceUnhealthy</code> process type terminates instances that are marked\n as unhealthy and subsequently creates new instances to replace them. This process\n calls both of the primary process types--first <code>Terminate</code> and\n then <code>Launch</code>. \n </p>\n <important>\n <p>\n The <code>HealthCheck</code> process type works in conjunction with the \n <code>ReplaceUnhealthly</code> process type to provide health check functionality.\n If you suspend either <code>Launch</code> or <code>Terminate</code>, the\n <code>ReplaceUnhealthy</code> process type will not function properly.\n </p>\n </important>\n <p>\n The <code>ScheduledActions</code> process type performs scheduled actions that you\n create with <a>PutScheduledUpdateGroupAction</a>. Scheduled actions often involve\n launching new instances or terminating existing instances. If you suspend either \n <code>Launch</code> or <code>Terminate</code>, your scheduled actions might not\n function as expected.\n </p>\n "
2090
2213
  },
2091
2214
  "documentation": "\n <p>\n A list of <a>ProcessType</a> names.\n </p>\n "
2092
2215
  }
@@ -2096,7 +2219,7 @@
2096
2219
  "errors": [
2097
2220
 
2098
2221
  ],
2099
- "documentation": "\n <p>Returns scaling process types for use in the <a>ResumeProcesses</a> \n and <a>SuspendProcesses</a> actions.</p>\n "
2222
+ "documentation": "\n <p>Returns scaling process types for use in the <a>ResumeProcesses</a> \n and <a>SuspendProcesses</a> actions.</p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Version=2011-01-01\n&Action=DescribeScalingProcessTypes\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeScalingProcessTypesResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribeScalingProcessTypesResult>\n <Processes>\n <member>\n <ProcessName>AZRebalance</ProcessName>\n </member>\n <member>\n <ProcessName>AddToLoadBalancer</ProcessName>\n </member>\n <member>\n <ProcessName>AlarmNotification</ProcessName>\n </member>\n <member>\n <ProcessName>HealthCheck</ProcessName>\n </member>\n <member>\n <ProcessName>Launch</ProcessName>\n </member>\n <member>\n <ProcessName>ReplaceUnhealthy</ProcessName>\n </member>\n <member>\n <ProcessName>ScheduledActions</ProcessName>\n </member>\n <member>\n <ProcessName>Terminate</ProcessName>\n </member>\n </Processes>\n </DescribeScalingProcessTypesResult>\n <ResponseMetadata>\n <RequestId>27f2eacc-b73f-11e2-ad99-c7aba3a9c963</RequestId>\n </ResponseMetadata>\n</DescribeScalingProcessTypesResponse> </queryresponse>\n </examples> \n "
2100
2223
  },
2101
2224
  "DescribeScheduledActions": {
2102
2225
  "name": "DescribeScheduledActions",
@@ -2383,7 +2506,7 @@
2383
2506
  "documentation": "\n <p>\n The <code>NextToken</code> value is invalid.\n </p>\n "
2384
2507
  }
2385
2508
  ],
2386
- "documentation": "\n <p>\n Lists the Auto Scaling group tags. \n </p>\n <p>\n You can use filters to limit results when describing tags. For example, you can query for \n tags of a particular Auto Scaling group. You can specify multiple values for a filter. A \n tag must match at least one of the specified values for it to be included in the results. \n </p>\n <p>\n You can also specify multiple filters. The result includes information for a particular \n tag only if it matches all your filters. If there's no match, no special message is returned.\n </p>\n "
2509
+ "documentation": "\n <p>\n Lists the Auto Scaling group tags. \n </p>\n <p>\n You can use filters to limit results when describing tags. For example, you can query for \n tags of a particular Auto Scaling group. You can specify multiple values for a filter. A \n tag must match at least one of the specified values for it to be included in the results. \n </p>\n <p>\n You can also specify multiple filters. The result includes information for a particular \n tag only if it matches all your filters. If there's no match, no special message is returned.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Version=2011-01-01&Action=DescribeTags\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeTagsResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribeTagsResult>\n <Tags> \n <member>\n <ResourceId>my-test-asg</ResourceId>\n <PropagateAtLaunch>true</PropagateAtLaunch>\n <Value>1.0</Value>\n <Key>version</Key>\n <ResourceType>auto-scaling-group</ResourceType>\n </member>\n </Tags>\n </DescribeTagsResult>\n <ResponseMetadata>\n <RequestId>086265fd-bf3e-11e2-85fc-fbb1EXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeTagsResponse> </queryresponse>\n </examples> \n "
2387
2510
  },
2388
2511
  "DescribeTerminationPolicyTypes": {
2389
2512
  "name": "DescribeTerminationPolicyTypes",
@@ -2411,7 +2534,7 @@
2411
2534
  "errors": [
2412
2535
 
2413
2536
  ],
2414
- "documentation": "\n <p>\n Returns a list of all termination policies supported by Auto Scaling. \n </p> \n "
2537
+ "documentation": "\n <p>\n Returns a list of all termination policies supported by Auto Scaling. \n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?Version=2011-01-01\n&Action=DescribeTerminationPolicyTypes\n&AUTHPARAMS </queryrequest> \n <queryresponse><DescribeTerminationPolicyTypesResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <DescribeTerminationPolicyTypesResult>\n <TerminationPolicyTypes>\n <member>ClosestToNextInstanceHour</member>\n <member>Default</member>\n <member>NewestInstance</member>\n <member>OldestInstance</member>\n <member>OldestLaunchConfiguration</member>\n </TerminationPolicyTypes>\n </DescribeTerminationPolicyTypesResult>\n <ResponseMetadata>\n <RequestId>d9a05827-b735-11e2-a40c-c79a5EXAMPLE</RequestId>\n </ResponseMetadata>\n</DescribeTerminationPolicyTypesResponse> </queryresponse>\n </examples> \n \n "
2415
2538
  },
2416
2539
  "DisableMetricsCollection": {
2417
2540
  "name": "DisableMetricsCollection",
@@ -2494,7 +2617,7 @@
2494
2617
  "errors": [
2495
2618
 
2496
2619
  ],
2497
- "documentation": "\n <p>\n Enables monitoring of group metrics for the\n Auto Scaling group specified in <code>AutoScalingGroupName</code>.\n You can specify the list of enabled metrics with the\n <code>Metrics</code> parameter.\n </p>\n <p>\n Auto scaling metrics collection can be turned on only \n if the <code>InstanceMonitoring</code> flag, \n in the Auto Scaling group's launch configuration, \n is set to <code>True</code>.\n </p>\n "
2620
+ "documentation": "\n <p>\n Enables monitoring of group metrics for the\n Auto Scaling group specified in <code>AutoScalingGroupName</code>.\n You can specify the list of enabled metrics with the\n <code>Metrics</code> parameter.\n </p>\n <p>\n Auto Scaling metrics collection can be turned on only \n if the <code>InstanceMonitoring</code> flag, \n in the Auto Scaling group's launch configuration, \n is set to <code>True</code>.\n </p>\n "
2498
2621
  },
2499
2622
  "ExecutePolicy": {
2500
2623
  "name": "ExecutePolicy",
@@ -2508,7 +2631,7 @@
2508
2631
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
2509
2632
  "min_length": 1,
2510
2633
  "max_length": 1600,
2511
- "documentation": "\n <p>\n The name or ARN of the Auto Scaling group.\n </p>\n "
2634
+ "documentation": "\n <p>\n The name or the Amazon Resource Name (ARN) of the Auto Scaling group.\n </p>\n "
2512
2635
  },
2513
2636
  "PolicyName": {
2514
2637
  "shape_name": "ResourceName",
@@ -2516,13 +2639,13 @@
2516
2639
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
2517
2640
  "min_length": 1,
2518
2641
  "max_length": 1600,
2519
- "documentation": "\n <p>\n The name or PolicyARN of the policy you want to run.\n </p>\n ",
2642
+ "documentation": "\n <p>\n The name or ARN of the policy you want to run.\n </p>\n ",
2520
2643
  "required": true
2521
2644
  },
2522
2645
  "HonorCooldown": {
2523
2646
  "shape_name": "HonorCooldown",
2524
2647
  "type": "boolean",
2525
- "documentation": "\n <p>\n Set to <code>True</code> if you want Auto Scaling to reject this\n request when the Auto Scaling group is in cooldown.\n </p>\n "
2648
+ "documentation": "\n \n <p>Set to <code>True</code> if you want Auto Scaling to wait \n for the cooldown period associated with the Auto Scaling group \n to complete before executing the policy.</p>\n <p>Set to <code>False</code> if you want Auto Scaling to \n circumvent the cooldown period associated with the \n Auto Scaling group and execute the policy before the \n cooldown period ends. \n </p>\n <p>For information about cooldown period, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AS_Concepts.html#Cooldown\">Cooldown Period</a> \n in the <i>Auto Scaling Developer Guide</i>.</p>\n "
2526
2649
  }
2527
2650
  },
2528
2651
  "documentation": "\n "
@@ -2545,7 +2668,7 @@
2545
2668
  "documentation": "\n <p>\n You cannot delete an Auto Scaling group\n while there are scaling activities in progress for that group.\n </p>\n "
2546
2669
  }
2547
2670
  ],
2548
- "documentation": "\n <p>Runs the policy you create for your Auto Scaling group in <a>PutScalingPolicy</a>.</p>\n "
2671
+ "documentation": "\n <p>Executes the specified policy. </p>\n "
2549
2672
  },
2550
2673
  "PutNotificationConfiguration": {
2551
2674
  "name": "PutNotificationConfiguration",
@@ -2582,7 +2705,7 @@
2582
2705
  "max_length": 255,
2583
2706
  "documentation": null
2584
2707
  },
2585
- "documentation": "\n <p>The type of events that will trigger the notification. For more information, go to \n <a>DescribeAutoScalingNotificationTypes</a>.</p>\n ",
2708
+ "documentation": "\n <p>The type of event that will cause the notification to be sent. For details \n about notification types supported by Auto Scaling, see <a>DescribeAutoScalingNotificationTypes</a>.</p>\n ",
2586
2709
  "required": true
2587
2710
  }
2588
2711
  },
@@ -2606,7 +2729,7 @@
2606
2729
  "documentation": "\n <p>\n The quota for capacity groups or launch configurations\n for this customer has already been reached.\n </p>\n "
2607
2730
  }
2608
2731
  ],
2609
- "documentation": "\n <p>\n Configures an Auto Scaling group to send notifications when \n specified events take place. Subscribers to this topic can have \n messages for events delivered to an endpoint such as a web server \n or email address.\n </p>\n <p>\n \tA new <code>PutNotificationConfiguration</code> overwrites an existing configuration.</p>\n "
2732
+ "documentation": "\n <p>\n Configures an Auto Scaling group to send notifications when \n specified events take place. Subscribers to this topic can have \n messages for events delivered to an endpoint such as a web server \n or email address. \n </p>\n <p>For more information see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASGettingNotifications.html\">Get Email Notifications When Your Auto Scaling Group Changes</a></p>\n <p>A new <code>PutNotificationConfiguration</code> overwrites an existing configuration. </p>\n "
2610
2733
  },
2611
2734
  "PutScalingPolicy": {
2612
2735
  "name": "PutScalingPolicy",
@@ -2644,13 +2767,13 @@
2644
2767
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
2645
2768
  "min_length": 1,
2646
2769
  "max_length": 255,
2647
- "documentation": "\n <p>\n Specifies whether the <code>ScalingAdjustment</code> is \n an absolute number or a percentage of the current\n capacity. Valid values are <code>ChangeInCapacity</code>,\n <code>ExactCapacity</code>, and <code>PercentChangeInCapacity</code>.\n </p>\n ",
2770
+ "documentation": "\n <p>\n Specifies whether the <code>ScalingAdjustment</code> is \n an absolute number or a percentage of the current\n capacity. Valid values are <code>ChangeInCapacity</code>,\n <code>ExactCapacity</code>, and <code>PercentChangeInCapacity</code>.\n </p>\n <p>For more information about the adjustment types supported by Auto Scaling, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html\">Scale Based on Demand</a>.</p>\n ",
2648
2771
  "required": true
2649
2772
  },
2650
2773
  "Cooldown": {
2651
2774
  "shape_name": "Cooldown",
2652
2775
  "type": "integer",
2653
- "documentation": "\n <p>\n The amount of time, in seconds, after a scaling \n activity completes and before the next scaling acitvity can start.\n </p>\n "
2776
+ "documentation": "\n <p>\n The amount of time, in seconds, after a scaling \n activity completes and before the next scaling activity can start.\n </p>\n <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AS_Concepts.html#Cooldown\">Cooldown Period</a></p>\n "
2654
2777
  },
2655
2778
  "MinAdjustmentStep": {
2656
2779
  "shape_name": "MinAdjustmentStep",
@@ -2692,7 +2815,7 @@
2692
2815
  "documentation": "\n <p>\n The quota for capacity groups or launch configurations\n for this customer has already been reached.\n </p>\n "
2693
2816
  }
2694
2817
  ],
2695
- "documentation": "\n <p>\n Creates or updates a policy for an Auto Scaling group. \n To update an existing policy, use the existing\n policy name and set the parameter(s) you want to change. \n Any existing parameter not changed in an update to an\n existing policy is not changed in this update request.\n </p>\n "
2818
+ "documentation": "\n <p>\n Creates or updates a policy for an Auto Scaling group. \n To update an existing policy, use the existing\n policy name and set the parameter(s) you want to change. \n Any existing parameter not changed in an update to an\n existing policy is not changed in this update request.\n </p>\n <examples> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&ScalingAdjustment=30\n&AdjustmentType=PercentChangeInCapacity\n&PolicyName=my-scaleout-policy\n&Version=2011-01-01\n&Action=PutScalingPolicy\n&AUTHPARAMS </queryrequest> \n <queryresponse><PutScalingPolicyResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <PutScalingPolicyResult>\n <PolicyARN>arn:aws:autoscaling:us-east-1:803981987763:scalingPolicy:b0dcf5e8\n-02e6-4e31-9719-0675d0dc31ae:autoScalingGroupName/my-test-asg:policyName/my-scal\neout-policy</PolicyARN>\n </PutScalingPolicyResult>\n <ResponseMetadata>\n <RequestId>3cfc6fef-c08b-11e2-a697-2922EXAMPLE</RequestId>\n </ResponseMetadata>\n</PutScalingPolicyResponse> </queryresponse>\n </examples> \n "
2696
2819
  },
2697
2820
  "PutScheduledUpdateGroupAction": {
2698
2821
  "name": "PutScheduledUpdateGroupAction",
@@ -2726,7 +2849,7 @@
2726
2849
  "StartTime": {
2727
2850
  "shape_name": "TimestampType",
2728
2851
  "type": "timestamp",
2729
- "documentation": "\n <p>The time for this action to start, as in <code>--start-time 2010-06-01T00:00:00Z</code>.</p>\n <p>When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring\n action will start and stop.</p>\n "
2852
+ "documentation": "\n <p>The time for this action to start, as in <code>--start-time 2010-06-01T00:00:00Z</code>.</p>\n <p>If you try to schedule your action in the past, Auto Scaling returns an error message. </p>\n <p>When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring\n action will start and stop.</p>\n "
2730
2853
  },
2731
2854
  "EndTime": {
2732
2855
  "shape_name": "TimestampType",
@@ -2792,7 +2915,7 @@
2792
2915
  "documentation": "\n <p>\n The quota for capacity groups or launch configurations\n for this customer has already been reached.\n </p>\n "
2793
2916
  }
2794
2917
  ],
2795
- "documentation": "\n <p>\n Creates a scheduled scaling action for an Auto Scaling group. \n If you leave a parameter unspecified, the corresponding value \n remains unchanged in the affected Auto Scaling group.\n </p>\n "
2918
+ "documentation": "\n <p>\n Creates or updates a scheduled scaling action for an Auto Scaling group. \n When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value \n remains unchanged in the affected Auto Scaling group.\n </p>\n <p>For information on creating or updating a scheduled action for your Auto Scaling group, \n see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/schedule_time.html\">Scale Based on a Schedule</a>.</p>\n <note>\n <p>Auto Scaling supports the date and time expressed in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only.</p>\n </note>\n <examples>\n <example>\n <name>Schedule based on a specific date and time</name> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&ScheduledActionName=ScaleUp\n&StartTime=2013-05-25T08:00:00Z\n&DesiredCapacity=3\n&Version=2011-01-01\n&Action=PutScheduledUpdateGroupAction\n&AUTHPARAMS </queryrequest> \n <queryresponse><PutScheduledUpdateGroupActionResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>3bc8c9bc-6a62-11e2-8a51-4b8a1EXAMPLE</RequestId>\n </ResponseMetadata>\n </PutScheduledUpdateGroupActionResponse></queryresponse>\n </example> \n <example>\n <name>Recurring Schedule</name> \n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&ScheduledActionName=scaleup-schedule-year\n&Recurrence=\"30 0 1 1,6,12 *\"\n&DesiredCapacity=3\n&Version=2011-01-01\n&Action=PutScheduledUpdateGroupAction\n&AUTHPARAMS </queryrequest> \n <queryresponse><PutScheduledUpdateGroupActionResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>3bc8c9bc-6a62-11e2-8a51-4b8a1EXAMPLE</RequestId>\n </ResponseMetadata>\n </PutScheduledUpdateGroupActionResponse></queryresponse>\n </example> \n </examples> \n "
2796
2919
  },
2797
2920
  "ResumeProcesses": {
2798
2921
  "name": "ResumeProcesses",
@@ -2829,7 +2952,7 @@
2829
2952
  "errors": [
2830
2953
 
2831
2954
  ],
2832
- "documentation": "\n <p>\n Resumes Auto Scaling processes for an Auto Scaling group.\n For more information, see <a>SuspendProcesses</a> and <a>ProcessType</a>.\n </p>\n "
2955
+ "documentation": "\n <p>\n Resumes all suspended Auto Scaling processes for an Auto Scaling group.\n For information on suspending and resuming Auto Scaling process, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html\">Suspend and Resume Auto Scaling Process</a>.\n </p>\n "
2833
2956
  },
2834
2957
  "SetDesiredCapacity": {
2835
2958
  "name": "SetDesiredCapacity",
@@ -2855,7 +2978,7 @@
2855
2978
  "HonorCooldown": {
2856
2979
  "shape_name": "HonorCooldown",
2857
2980
  "type": "boolean",
2858
- "documentation": "\n <p>\n By default, <code>SetDesiredCapacity</code> overrides\n any cooldown period. Set to <code>True</code> if you want Auto Scaling to reject this\n request when the Auto Scaling group is in cooldown.\n </p>\n "
2981
+ "documentation": "\n <p>\n By default, <code>SetDesiredCapacity</code> overrides\n any cooldown period associated with the Auto Scaling group. Set to \n <code>True</code> if you want Auto Scaling to wait for the cooldown \n period associated with the Auto Scaling group to complete before \n initiating a scaling activity to set your Auto Scaling group\n to the new capacity setting.\n </p>\n "
2859
2982
  }
2860
2983
  },
2861
2984
  "documentation": "\n <p>\n\n </p>\n "
@@ -2878,7 +3001,7 @@
2878
3001
  "documentation": "\n <p>\n You cannot delete an Auto Scaling group\n while there are scaling activities in progress for that group.\n </p>\n "
2879
3002
  }
2880
3003
  ],
2881
- "documentation": "\n <p>\n Adjusts the desired size of the <a>AutoScalingGroup</a>\n by initiating scaling activities. When reducing\n the size of the group, it is not possible to define\n which Amazon EC2 instances will be terminated. This applies\n to any Auto Scaling decisions that might result\n in terminating instances.\n </p>\n <p>\n There are two common use cases for <code>SetDesiredCapacity</code>: \n one for users of the Auto Scaling triggering system, \n and another for developers who write their own triggering systems. \n Both use cases relate to the concept of cooldown.\n </p>\n <p>\n In the first case, if you use the Auto Scaling triggering system, \n <code>SetDesiredCapacity</code> changes the size \n of your Auto Scaling group without regard to the cooldown period. \n This could be useful, for example, if Auto Scaling did something \n unexpected for some reason. \n If your cooldown period is 10 minutes, Auto Scaling would normally reject \n requests to change the size of the group for that entire 10-minute \n period. The <code>SetDesiredCapacity</code> command allows you to \n circumvent this restriction and change the size of the group \n before the end of the cooldown period.\n </p>\n <p>\n In the second case, if you write your own triggering system, \n you can use <code>SetDesiredCapacity</code> to control the size\n of your Auto Scaling group. If you want the same cooldown \n functionality that Auto Scaling offers, you can configure \n <code>SetDesiredCapacity</code> to honor cooldown by setting the \n <code>HonorCooldown</code> parameter to <code>true</code>. \n </p>\n "
3004
+ "documentation": "\n <p>\n Sets the desired size of the specified <a>AutoScalingGroup</a>. \n </p>\n <examples>\n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg\n&HonorCooldown=false\n&DesiredCapacity=2\n&Version=2011-01-01\n&Action=SetDesiredCapacity\n&AUTHPARAMS </queryrequest> \n <queryresponse><SetDesiredCapacityResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>9fb7e2db-6998-11e2-a985-57c82EXAMPLE</RequestId>\n </ResponseMetadata>\n</SetDesiredCapacityResponse></queryresponse> \n </examples> \n "
2882
3005
  },
2883
3006
  "SetInstanceHealth": {
2884
3007
  "name": "SetInstanceHealth",
@@ -2901,13 +3024,13 @@
2901
3024
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
2902
3025
  "min_length": 1,
2903
3026
  "max_length": 32,
2904
- "documentation": "\n <p>\n The health status of the instance. \n \"Healthy\" means that the instance is healthy and should\n remain in service.\n \"Unhealthy\" means that the instance is unhealthy. Auto\n Scaling should terminate and replace it.\n </p>\n ",
3027
+ "documentation": "\n <p>\n The health status of the instance. \n Set to <code>Healthy</code> if you want the instance to remain in service.\n Set to <code>Unhealthy</code> if you want the instance to be out of service. Auto\n Scaling will terminate and replace the unhealthy instance.\n </p>\n ",
2905
3028
  "required": true
2906
3029
  },
2907
3030
  "ShouldRespectGracePeriod": {
2908
3031
  "shape_name": "ShouldRespectGracePeriod",
2909
3032
  "type": "boolean",
2910
- "documentation": "\n <p>If True, this call should respect the grace period\n associated with the group.</p>\n "
3033
+ "documentation": "\n <p>If the Auto Scaling group of the specified instance has a <code>HealthCheckGracePeriod</code> \n specified for the group, by default, this call will respect the grace period. Set this \n to <code>False</code>, if you do not want the call to respect the grace period associated \n with the group.</p>\n <p>For more information, see the <code>HealthCheckGracePeriod</code> parameter description in the \n <a>CreateAutoScalingGroup</a> action. </p>\n "
2911
3034
  }
2912
3035
  },
2913
3036
  "documentation": "\n "
@@ -2916,7 +3039,7 @@
2916
3039
  "errors": [
2917
3040
 
2918
3041
  ],
2919
- "documentation": "\n <p>\n Sets the health status of an instance. \n </p>\n "
3042
+ "documentation": "\n <p>\n Sets the health status of a specified instance that belongs to any of your Auto Scaling groups. \n </p>\n <p>For more information, see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-configure-healthcheck.html\">Configure Health Checks for Your Auto Scaling group</a>.</p>\n "
2920
3043
  },
2921
3044
  "SuspendProcesses": {
2922
3045
  "name": "SuspendProcesses",
@@ -2953,7 +3076,7 @@
2953
3076
  "errors": [
2954
3077
 
2955
3078
  ],
2956
- "documentation": "\n <p>\n Suspends Auto Scaling processes for an Auto Scaling group.\n To suspend specific process types, specify them by name\n with the <code>ScalingProcesses.member.N</code> parameter.\n To suspend all process types, omit the <code>ScalingProcesses.member.N</code>\n parameter. \n </p>\n <important>\n <p>\n Suspending either of the two primary process types,\n <code>Launch</code> or <code>Terminate</code>,\n can prevent other process types from functioning\n properly. For more information about processes\n and their dependencies, see <a>ProcessType</a>.\n </p>\n </important>\n <p>\n To resume processes that have been suspended,\n use <a>ResumeProcesses</a>.\n </p>\n "
3079
+ "documentation": "\n <p>\n Suspends Auto Scaling processes for an Auto Scaling group.\n To suspend specific process types, specify them by name\n with the <code>ScalingProcesses.member.N</code> parameter.\n To suspend all process types, omit the <code>ScalingProcesses.member.N</code>\n parameter. \n </p>\n <important>\n <p>\n Suspending either of the two primary process types,\n <code>Launch</code> or <code>Terminate</code>,\n can prevent other process types from functioning\n properly. \n </p>\n </important>\n <p>\n To resume processes that have been suspended,\n use <a>ResumeProcesses</a> For more information on suspending and resuming Auto Scaling process, \n see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html\">Suspend and Resume Auto Scaling Process</a>.\n </p>\n "
2957
3080
  },
2958
3081
  "TerminateInstanceInAutoScalingGroup": {
2959
3082
  "name": "TerminateInstanceInAutoScalingGroup",
@@ -3130,7 +3253,7 @@
3130
3253
  "DefaultCooldown": {
3131
3254
  "shape_name": "Cooldown",
3132
3255
  "type": "integer",
3133
- "documentation": "\n <p>\n The amount of time, in seconds, after a scaling activity \n completes before any further trigger-related\n scaling activities can start.\n </p>\n "
3256
+ "documentation": "\n <p>\n The amount of time, in seconds, after a scaling activity \n completes before any further scaling activities can start.\n For more information, \n see <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AS_Concepts.html#Cooldown\">Cooldown Period</a>. \n </p>\n "
3134
3257
  },
3135
3258
  "AvailabilityZones": {
3136
3259
  "shape_name": "AvailabilityZones",
@@ -3152,7 +3275,7 @@
3152
3275
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
3153
3276
  "min_length": 1,
3154
3277
  "max_length": 32,
3155
- "documentation": "\n <p>\n The service of interest for the health status check,\n either \"EC2\" for Amazon EC2 or \"ELB\" for Elastic Load Balancing.\n </p>\n "
3278
+ "documentation": "\n <p>\n The type of health check for the instances in the Auto Scaling group. \n The health check type can either be <code>EC2</code> for Amazon EC2 or <code>ELB</code> for Elastic Load Balancing.\n </p>\n "
3156
3279
  },
3157
3280
  "HealthCheckGracePeriod": {
3158
3281
  "shape_name": "HealthCheckGracePeriod",
@@ -3165,7 +3288,7 @@
3165
3288
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
3166
3289
  "min_length": 1,
3167
3290
  "max_length": 255,
3168
- "documentation": "\n <p>\n The name of the cluster placement group, if applicable. For\n more information, go to \n <a href=\"http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/using_cluster_computing.html\">\n Using Cluster Instances</a>\n in the Amazon EC2 User Guide.\n </p>\n "
3291
+ "documentation": "\n <p>\n The name of the cluster placement group, if applicable. For\n more information, go to \n <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html\">\n Using Cluster Instances</a>\n in the Amazon EC2 User Guide.\n </p>\n "
3169
3292
  },
3170
3293
  "VPCZoneIdentifier": {
3171
3294
  "shape_name": "XmlStringMaxLen255",
@@ -3173,7 +3296,7 @@
3173
3296
  "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*",
3174
3297
  "min_length": 1,
3175
3298
  "max_length": 255,
3176
- "documentation": "\n <p>\n The subnet identifier for the Amazon VPC connection, if applicable. You can specify several subnets in a \n comma-separated list. \n </p>\n <p>\n When you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, ensure that the \n subnets' Availability Zones match the values you specify for <code>AvailabilityZones</code>.\n </p>\n "
3299
+ "documentation": "\n <p>\n The subnet identifier for the Amazon VPC connection, if applicable. You can specify several subnets in a \n comma-separated list. \n </p>\n <p>\n When you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, ensure that the \n subnets' Availability Zones match the values you specify for <code>AvailabilityZones</code>.\n </p>\n <p>\n For more information on creating your Auto Scaling group in Amazon VPC by specifying subnets, see \n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/autoscalingsubnets.html\">Launch Auto Scaling Instances into Amazon VPC</a> in the \n the <i>Auto Scaling Developer Guide</i>.\n </p> \n "
3177
3300
  },
3178
3301
  "TerminationPolicies": {
3179
3302
  "shape_name": "TerminationPolicies",
@@ -3186,7 +3309,7 @@
3186
3309
  "max_length": 1600,
3187
3310
  "documentation": null
3188
3311
  },
3189
- "documentation": "\n <p>\n A standalone termination policy or a list of termination policies used to select the instance to terminate. \n The policies are executed in the order that they are listed. \n </p>\n <p>\n For more information on creating a termination policy for your Auto Scaling group, go to \n <a href=\"http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/us-termination-policy.html\">Instance Termination Policy for Your Auto Scaling Group</a> in the \n the <i>Auto Scaling Developer Guide</i>.\n </p> \n "
3312
+ "documentation": "\n <p>\n A standalone termination policy or a list of termination policies used to select the instance to terminate. \n The policies are executed in the order that they are listed. \n </p>\n <p>\n For more information on creating a termination policy for your Auto Scaling group, go to \n <a href=\"http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/us-termination-policy.html\">Instance Termination Policy for Your Auto Scaling Group</a> in the \n the <i>Auto Scaling Developer Guide</i>.\n </p> \n "
3190
3313
  }
3191
3314
  },
3192
3315
  "documentation": "\n <p>\n \n </p>\n "
@@ -3209,7 +3332,7 @@
3209
3332
  "documentation": "\n <p>\n You cannot delete an Auto Scaling group\n while there are scaling activities in progress for that group.\n </p>\n "
3210
3333
  }
3211
3334
  ],
3212
- "documentation": "\n <p>\n Updates the configuration for the specified <a>AutoScalingGroup</a>.\n </p>\n <note>\n <p>\n To update an Auto Scaling group with a launch configuration\n that has the <code>InstanceMonitoring</code> flag\n set to <code>False</code>, you must first ensure that collection\n of group metrics is disabled. Otherwise, calls to \n <a>UpdateAutoScalingGroup</a> will fail.\n If you have previously enabled group metrics collection, \n you can disable collection of all group metrics\n by calling <a>DisableMetricsCollection</a>.\n \n </p>\n </note>\n <p>\n The new settings are registered upon the completion of this call.\n Any launch configuration settings take effect on any triggers after\n this call returns.\n Triggers that are currently in progress aren't affected.\n </p>\n <note>\n <ul>\n <li>\n <p>If a new value is specified for <i>MinSize</i> without specifying the value for <i>DesiredCapacity</i>, \n and if the new <i>MinSize</i> is larger than the current size of the Auto Scaling Group, there\n will be an implicit call to <a>SetDesiredCapacity</a> to set the group to the new <i>MinSize</i>. </p>\n </li>\n <li>\n <p>If a new value is specified for <i>MaxSize</i> without specifying the value for <i>DesiredCapacity</i>, and \n the new <i>MaxSize</i> is smaller than the current size of the Auto Scaling Group, there will \n be an implicit call to <a>SetDesiredCapacity</a> to set the group to the new <i>MaxSize</i>. </p>\n </li>\n <li>\n <p>All other optional parameters are left unchanged if not passed in the request.</p>\n </li>\n </ul>\n </note>\n \n "
3335
+ "documentation": "\n <p>\n Updates the configuration for the specified <a>AutoScalingGroup</a>.\n </p>\n <note>\n <p>\n To update an Auto Scaling group with a launch configuration\n that has the <code>InstanceMonitoring</code> flag\n set to <code>False</code>, you must first ensure that collection\n of group metrics is disabled. Otherwise, calls to \n <a>UpdateAutoScalingGroup</a> will fail.\n If you have previously enabled group metrics collection, \n you can disable collection of all group metrics\n by calling <a>DisableMetricsCollection</a>.\n \n </p>\n </note>\n <p>\n The new settings are registered upon the completion of this call.\n Any launch configuration settings take effect on any triggers after\n this call returns.\n Scaling activities that are currently in progress aren't affected.\n </p>\n <note>\n <ul>\n <li>\n <p>If a new value is specified for <i>MinSize</i> without specifying the value for <i>DesiredCapacity</i>, \n and if the new <i>MinSize</i> is larger than the current size of the Auto Scaling Group, there\n will be an implicit call to <a>SetDesiredCapacity</a> to set the group to the new <i>MinSize</i>. </p>\n </li>\n <li>\n <p>If a new value is specified for <i>MaxSize</i> without specifying the value for <i>DesiredCapacity</i>, and \n the new <i>MaxSize</i> is smaller than the current size of the Auto Scaling Group, there will \n be an implicit call to <a>SetDesiredCapacity</a> to set the group to the new <i>MaxSize</i>. </p>\n </li>\n <li>\n <p>All other optional parameters are left unchanged if not passed in the request.</p>\n </li>\n </ul>\n </note>\n <examples>\n <example>\n <name>Update existing Auto Scaling group with ELB health check</name>\n <queryrequest>https://autoscaling.amazonaws.com/?HealthCheckType=ELB\n&HealthCheckGracePeriod=300\n&AutoScalingGroupName=my-test-asg-lbs\n&Version=2011-01-01\n&Action=UpdateAutoScalingGroup\n&AUTHPARAMS </queryrequest> \n <queryresponse><UpdateAutoScalingGroupResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>adafead0-ab8a-11e2-ba13-ab0ccEXAMPLE</RequestId>\n </ResponseMetadata>\n</UpdateAutoScalingGroupResponse></queryresponse>\n </example>\n <example>\n <name>Update existing Auto Scaling group with a new Availability Zone </name>\n <queryrequest>https://autoscaling.amazonaws.com/?AutoScalingGroupName=my-test-asg-lbs\n&AvailabilityZones.member.1=us-east-1a\n&AvailabilityZones.member.2=us-east-1b\n&AvailabilityZones.member.3=us-east-1c\n&MinSize=3\n&Version=2011-01-01\n&Action=UpdateAutoScalingGroup\n&AUTHPARAMS </queryrequest> \n <queryresponse><UpdateAutoScalingGroupResponse xmlns=\"http://autoscaling.amazonaws.com/doc/2011-01-01/\">\n <ResponseMetadata>\n <RequestId>adafead0-ab8a-11e2-ba13-ab0ccEXAMPLE</RequestId>\n </ResponseMetadata>\n</UpdateAutoScalingGroupResponse></queryresponse>\n </example> \n </examples> \n \n "
3213
3336
  }
3214
3337
  }
3215
3338
  }