{ "metadata":{ "apiVersion":"2011-01-01", "endpointPrefix":"autoscaling", "serviceFullName":"Auto Scaling", "signatureVersion":"v4", "xmlNamespace":"http://autoscaling.amazonaws.com/doc/2011-01-01/", "protocol":"query" }, "documentation":"Auto Scaling

Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service in conjunction with the Amazon CloudWatch and Elastic Load Balancing services.

", "operations":{ "AttachInstances":{ "name":"AttachInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachInstancesQuery"}, "documentation":"

Attaches one or more EC2 instances to the specified Auto Scaling group.

For more information, see Attach Amazon EC2 Instances to Your Existing Auto Scaling Group in the Auto Scaling Developer Guide.

" }, "CompleteLifecycleAction":{ "name":"CompleteLifecycleAction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CompleteLifecycleActionType"}, "output":{ "shape":"CompleteLifecycleActionAnswer", "resultWrapper":"CompleteLifecycleActionResult" }, "documentation":"

Completes the lifecycle action for the associated token initiated under the given lifecycle hook with the specified result.

This operation is a part of the basic sequence for adding a lifecycle hook to an Auto Scaling group:

  1. Create a notification target. A target can be either an Amazon SQS queue or an Amazon SNS topic.
  2. Create an IAM role. This role allows Auto Scaling to publish lifecycle notifications to the designated SQS queue or SNS topic.
  3. Create the lifecycle hook. You can create a hook that acts when instances launch or when instances terminate.
  4. If necessary, record the lifecycle action heartbeat to keep the instance in a pending state.
  5. Complete the lifecycle action.

For more information, see Auto Scaling Pending State and Auto Scaling Terminating State in the Auto Scaling Developer Guide.

" }, "CreateAutoScalingGroup":{ "name":"CreateAutoScalingGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateAutoScalingGroupType"}, "errors":[ { "shape":"AlreadyExistsFault", "error":{ "code":"AlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

You already have an Auto Scaling group or launch configuration with this name.

" }, { "shape":"LimitExceededFault", "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" } ], "documentation":"

Creates an Auto Scaling group with the specified name and attributes.

If you exceed your maximum limit of Auto Scaling groups, which by default is 20 per region, the call fails. For information about viewing and updating these limits, see DescribeAccountLimits.

" }, "CreateLaunchConfiguration":{ "name":"CreateLaunchConfiguration", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateLaunchConfigurationType"}, "errors":[ { "shape":"AlreadyExistsFault", "error":{ "code":"AlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

You already have an Auto Scaling group or launch configuration with this name.

" }, { "shape":"LimitExceededFault", "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" } ], "documentation":"

Creates a launch configuration.

If you exceed your maximum limit of launch configurations, which by default is 100 per region, the call fails. For information about viewing and updating these limits, see DescribeAccountLimits.

" }, "CreateOrUpdateTags":{ "name":"CreateOrUpdateTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateOrUpdateTagsType"}, "errors":[ { "shape":"LimitExceededFault", "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" }, { "shape":"AlreadyExistsFault", "error":{ "code":"AlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

You already have an Auto Scaling group or launch configuration with this name.

" } ], "documentation":"

Creates or updates tags for the specified Auto Scaling group.

A tag's definition is composed of a resource ID, resource type, key and value, and the propagate flag. Value and the propagate flag are optional parameters. See the Request Parameters for more information.

For more information, see Add, Modify, or Remove Auto Scaling Group Tags in the Auto Scaling Developer Guide.

" }, "DeleteAutoScalingGroup":{ "name":"DeleteAutoScalingGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteAutoScalingGroupType"}, "errors":[ { "shape":"ScalingActivityInProgressFault", "error":{ "code":"ScalingActivityInProgress", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group can't be deleted because there are scaling activities in progress.

" }, { "shape":"ResourceInUseFault", "error":{ "code":"ResourceInUse", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group or launch configuration can't be deleted because it is in use.

" } ], "documentation":"

Deletes the specified Auto Scaling group.

The group must have no instances and no scaling activities in progress.

To remove all instances before calling DeleteAutoScalingGroup, you can call UpdateAutoScalingGroup to set the minimum and maximum size of the AutoScalingGroup to zero.

" }, "DeleteLaunchConfiguration":{ "name":"DeleteLaunchConfiguration", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"LaunchConfigurationNameType"}, "errors":[ { "shape":"ResourceInUseFault", "error":{ "code":"ResourceInUse", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group or launch configuration can't be deleted because it is in use.

" } ], "documentation":"

Deletes the specified launch configuration.

The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.

" }, "DeleteLifecycleHook":{ "name":"DeleteLifecycleHook", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteLifecycleHookType"}, "output":{ "shape":"DeleteLifecycleHookAnswer", "resultWrapper":"DeleteLifecycleHookResult" }, "documentation":"

Deletes the specified lifecycle hook.

If there are any outstanding lifecycle actions, they are completed first (ABANDON for launching instances, CONTINUE for terminating instances).

" }, "DeleteNotificationConfiguration":{ "name":"DeleteNotificationConfiguration", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNotificationConfigurationType"}, "documentation":"

Deletes the specified notification.

" }, "DeletePolicy":{ "name":"DeletePolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{ "shape":"DeletePolicyType", "documentation":"

" }, "documentation":"

Deletes the specified Auto Scaling policy.

" }, "DeleteScheduledAction":{ "name":"DeleteScheduledAction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteScheduledActionType"}, "documentation":"

Deletes the specified scheduled action.

" }, "DeleteTags":{ "name":"DeleteTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteTagsType"}, "documentation":"

Deletes the specified tags.

" }, "DescribeAccountLimits":{ "name":"DescribeAccountLimits", "http":{ "method":"POST", "requestUri":"/" }, "output":{ "shape":"DescribeAccountLimitsAnswer", "resultWrapper":"DescribeAccountLimitsResult" }, "documentation":"

Describes the current Auto Scaling resource limits for your AWS account.

For information about requesting an increase in these limits, see AWS Service Limits.

" }, "DescribeAdjustmentTypes":{ "name":"DescribeAdjustmentTypes", "http":{ "method":"POST", "requestUri":"/" }, "output":{ "shape":"DescribeAdjustmentTypesAnswer", "resultWrapper":"DescribeAdjustmentTypesResult" }, "documentation":"

Lists the policy adjustment types for use with PutScalingPolicy.

" }, "DescribeAutoScalingGroups":{ "name":"DescribeAutoScalingGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AutoScalingGroupNamesType"}, "output":{ "shape":"AutoScalingGroupsType", "resultWrapper":"DescribeAutoScalingGroupsResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Describes one or more Auto Scaling groups. If a list of names is not provided, the call describes all Auto Scaling groups.

You can specify a maximum number of items to be returned with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token in the NextToken parameter.

" }, "DescribeAutoScalingInstances":{ "name":"DescribeAutoScalingInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAutoScalingInstancesType"}, "output":{ "shape":"AutoScalingInstancesType", "resultWrapper":"DescribeAutoScalingInstancesResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Describes one or more Auto Scaling instances. If a list is not provided, the call describes all instances.

You can describe up to a maximum of 50 instances with a single call. By default, a call returns up to 20 instances. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token in the NextToken parameter.

" }, "DescribeAutoScalingNotificationTypes":{ "name":"DescribeAutoScalingNotificationTypes", "http":{ "method":"POST", "requestUri":"/" }, "output":{ "shape":"DescribeAutoScalingNotificationTypesAnswer", "resultWrapper":"DescribeAutoScalingNotificationTypesResult" }, "documentation":"

Lists the notification types that are supported by Auto Scaling.

" }, "DescribeLaunchConfigurations":{ "name":"DescribeLaunchConfigurations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"LaunchConfigurationNamesType"}, "output":{ "shape":"LaunchConfigurationsType", "resultWrapper":"DescribeLaunchConfigurationsResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Describes one or more launch configurations. If you omit the list of names, then the call describes all launch configurations.

You can specify a maximum number of items to be returned with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token in the NextToken parameter.

" }, "DescribeLifecycleHookTypes":{ "name":"DescribeLifecycleHookTypes", "http":{ "method":"POST", "requestUri":"/" }, "output":{ "shape":"DescribeLifecycleHookTypesAnswer", "resultWrapper":"DescribeLifecycleHookTypesResult" }, "documentation":"

Describes the available types of lifecycle hooks.

" }, "DescribeLifecycleHooks":{ "name":"DescribeLifecycleHooks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeLifecycleHooksType"}, "output":{ "shape":"DescribeLifecycleHooksAnswer", "resultWrapper":"DescribeLifecycleHooksResult" }, "documentation":"

Describes the lifecycle hooks for the specified Auto Scaling group.

" }, "DescribeMetricCollectionTypes":{ "name":"DescribeMetricCollectionTypes", "http":{ "method":"POST", "requestUri":"/" }, "output":{ "shape":"DescribeMetricCollectionTypesAnswer", "resultWrapper":"DescribeMetricCollectionTypesResult" }, "documentation":"

Returns a list of metrics and a corresponding list of granularities for each metric.

The GroupStandbyInstances metric is not returned by default. You must explicitly request it when calling EnableMetricsCollection.

" }, "DescribeNotificationConfigurations":{ "name":"DescribeNotificationConfigurations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeNotificationConfigurationsType"}, "output":{ "shape":"DescribeNotificationConfigurationsAnswer", "resultWrapper":"DescribeNotificationConfigurationsResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Describes the notification actions associated with the specified Auto Scaling group.

" }, "DescribePolicies":{ "name":"DescribePolicies", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribePoliciesType"}, "output":{ "shape":"PoliciesType", "resultWrapper":"DescribePoliciesResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Describes the policies for the specified Auto Scaling group.

You can specify a maximum number of items to be returned with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token in the NextToken parameter.

" }, "DescribeScalingActivities":{ "name":"DescribeScalingActivities", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeScalingActivitiesType"}, "output":{ "shape":"ActivitiesType", "resultWrapper":"DescribeScalingActivitiesResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Describes one or more scaling activities for the specified Auto Scaling group. If you omit the ActivityIds, the call returns all activities from the past six weeks. Activities are sorted by the start time. Activities still in progress appear first on the list.

You can specify a maximum number of items to be returned with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token in the NextToken parameter.

" }, "DescribeScalingProcessTypes":{ "name":"DescribeScalingProcessTypes", "http":{ "method":"POST", "requestUri":"/" }, "output":{ "shape":"ProcessesType", "resultWrapper":"DescribeScalingProcessTypesResult" }, "documentation":"

Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.

" }, "DescribeScheduledActions":{ "name":"DescribeScheduledActions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeScheduledActionsType"}, "output":{ "shape":"ScheduledActionsType", "resultWrapper":"DescribeScheduledActionsResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Lists the actions scheduled for your Auto Scaling group that haven't been executed. To list the actions that were already executed, use DescribeScalingActivities.

" }, "DescribeTags":{ "name":"DescribeTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeTagsType"}, "output":{ "shape":"TagsType", "resultWrapper":"DescribeTagsResult" }, "errors":[ { "shape":"InvalidNextToken", "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" } ], "documentation":"

Describes the specified tags.

You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results.

You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.

" }, "DescribeTerminationPolicyTypes":{ "name":"DescribeTerminationPolicyTypes", "http":{ "method":"POST", "requestUri":"/" }, "output":{ "shape":"DescribeTerminationPolicyTypesAnswer", "resultWrapper":"DescribeTerminationPolicyTypesResult" }, "documentation":"

Lists the termination policies supported by Auto Scaling.

" }, "DetachInstances":{ "name":"DetachInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachInstancesQuery"}, "output":{ "shape":"DetachInstancesAnswer", "resultWrapper":"DetachInstancesResult" }, "documentation":"

Removes one or more instances from the specified Auto Scaling group. After the instances are detached, you can manage them independently from the rest of the Auto Scaling group.

For more information, see Detach EC2 Instances from Your Auto Scaling Group in the Auto Scaling Developer Guide.

" }, "DisableMetricsCollection":{ "name":"DisableMetricsCollection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisableMetricsCollectionQuery"}, "documentation":"

Disables monitoring of the specified metrics for the specified Auto Scaling group.

" }, "EnableMetricsCollection":{ "name":"EnableMetricsCollection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableMetricsCollectionQuery"}, "documentation":"

Enables monitoring of the specified metrics for the specified Auto Scaling group.

You can only enable metrics collection if InstanceMonitoring in the launch configuration for the group is set to True.

" }, "EnterStandby":{ "name":"EnterStandby", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnterStandbyQuery"}, "output":{ "shape":"EnterStandbyAnswer", "resultWrapper":"EnterStandbyResult" }, "documentation":"

Moves the specified instances into Standby mode.

For more information, see Auto Scaling InService State in the Auto Scaling Developer Guide.

" }, "ExecutePolicy":{ "name":"ExecutePolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ExecutePolicyType"}, "errors":[ { "shape":"ScalingActivityInProgressFault", "error":{ "code":"ScalingActivityInProgress", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group can't be deleted because there are scaling activities in progress.

" } ], "documentation":"

Executes the specified policy.

" }, "ExitStandby":{ "name":"ExitStandby", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ExitStandbyQuery"}, "output":{ "shape":"ExitStandbyAnswer", "resultWrapper":"ExitStandbyResult" }, "documentation":"

Moves the specified instances out of Standby mode.

For more information, see Auto Scaling InService State in the Auto Scaling Developer Guide.

" }, "PutLifecycleHook":{ "name":"PutLifecycleHook", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutLifecycleHookType"}, "output":{ "shape":"PutLifecycleHookAnswer", "resultWrapper":"PutLifecycleHookResult" }, "errors":[ { "shape":"LimitExceededFault", "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" } ], "documentation":"

Creates or updates a lifecycle hook for the specified Auto Scaling Group.

A lifecycle hook tells Auto Scaling that you want to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates.

This operation is a part of the basic sequence for adding a lifecycle hook to an Auto Scaling group:

  1. Create a notification target. A target can be either an Amazon SQS queue or an Amazon SNS topic.
  2. Create an IAM role. This role allows Auto Scaling to publish lifecycle notifications to the designated SQS queue or SNS topic.
  3. Create the lifecycle hook. You can create a hook that acts when instances launch or when instances terminate.
  4. If necessary, record the lifecycle action heartbeat to keep the instance in a pending state.
  5. Complete the lifecycle action.

For more information, see Auto Scaling Pending State and Auto Scaling Terminating State in the Auto Scaling Developer Guide.

" }, "PutNotificationConfiguration":{ "name":"PutNotificationConfiguration", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutNotificationConfigurationType"}, "errors":[ { "shape":"LimitExceededFault", "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" } ], "documentation":"

Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to this topic can have messages for events delivered to an endpoint such as a web server or email address.

For more information see Getting Notifications When Your Auto Scaling Group Changes in the Auto Scaling Developer Guide.

This configuration overwrites an existing configuration.

" }, "PutScalingPolicy":{ "name":"PutScalingPolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutScalingPolicyType"}, "output":{ "shape":"PolicyARNType", "resultWrapper":"PutScalingPolicyResult" }, "errors":[ { "shape":"LimitExceededFault", "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" } ], "documentation":"

Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters you want to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request.

" }, "PutScheduledUpdateGroupAction":{ "name":"PutScheduledUpdateGroupAction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutScheduledUpdateGroupActionType"}, "errors":[ { "shape":"AlreadyExistsFault", "error":{ "code":"AlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

You already have an Auto Scaling group or launch configuration with this name.

" }, { "shape":"LimitExceededFault", "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" } ], "documentation":"

Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged in the affected Auto Scaling group.

For more information, see Scheduled Scaling in the Auto Scaling Developer Guide.

Auto Scaling supports the date and time expressed in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only.

" }, "RecordLifecycleActionHeartbeat":{ "name":"RecordLifecycleActionHeartbeat", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RecordLifecycleActionHeartbeatType"}, "output":{ "shape":"RecordLifecycleActionHeartbeatAnswer", "resultWrapper":"RecordLifecycleActionHeartbeatResult" }, "documentation":"

Records a heartbeat for the lifecycle action associated with a specific token. This extends the timeout by the length of time defined by the HeartbeatTimeout parameter of PutLifecycleHook.

This operation is a part of the basic sequence for adding a lifecycle hook to an Auto Scaling group:

  1. Create a notification target. A target can be either an Amazon SQS queue or an Amazon SNS topic.
  2. Create an IAM role. This role allows Auto Scaling to publish lifecycle notifications to the designated SQS queue or SNS topic.
  3. Create the lifecycle hook. You can create a hook that acts when instances launch or when instances terminate.
  4. If necessary, record the lifecycle action heartbeat to keep the instance in a pending state.
  5. Complete the lifecycle action.

For more information, see Auto Scaling Pending State and Auto Scaling Terminating State in the Auto Scaling Developer Guide.

" }, "ResumeProcesses":{ "name":"ResumeProcesses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ScalingProcessQuery"}, "documentation":"

Resumes the specified suspended Auto Scaling processes for the specified Auto Scaling group. To resume specific processes, use the ScalingProcesses parameter. To resume all processes, omit the ScalingProcesses parameter. For more information, see Suspend and Resume Auto Scaling Processes in the Auto Scaling Developer Guide.

" }, "SetDesiredCapacity":{ "name":"SetDesiredCapacity", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"SetDesiredCapacityType"}, "errors":[ { "shape":"ScalingActivityInProgressFault", "error":{ "code":"ScalingActivityInProgress", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group can't be deleted because there are scaling activities in progress.

" } ], "documentation":"

Sets the size of the specified AutoScalingGroup.

" }, "SetInstanceHealth":{ "name":"SetInstanceHealth", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"SetInstanceHealthQuery"}, "documentation":"

Sets the health status of the specified instance.

For more information, see Health Checks in the Auto Scaling Developer Guide.

" }, "SuspendProcesses":{ "name":"SuspendProcesses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ScalingProcessQuery"}, "documentation":"

Suspends the specified Auto Scaling processes for the specified Auto Scaling group. To suspend specific processes, use the ScalingProcesses parameter. To suspend all processes, omit the ScalingProcesses parameter.

Note that if you suspend either the Launch or Terminate process types, it can prevent other process types from functioning properly.

To resume processes that have been suspended, use ResumeProcesses.

For more information, see Suspend and Resume Auto Scaling Processes in the Auto Scaling Developer Guide.

" }, "TerminateInstanceInAutoScalingGroup":{ "name":"TerminateInstanceInAutoScalingGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TerminateInstanceInAutoScalingGroupType"}, "output":{ "shape":"ActivityType", "resultWrapper":"TerminateInstanceInAutoScalingGroupResult" }, "errors":[ { "shape":"ScalingActivityInProgressFault", "error":{ "code":"ScalingActivityInProgress", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group can't be deleted because there are scaling activities in progress.

" } ], "documentation":"

Terminates the specified instance and optionally adjusts the desired group size.

This call simply makes a termination request. The instances is not terminated immediately." }, "UpdateAutoScalingGroup":{ "name":"UpdateAutoScalingGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateAutoScalingGroupType"}, "errors":[ { "shape":"ScalingActivityInProgressFault", "error":{ "code":"ScalingActivityInProgress", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group can't be deleted because there are scaling activities in progress.

" } ], "documentation":"

Updates the configuration for the specified AutoScalingGroup.

To update an Auto Scaling group with a launch configuration that has the InstanceMonitoring flag set to False, you must first ensure that collection of group metrics is disabled. Otherwise, calls to UpdateAutoScalingGroup will fail. If you have previously enabled group metrics collection, you can disable collection of all group metrics by calling DisableMetricsCollection.

The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren't affected.

" } }, "shapes":{ "Activities":{ "type":"list", "member":{"shape":"Activity"} }, "ActivitiesType":{ "type":"structure", "required":["Activities"], "members":{ "Activities":{ "shape":"Activities", "documentation":"

The scaling activities.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "Activity":{ "type":"structure", "required":[ "ActivityId", "AutoScalingGroupName", "Cause", "StartTime", "StatusCode" ], "members":{ "ActivityId":{ "shape":"XmlString", "documentation":"

The ID of the activity.

" }, "AutoScalingGroupName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the Auto Scaling group.

" }, "Description":{ "shape":"XmlString", "documentation":"

A friendly, more verbose description of the scaling activity.

" }, "Cause":{ "shape":"XmlStringMaxLen1023", "documentation":"

The reason the activity was begun.

" }, "StartTime":{ "shape":"TimestampType", "documentation":"

The start time of this activity.

" }, "EndTime":{ "shape":"TimestampType", "documentation":"

The end time of this activity.

" }, "StatusCode":{ "shape":"ScalingActivityStatusCode", "documentation":"

The current status of the activity.

" }, "StatusMessage":{ "shape":"XmlStringMaxLen255", "documentation":"

A friendly, more verbose description of the activity status.

" }, "Progress":{ "shape":"Progress", "documentation":"

A value between 0 and 100 that indicates the progress of the activity.

" }, "Details":{ "shape":"XmlString", "documentation":"

The details about the scaling activity.

" } }, "documentation":"

Describes a long-running process that represents a change to your Auto Scaling group, such as changing its size. This can also be a process to replace an instance, or a process to perform any other long-running operations.

" }, "ActivityIds":{ "type":"list", "member":{"shape":"XmlString"} }, "ActivityType":{ "type":"structure", "members":{ "Activity":{ "shape":"Activity", "documentation":"

A scaling activity.

" } } }, "AdjustmentType":{ "type":"structure", "members":{ "AdjustmentType":{ "shape":"XmlStringMaxLen255", "documentation":"

The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

" } }, "documentation":"

Describes a policy adjustment type.

" }, "AdjustmentTypes":{ "type":"list", "member":{"shape":"AdjustmentType"} }, "Alarm":{ "type":"structure", "members":{ "AlarmName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the alarm.

" }, "AlarmARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the alarm.

" } }, "documentation":"

Describes an alarm.

" }, "Alarms":{ "type":"list", "member":{"shape":"Alarm"} }, "AlreadyExistsFault":{ "type":"structure", "members":{ "message":{"shape":"XmlStringMaxLen255"} }, "error":{ "code":"AlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

You already have an Auto Scaling group or launch configuration with this name.

" }, "AsciiStringMaxLen255":{ "type":"string", "min":1, "max":255, "pattern":"[A-Za-z0-9\\-_\\/]+" }, "AssociatePublicIpAddress":{"type":"boolean"}, "AttachInstancesQuery":{ "type":"structure", "required":["AutoScalingGroupName"], "members":{ "InstanceIds":{ "shape":"InstanceIds", "documentation":"

One or more EC2 instance IDs. You must specify at least one ID.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group.

" } } }, "AutoScalingGroup":{ "type":"structure", "required":[ "AutoScalingGroupName", "LaunchConfigurationName", "MinSize", "MaxSize", "DesiredCapacity", "DefaultCooldown", "AvailabilityZones", "HealthCheckType", "CreatedTime" ], "members":{ "AutoScalingGroupName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the group.

" }, "AutoScalingGroupARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the group.

" }, "LaunchConfigurationName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the associated launch configuration.

" }, "MinSize":{ "shape":"AutoScalingGroupMinSize", "documentation":"

The minimum size of the group.

" }, "MaxSize":{ "shape":"AutoScalingGroupMaxSize", "documentation":"

The maximum size of the group.

" }, "DesiredCapacity":{ "shape":"AutoScalingGroupDesiredCapacity", "documentation":"

The size of the group.

" }, "DefaultCooldown":{ "shape":"Cooldown", "documentation":"

The number of seconds after a scaling activity completes before any further scaling activities can start.

" }, "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

One or more Availability Zones for the group.

" }, "LoadBalancerNames":{ "shape":"LoadBalancerNames", "documentation":"

One or more load balancers associated with the group.

" }, "HealthCheckType":{ "shape":"XmlStringMaxLen32", "documentation":"

The service of interest for the health status check, which can be either EC2 for Amazon EC2 or ELB for Elastic Load Balancing.

" }, "HealthCheckGracePeriod":{ "shape":"HealthCheckGracePeriod", "documentation":"

The amount of time that Auto Scaling waits before checking an instance's health status. The grace period begins when an instance comes into service.

" }, "Instances":{ "shape":"Instances", "documentation":"

The EC2 instances associated with the group.

" }, "CreatedTime":{ "shape":"TimestampType", "documentation":"

The date and time the group was created.

" }, "SuspendedProcesses":{ "shape":"SuspendedProcesses", "documentation":"

The suspended processes associated with the group.

" }, "PlacementGroup":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups.

" }, "VPCZoneIdentifier":{ "shape":"XmlStringMaxLen255", "documentation":"

One or more subnet IDs, if applicable, separated by commas.

If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.

" }, "EnabledMetrics":{ "shape":"EnabledMetrics", "documentation":"

The metrics enabled for this Auto Scaling group.

" }, "Status":{ "shape":"XmlStringMaxLen255", "documentation":"

The current state of the Auto Scaling group when a DeleteAutoScalingGroup action is in progress.

" }, "Tags":{ "shape":"TagDescriptionList", "documentation":"

The tags for the Auto Scaling group.

" }, "TerminationPolicies":{ "shape":"TerminationPolicies", "documentation":"

The termination policies for this Auto Scaling group.

" } }, "documentation":"

Describes an Auto Scaling group.

" }, "AutoScalingGroupDesiredCapacity":{"type":"integer"}, "AutoScalingGroupMaxSize":{"type":"integer"}, "AutoScalingGroupMinSize":{"type":"integer"}, "AutoScalingGroupNames":{ "type":"list", "member":{"shape":"ResourceName"} }, "AutoScalingGroupNamesType":{ "type":"structure", "members":{ "AutoScalingGroupNames":{ "shape":"AutoScalingGroupNames", "documentation":"

The group names.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to return with this call.

" } } }, "AutoScalingGroups":{ "type":"list", "member":{"shape":"AutoScalingGroup"} }, "AutoScalingGroupsType":{ "type":"structure", "required":["AutoScalingGroups"], "members":{ "AutoScalingGroups":{ "shape":"AutoScalingGroups", "documentation":"

The groups.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "AutoScalingInstanceDetails":{ "type":"structure", "required":[ "InstanceId", "AutoScalingGroupName", "AvailabilityZone", "LifecycleState", "HealthStatus", "LaunchConfigurationName" ], "members":{ "InstanceId":{ "shape":"XmlStringMaxLen16", "documentation":"

The ID of the instance.

" }, "AutoScalingGroupName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the Auto Scaling group associated with the instance.

" }, "AvailabilityZone":{ "shape":"XmlStringMaxLen255", "documentation":"

The Availability Zone for the instance.

" }, "LifecycleState":{ "shape":"XmlStringMaxLen32", "documentation":"

The lifecycle state for the instance. For more information, see Auto Scaling Instance States in the Auto Scaling Developer Guide.

" }, "HealthStatus":{ "shape":"XmlStringMaxLen32", "documentation":"

The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

" }, "LaunchConfigurationName":{ "shape":"XmlStringMaxLen255", "documentation":"

The launch configuration associated with the instance.

" } }, "documentation":"

Describes an EC2 instance associated with an Auto Scaling group.

" }, "AutoScalingInstances":{ "type":"list", "member":{"shape":"AutoScalingInstanceDetails"} }, "AutoScalingInstancesType":{ "type":"structure", "members":{ "AutoScalingInstances":{ "shape":"AutoScalingInstances", "documentation":"

The instances.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "AutoScalingNotificationTypes":{ "type":"list", "member":{"shape":"XmlStringMaxLen255"} }, "AvailabilityZones":{ "type":"list", "member":{"shape":"XmlStringMaxLen255"}, "min":1 }, "BlockDeviceEbsDeleteOnTermination":{"type":"boolean"}, "BlockDeviceEbsIops":{ "type":"integer", "min":100, "max":4000 }, "BlockDeviceEbsVolumeSize":{ "type":"integer", "min":1, "max":1024 }, "BlockDeviceEbsVolumeType":{ "type":"string", "min":1, "max":255 }, "BlockDeviceMapping":{ "type":"structure", "required":["DeviceName"], "members":{ "VirtualName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the virtual device, ephemeral0 to ephemeral3.

" }, "DeviceName":{ "shape":"XmlStringMaxLen255", "documentation":"

The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

" }, "Ebs":{ "shape":"Ebs", "documentation":"

The information about the Amazon EBS volume.

" }, "NoDevice":{ "shape":"NoDevice", "documentation":"

Suppresses a device mapping.

If NoDevice is set to true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check." } }, "documentation":"

Describes a block device mapping.

" }, "BlockDeviceMappings":{ "type":"list", "member":{"shape":"BlockDeviceMapping"} }, "CompleteLifecycleActionAnswer":{ "type":"structure", "members":{ } }, "CompleteLifecycleActionType":{ "type":"structure", "required":[ "LifecycleHookName", "AutoScalingGroupName", "LifecycleActionToken", "LifecycleActionResult" ], "members":{ "LifecycleHookName":{ "shape":"AsciiStringMaxLen255", "documentation":"

The name of the lifecycle hook.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group for the lifecycle hook.

" }, "LifecycleActionToken":{ "shape":"LifecycleActionToken", "documentation":"

A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

" }, "LifecycleActionResult":{ "shape":"LifecycleActionResult", "documentation":"

The action for the group to take. This parameter can be either CONTINUE or ABANDON.

" } } }, "Cooldown":{"type":"integer"}, "CreateAutoScalingGroupType":{ "type":"structure", "required":[ "AutoScalingGroupName", "MinSize", "MaxSize" ], "members":{ "AutoScalingGroupName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the group. This name must be unique within the scope of your AWS account.

" }, "LaunchConfigurationName":{ "shape":"ResourceName", "documentation":"

The name of the launch configuration. Alternatively, use the InstanceId parameter to specify an EC2 instance instead of a launch configuration.

" }, "InstanceId":{ "shape":"XmlStringMaxLen16", "documentation":"

The ID of the EC2 instance used to create a launch configuration for the group. Alternatively, use the LaunchConfigurationName parameter to specify a launch configuration instead of an EC2 instance.

When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

For more information, see Create an Auto Scaling Group Using an EC2 Instance ID in the Auto Scaling Developer Guide.

" }, "MinSize":{ "shape":"AutoScalingGroupMinSize", "documentation":"

The minimum size of the group.

" }, "MaxSize":{ "shape":"AutoScalingGroupMaxSize", "documentation":"

The maximum size of the group.

" }, "DesiredCapacity":{ "shape":"AutoScalingGroupDesiredCapacity", "documentation":"

The number of EC2 instances that should be running in the group. This value must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

" }, "DefaultCooldown":{ "shape":"Cooldown", "documentation":"

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.

If DefaultCooldown is not specified, the default value is 300. For more information, see Understanding Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

" }, "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

One or more Availability Zones for the group. This parameter is optional if you specify subnets using the VPCZoneIdentifier parameter.

" }, "LoadBalancerNames":{ "shape":"LoadBalancerNames", "documentation":"

One or more load balancers.

For more information, see Load Balance Your Auto Scaling Group in the Auto Scaling Developer Guide.

" }, "HealthCheckType":{ "shape":"XmlStringMaxLen32", "documentation":"

The service to use for the health checks. The valid values are EC2 and ELB.

By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks.

" }, "HealthCheckGracePeriod":{ "shape":"HealthCheckGracePeriod", "documentation":"

The amount of time, in seconds, after an EC2 instance comes into service that Auto Scaling starts checking its health. During this time, any health check failures for the instance are ignored.

This parameter is required if you are adding an ELB health check. Frequently, new instances need to warm up, briefly, before they can pass a health check. To provide ample warm-up time, set the health check grace period of the group to match the expected startup period of your application.

For more information, see Add an Elastic Load Balancing Health Check to Your Auto Scaling Group in the Auto Scaling Developer Guide.

" }, "PlacementGroup":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups.

" }, "VPCZoneIdentifier":{ "shape":"XmlStringMaxLen255", "documentation":"

A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

For more information, see Auto Scaling and Amazon VPC in the Auto Scaling Developer Guide.

" }, "TerminationPolicies":{ "shape":"TerminationPolicies", "documentation":"

One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

For more information, see Choosing a Termination Policy for Your Auto Scaling Group in the Auto Scaling Developer Guide.

" }, "Tags":{ "shape":"Tags", "documentation":"

The tag to be created or updated. Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. Valid values: key=value, value=value, propagate=true or false. Value and propagate are optional parameters.

For more information, see Add, Modify, or Remove Auto Scaling Group Tags in the Auto Scaling Developer Guide.

" } } }, "CreateLaunchConfigurationType":{ "type":"structure", "required":["LaunchConfigurationName"], "members":{ "LaunchConfigurationName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the launch configuration. This name must be unique within the scope of your AWS account.

" }, "ImageId":{ "shape":"XmlStringMaxLen255", "documentation":"

The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

" }, "KeyName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

" }, "SecurityGroups":{ "shape":"SecurityGroups", "documentation":"

One or more security groups with which to associate the instances.

If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

If your instances are launched in a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

" }, "UserData":{ "shape":"XmlStringUserData", "documentation":"

The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

At this time, launch configurations don't support compressed (zipped) user data files." }, "InstanceId":{ "shape":"XmlStringMaxLen16", "documentation":"

The ID of the EC2 instance to use to create the launch configuration.

The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

" }, "InstanceType":{ "shape":"XmlStringMaxLen255", "documentation":"

The instance type of the Amazon EC2 instance. For information about available Amazon EC2 instance types, see Available Instance Types in the Amazon Elastic Cloud Compute User Guide.

" }, "KernelId":{ "shape":"XmlStringMaxLen255", "documentation":"

The ID of the kernel associated with the Amazon EC2 AMI.

" }, "RamdiskId":{ "shape":"XmlStringMaxLen255", "documentation":"

The ID of the RAM disk associated with the Amazon EC2 AMI.

" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappings", "documentation":"

One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

" }, "InstanceMonitoring":{ "shape":"InstanceMonitoring", "documentation":"

Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

When detailed monitoring is enabled, Amazon Cloudwatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, Cloudwatch generates metrics every 5 minutes. For more information, see Monitor Your Auto Scaling Instances in the Auto Scaling Developer Guide.

" }, "SpotPrice":{ "shape":"SpotPrice", "documentation":"

The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launch Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

" }, "IamInstanceProfile":{ "shape":"XmlStringMaxLen1600", "documentation":"

The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

Amazon EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your Amazon EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

" }, "EbsOptimized":{ "shape":"EbsOptimized", "documentation":"

Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "AssociatePublicIpAddress":{ "shape":"AssociatePublicIpAddress", "documentation":"

Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Auto Scaling and Amazon VPC in the Auto Scaling Developer Guide.

If you specify a value for this parameter, be sure to specify at least one subnet using the VPCZoneIdentifier parameter when you create your group.

Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

" }, "PlacementTenancy":{ "shape":"XmlStringMaxLen64", "documentation":"

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched in a VPC.

You must set the value of this parameter to dedicated if want to launch Dedicated Instances in a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

If you specify a value for this parameter, be sure to specify at least one VPC subnet using the VPCZoneIdentifier parameter when you create your group.

For more information, see Auto Scaling and Amazon VPC in the Auto Scaling Developer Guide.

Valid values: default | dedicated

" } } }, "CreateOrUpdateTagsType":{ "type":"structure", "required":["Tags"], "members":{ "Tags":{ "shape":"Tags", "documentation":"

The tag to be created or updated. Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. The resource type and resource ID identify the type and name of resource for which the tag is created. Currently, auto-scaling-group is the only supported resource type. The valid value for the resource ID is groupname.

The PropagateAtLaunch flag defines whether the new tag will be applied to instances launched by the group. Valid values are true or false. However, instances that are already running will not get the new or updated tag. Likewise, when you modify a tag, the updated version will be applied only to new instances launched by the group after the change. Running instances that had the previous version of the tag will continue to have the older tag.

When you create a tag and a tag of the same name already exists, the operation overwrites the previous tag definition, but you will not get an error message.

" } } }, "DeleteAutoScalingGroupType":{ "type":"structure", "required":["AutoScalingGroupName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group to delete.

" }, "ForceDelete":{ "shape":"ForceDelete", "documentation":"

Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

" } } }, "DeleteLifecycleHookAnswer":{ "type":"structure", "members":{ } }, "DeleteLifecycleHookType":{ "type":"structure", "required":[ "LifecycleHookName", "AutoScalingGroupName" ], "members":{ "LifecycleHookName":{ "shape":"AsciiStringMaxLen255", "documentation":"

The name of the lifecycle hook.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group for the lifecycle hook.

" } } }, "DeleteNotificationConfigurationType":{ "type":"structure", "required":[ "AutoScalingGroupName", "TopicARN" ], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" }, "TopicARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

" } } }, "DeletePolicyType":{ "type":"structure", "required":["PolicyName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" }, "PolicyName":{ "shape":"ResourceName", "documentation":"

The name or Amazon Resource Name (ARN) of the policy.

" } }, "documentation":"

" }, "DeleteScheduledActionType":{ "type":"structure", "required":["ScheduledActionName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" }, "ScheduledActionName":{ "shape":"ResourceName", "documentation":"

The name of the action to delete.

" } } }, "DeleteTagsType":{ "type":"structure", "required":["Tags"], "members":{ "Tags":{ "shape":"Tags", "documentation":"

Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. Valid values are: Resource type = auto-scaling-group, Resource ID = AutoScalingGroupName, key=value, value=value, propagate=true or false.

" } } }, "DescribeAccountLimitsAnswer":{ "type":"structure", "members":{ "MaxNumberOfAutoScalingGroups":{ "shape":"MaxNumberOfAutoScalingGroups", "documentation":"

The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

" }, "MaxNumberOfLaunchConfigurations":{ "shape":"MaxNumberOfLaunchConfigurations", "documentation":"

The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

" } } }, "DescribeAdjustmentTypesAnswer":{ "type":"structure", "members":{ "AdjustmentTypes":{ "shape":"AdjustmentTypes", "documentation":"

The policy adjustment types.

" } } }, "DescribeAutoScalingInstancesType":{ "type":"structure", "members":{ "InstanceIds":{ "shape":"InstanceIds", "documentation":"

One or more Auto Scaling instances to describe, up to 50 instances. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to return with this call.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" } } }, "DescribeAutoScalingNotificationTypesAnswer":{ "type":"structure", "members":{ "AutoScalingNotificationTypes":{ "shape":"AutoScalingNotificationTypes", "documentation":"

One or more of the following notification types:

" } } }, "DescribeLifecycleHookTypesAnswer":{ "type":"structure", "members":{ "LifecycleHookTypes":{ "shape":"AutoScalingNotificationTypes", "documentation":"

One or more of the following notification types:

" } } }, "DescribeLifecycleHooksAnswer":{ "type":"structure", "members":{ "LifecycleHooks":{ "shape":"LifecycleHooks", "documentation":"

The lifecycle hooks for the specified group.

" } } }, "DescribeLifecycleHooksType":{ "type":"structure", "required":["AutoScalingGroupName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group.

" }, "LifecycleHookNames":{ "shape":"LifecycleHookNames", "documentation":"

The names of one or more lifecycle hooks.

" } } }, "DescribeMetricCollectionTypesAnswer":{ "type":"structure", "members":{ "Metrics":{ "shape":"MetricCollectionTypes", "documentation":"

One or more of the following metrics:

The GroupStandbyInstances metric is not returned by default. You must explicitly request it when calling EnableMetricsCollection.

" }, "Granularities":{ "shape":"MetricGranularityTypes", "documentation":"

The granularities for the listed metrics.

" } } }, "DescribeNotificationConfigurationsAnswer":{ "type":"structure", "required":["NotificationConfigurations"], "members":{ "NotificationConfigurations":{ "shape":"NotificationConfigurations", "documentation":"

The notification configurations.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "DescribeNotificationConfigurationsType":{ "type":"structure", "members":{ "AutoScalingGroupNames":{ "shape":"AutoScalingGroupNames", "documentation":"

The name of the group.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to return with this call.

" } } }, "DescribePoliciesType":{ "type":"structure", "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group.

" }, "PolicyNames":{ "shape":"PolicyNames", "documentation":"

One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to be returned with each call.

" } } }, "DescribeScalingActivitiesType":{ "type":"structure", "members":{ "ActivityIds":{ "shape":"ActivityIds", "documentation":"

A list containing the activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If an AutoScalingGroupName is provided, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group.

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to return with this call.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" } } }, "DescribeScheduledActionsType":{ "type":"structure", "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group.

" }, "ScheduledActionNames":{ "shape":"ScheduledActionNames", "documentation":"

Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token in the NextToken parameter.

" }, "StartTime":{ "shape":"TimestampType", "documentation":"

The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

" }, "EndTime":{ "shape":"TimestampType", "documentation":"

The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to return with this call.

" } } }, "DescribeTagsType":{ "type":"structure", "members":{ "Filters":{ "shape":"Filters", "documentation":"

The value of the filter type used to identify the tags to be returned. For example, you can filter so that tags are returned according to Auto Scaling group, the key and value, or whether the new tag will be applied to instances launched after the tag is created (PropagateAtLaunch).

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to return with this call.

" } } }, "DescribeTerminationPolicyTypesAnswer":{ "type":"structure", "members":{ "TerminationPolicyTypes":{ "shape":"TerminationPolicies", "documentation":"

The Termination policies supported by Auto Scaling. They are: OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default.

" } } }, "DetachInstancesAnswer":{ "type":"structure", "members":{ "Activities":{ "shape":"Activities", "documentation":"

The activities related to detaching the instances from the Auto Scaling group.

" } } }, "DetachInstancesQuery":{ "type":"structure", "required":[ "AutoScalingGroupName", "ShouldDecrementDesiredCapacity" ], "members":{ "InstanceIds":{ "shape":"InstanceIds", "documentation":"

One or more instance IDs.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group.

" }, "ShouldDecrementDesiredCapacity":{ "shape":"ShouldDecrementDesiredCapacity", "documentation":"

If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

" } } }, "DisableMetricsCollectionQuery":{ "type":"structure", "required":["AutoScalingGroupName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name or Amazon Resource Name (ARN) of the group.

" }, "Metrics":{ "shape":"Metrics", "documentation":"

One or more of the following metrics:

If you omit this parameter, all metrics are disabled.

" } } }, "Ebs":{ "type":"structure", "members":{ "SnapshotId":{ "shape":"XmlStringMaxLen255", "documentation":"

The ID of the snapshot.

" }, "VolumeSize":{ "shape":"BlockDeviceEbsVolumeSize", "documentation":"

The volume size, in gigabytes.

Valid values: If the volume type is io1, the minimum size of the volume is 10 GiB. If you specify SnapshotId and VolumeSize, VolumeSize must be equal to or larger than the size of the snapshot.

Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the size of the snapshot.

Required: Required when the volume type is io1.

" }, "VolumeType":{ "shape":"BlockDeviceEbsVolumeType", "documentation":"

The volume type.

Valid values: standard | io1 | gp2

Default: standard

" }, "DeleteOnTermination":{ "shape":"BlockDeviceEbsDeleteOnTermination", "documentation":"

Indicates whether to delete the volume on instance termination.

Default: true

" }, "Iops":{ "shape":"BlockDeviceEbsIops", "documentation":"

For Provisioned IOPS (SSD) volumes only. The number of I/O operations per second (IOPS) to provision for the volume.

Valid values: Range is 100 to 4000.

Default: None

" } }, "documentation":"

Describes an Amazon EBS volume.

" }, "EbsOptimized":{"type":"boolean"}, "EnableMetricsCollectionQuery":{ "type":"structure", "required":[ "AutoScalingGroupName", "Granularity" ], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name or ARN of the Auto Scaling group.

" }, "Metrics":{ "shape":"Metrics", "documentation":"

One or more of the following metrics:

If you omit this parameter, all metrics are enabled.

The GroupStandbyInstances metric is not returned by default. You must explicitly request it when calling EnableMetricsCollection.

" }, "Granularity":{ "shape":"XmlStringMaxLen255", "documentation":"

The granularity to associate with the metrics to collect. Currently, the only valid value is \"1Minute\".

" } } }, "EnabledMetric":{ "type":"structure", "members":{ "Metric":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the metric.

" }, "Granularity":{ "shape":"XmlStringMaxLen255", "documentation":"

The granularity of the metric.

" } }, "documentation":"

Describes an enabled metric.

" }, "EnabledMetrics":{ "type":"list", "member":{"shape":"EnabledMetric"} }, "EnterStandbyAnswer":{ "type":"structure", "members":{ "Activities":{ "shape":"Activities", "documentation":"

The activities related to moving instances into Standby mode.

" } } }, "EnterStandbyQuery":{ "type":"structure", "required":[ "AutoScalingGroupName", "ShouldDecrementDesiredCapacity" ], "members":{ "InstanceIds":{ "shape":"InstanceIds", "documentation":"

One or more instances to move into Standby mode. You must specify at least one instance ID.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" }, "ShouldDecrementDesiredCapacity":{ "shape":"ShouldDecrementDesiredCapacity", "documentation":"

Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

" } } }, "ExecutePolicyType":{ "type":"structure", "required":["PolicyName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

" }, "PolicyName":{ "shape":"ResourceName", "documentation":"

The name or ARN of the policy.

" }, "HonorCooldown":{ "shape":"HonorCooldown", "documentation":"

Set to True if you want Auto Scaling to wait for the cooldown period associated with the Auto Scaling group to complete before executing the policy.

Set to False if you want Auto Scaling to circumvent the cooldown period associated with the Auto Scaling group and execute the policy before the cooldown period ends.

For more information, see Understanding Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

" } } }, "ExitStandbyAnswer":{ "type":"structure", "members":{ "Activities":{ "shape":"Activities", "documentation":"

The activities related to moving instances out of Standby mode.

" } } }, "ExitStandbyQuery":{ "type":"structure", "required":["AutoScalingGroupName"], "members":{ "InstanceIds":{ "shape":"InstanceIds", "documentation":"

One or more instance IDs. You must specify at least one instance ID.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" } } }, "Filter":{ "type":"structure", "members":{ "Name":{ "shape":"XmlString", "documentation":"

The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

" }, "Values":{ "shape":"Values", "documentation":"

The value of the filter.

" } }, "documentation":"

Describes a filter.

" }, "Filters":{ "type":"list", "member":{"shape":"Filter"} }, "ForceDelete":{"type":"boolean"}, "GlobalTimeout":{"type":"integer"}, "HealthCheckGracePeriod":{"type":"integer"}, "HeartbeatTimeout":{"type":"integer"}, "HonorCooldown":{"type":"boolean"}, "Instance":{ "type":"structure", "required":[ "InstanceId", "AvailabilityZone", "LifecycleState", "HealthStatus", "LaunchConfigurationName" ], "members":{ "InstanceId":{ "shape":"XmlStringMaxLen16", "documentation":"

The ID of the instance.

" }, "AvailabilityZone":{ "shape":"XmlStringMaxLen255", "documentation":"

The Availability Zone associated with this instance.

" }, "LifecycleState":{ "shape":"LifecycleState", "documentation":"

A description of the current lifecycle state.

The Quarantined lifecycle state is not used.

" }, "HealthStatus":{ "shape":"XmlStringMaxLen32", "documentation":"

The health status of the instance.

" }, "LaunchConfigurationName":{ "shape":"XmlStringMaxLen255", "documentation":"

The launch configuration associated with the instance.

" } }, "documentation":"

Describes an EC2 instance.

" }, "InstanceIds":{ "type":"list", "member":{"shape":"XmlStringMaxLen16"} }, "InstanceMonitoring":{ "type":"structure", "members":{ "Enabled":{ "shape":"MonitoringEnabled", "documentation":"

If True, instance monitoring is enabled.

" } }, "documentation":"

Describes whether instance monitoring is enabled.

" }, "Instances":{ "type":"list", "member":{"shape":"Instance"} }, "InvalidNextToken":{ "type":"structure", "members":{ "message":{"shape":"XmlStringMaxLen255"} }, "error":{ "code":"InvalidNextToken", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The NextToken value is not valid.

" }, "LaunchConfiguration":{ "type":"structure", "required":[ "LaunchConfigurationName", "ImageId", "InstanceType", "CreatedTime" ], "members":{ "LaunchConfigurationName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the launch configuration.

" }, "LaunchConfigurationARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the launch configuration.

" }, "ImageId":{ "shape":"XmlStringMaxLen255", "documentation":"

The ID of the Amazon Machine Image (AMI).

" }, "KeyName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the key pair.

" }, "SecurityGroups":{ "shape":"SecurityGroups", "documentation":"

The security groups to associate with the EC2 instances.

" }, "UserData":{ "shape":"XmlStringUserData", "documentation":"

The user data available to the EC2 instances.

" }, "InstanceType":{ "shape":"XmlStringMaxLen255", "documentation":"

The instance type for the EC2 instances.

" }, "KernelId":{ "shape":"XmlStringMaxLen255", "documentation":"

The ID of the kernel associated with the AMI.

" }, "RamdiskId":{ "shape":"XmlStringMaxLen255", "documentation":"

The ID of the RAM disk associated with the AMI.

" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappings", "documentation":"

A block device mapping that specifies how block devices are exposed to the instance. Each mapping is made up of a virtualName and a deviceName.

" }, "InstanceMonitoring":{ "shape":"InstanceMonitoring", "documentation":"

Controls whether instances in this group are launched with detailed monitoring.

" }, "SpotPrice":{ "shape":"SpotPrice", "documentation":"

The price to bid when launching Spot Instances.

" }, "IamInstanceProfile":{ "shape":"XmlStringMaxLen1600", "documentation":"

The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

" }, "CreatedTime":{ "shape":"TimestampType", "documentation":"

The creation date and time for the launch configuration.

" }, "EbsOptimized":{ "shape":"EbsOptimized", "documentation":"

Controls whether the instance is optimized for EBS I/O (true) or not (false).

" }, "AssociatePublicIpAddress":{ "shape":"AssociatePublicIpAddress", "documentation":"

Specifies whether the EC2 instances are associated with a public IP address (true) or not (false).

" }, "PlacementTenancy":{ "shape":"XmlStringMaxLen64", "documentation":"

The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched in a VPC.

" } }, "documentation":"

Describes a launch configuration.

" }, "LaunchConfigurationNameType":{ "type":"structure", "required":["LaunchConfigurationName"], "members":{ "LaunchConfigurationName":{ "shape":"ResourceName", "documentation":"

The name of the launch configuration.

" } } }, "LaunchConfigurationNames":{ "type":"list", "member":{"shape":"ResourceName"} }, "LaunchConfigurationNamesType":{ "type":"structure", "members":{ "LaunchConfigurationNames":{ "shape":"LaunchConfigurationNames", "documentation":"

The launch configuration names.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token for the next set of items to return. (You received this token from a previous call.)

" }, "MaxRecords":{ "shape":"MaxRecords", "documentation":"

The maximum number of items to return with this call. The default is 100.

" } } }, "LaunchConfigurations":{ "type":"list", "member":{"shape":"LaunchConfiguration"} }, "LaunchConfigurationsType":{ "type":"structure", "required":["LaunchConfigurations"], "members":{ "LaunchConfigurations":{ "shape":"LaunchConfigurations", "documentation":"

The launch configurations.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "LifecycleActionResult":{"type":"string"}, "LifecycleActionToken":{ "type":"string", "min":36, "max":36 }, "LifecycleHook":{ "type":"structure", "members":{ "LifecycleHookName":{ "shape":"AsciiStringMaxLen255", "documentation":"

The name of the lifecycle hook.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group for the lifecycle hook.

" }, "LifecycleTransition":{ "shape":"LifecycleTransition", "documentation":"

The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHooks.

" }, "NotificationTargetARN":{ "shape":"ResourceName", "documentation":"

The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

" }, "RoleARN":{ "shape":"ResourceName", "documentation":"

The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

" }, "NotificationMetadata":{ "shape":"XmlStringMaxLen1023", "documentation":"

Additional information that you want to include any time Auto Scaling sends a message to the notification target.

" }, "HeartbeatTimeout":{ "shape":"HeartbeatTimeout", "documentation":"

The amount of time that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action defined in the DefaultResult parameter. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

" }, "GlobalTimeout":{ "shape":"GlobalTimeout", "documentation":"

The maximum length of time an instance can remain in a Pending:Wait or Terminating:Wait state. Currently, this value is set at 48 hours.

" }, "DefaultResult":{ "shape":"LifecycleActionResult", "documentation":"

Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.

" } }, "documentation":"

Describes a lifecycle hook, which tells Auto Scaling that you want to perform an action when an instance launches or terminates. When you have a lifecycle hook in place, the Auto Scaling group will either:

For more information, see Auto Scaling Pending State and Auto Scaling Terminating State in the Auto Scaling Developer Guide.

" }, "LifecycleHookNames":{ "type":"list", "member":{"shape":"AsciiStringMaxLen255"} }, "LifecycleHooks":{ "type":"list", "member":{"shape":"LifecycleHook"} }, "LifecycleState":{ "type":"string", "enum":[ "Pending", "Pending:Wait", "Pending:Proceed", "Quarantined", "InService", "Terminating", "Terminating:Wait", "Terminating:Proceed", "Terminated", "Detaching", "Detached", "EnteringStandby", "Standby" ] }, "LifecycleTransition":{"type":"string"}, "LimitExceededFault":{ "type":"structure", "members":{ "message":{"shape":"XmlStringMaxLen255"} }, "error":{ "code":"LimitExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The limit for the number of Auto Scaling groups or launch configurations has already been reached.

" }, "LoadBalancerNames":{ "type":"list", "member":{"shape":"XmlStringMaxLen255"} }, "MaxNumberOfAutoScalingGroups":{"type":"integer"}, "MaxNumberOfLaunchConfigurations":{"type":"integer"}, "MaxRecords":{"type":"integer"}, "MetricCollectionType":{ "type":"structure", "members":{ "Metric":{ "shape":"XmlStringMaxLen255", "documentation":"

The metric.

" } }, "documentation":"

Describes a metric.

" }, "MetricCollectionTypes":{ "type":"list", "member":{"shape":"MetricCollectionType"} }, "MetricGranularityType":{ "type":"structure", "members":{ "Granularity":{ "shape":"XmlStringMaxLen255", "documentation":"

The granularity.

" } }, "documentation":"

Describes a granularity of a metric.

" }, "MetricGranularityTypes":{ "type":"list", "member":{"shape":"MetricGranularityType"} }, "Metrics":{ "type":"list", "member":{"shape":"XmlStringMaxLen255"} }, "MinAdjustmentStep":{"type":"integer"}, "MonitoringEnabled":{"type":"boolean"}, "NoDevice":{"type":"boolean"}, "NotificationConfiguration":{ "type":"structure", "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the group.

" }, "TopicARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

" }, "NotificationType":{ "shape":"XmlStringMaxLen255", "documentation":"

The types of events for an action to start.

" } }, "documentation":"

Describes a notification.

" }, "NotificationConfigurations":{ "type":"list", "member":{"shape":"NotificationConfiguration"} }, "PoliciesType":{ "type":"structure", "members":{ "ScalingPolicies":{ "shape":"ScalingPolicies", "documentation":"

The scaling policies.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "PolicyARNType":{ "type":"structure", "members":{ "PolicyARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the policy.

" } } }, "PolicyIncrement":{"type":"integer"}, "PolicyNames":{ "type":"list", "member":{"shape":"ResourceName"} }, "ProcessNames":{ "type":"list", "member":{"shape":"XmlStringMaxLen255"} }, "ProcessType":{ "type":"structure", "required":["ProcessName"], "members":{ "ProcessName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the process.

" } }, "documentation":"

Describes a process type.

There are two primary Auto Scaling process types--Launch and Terminate. The Launch process creates a new EC2 instance for an Auto Scaling group, and the Terminate process removes an existing EC2 instance. The remaining Auto Scaling process types relate to specific Auto Scaling features:

If you suspend Launch or Terminate, all other process types are affected to varying degrees. The following descriptions discuss how each process type is affected by a suspension of Launch or Terminate.

The AddToLoadBalancer process type adds instances to the load balancer when the instances are launched. If you suspend this process, Auto Scaling will launch the instances but will not add them to the load balancer. If you resume the AddToLoadBalancer process, Auto Scaling will also resume adding new instances to the load balancer when they are launched. However, Auto Scaling will not add running instances that were launched while the process was suspended; those instances must be added manually using the RegisterInstancesWithLoadBalancer call.

The AlarmNotification process type accepts notifications from Amazon CloudWatch alarms that are associated with the Auto Scaling group. If you suspend the AlarmNotification process type, Auto Scaling will not automatically execute scaling policies that would be triggered by alarms.

Although the AlarmNotification process type is not directly affected by a suspension of Launch or Terminate, alarm notifications are often used to signal that a change in the size of the Auto Scaling group is warranted. If you suspend Launch or Terminate, Auto Scaling might not be able to implement the alarm's associated policy.

The AZRebalance process type seeks to maintain a balanced number of instances across Availability Zones within a Region. If you remove an Availability Zone from your Auto Scaling group or an Availability Zone otherwise becomes unhealthy or unavailable, Auto Scaling launches new instances in an unaffected Availability Zone before terminating the unhealthy or unavailable instances. When the unhealthy Availability Zone returns to a healthy state, Auto Scaling automatically redistributes the application instances evenly across all of the designated Availability Zones.

If you call SuspendProcesses on the launch process type, the AZRebalance process will neither launch new instances nor terminate existing instances. This is because the AZRebalance process terminates existing instances only after launching the replacement instances.

If you call SuspendProcesses on the terminate process type, the AZRebalance process can cause your Auto Scaling group to grow up to ten percent larger than the maximum size. This is because Auto Scaling allows groups to temporarily grow larger than the maximum size during rebalancing activities. If Auto Scaling cannot terminate instances, your Auto Scaling group could remain up to ten percent larger than the maximum size until you resume the terminate process type.

The HealthCheck process type checks the health of the instances. Auto Scaling marks an instance as unhealthy if Amazon EC2 or Elastic Load Balancing informs Auto Scaling that the instance is unhealthy. The HealthCheck process can override the health status of an instance that you set with SetInstanceHealth.

The ReplaceUnhealthy process type terminates instances that are marked as unhealthy and subsequently creates new instances to replace them. This process calls both of the primary process types--first Terminate and then Launch.

The HealthCheck process type works in conjunction with the ReplaceUnhealthly process type to provide health check functionality. If you suspend either Launch or Terminate, the ReplaceUnhealthy process type will not function properly.

The ScheduledActions process type performs scheduled actions that you create with PutScheduledUpdateGroupAction. Scheduled actions often involve launching new instances or terminating existing instances. If you suspend either Launch or Terminate, your scheduled actions might not function as expected.

" }, "Processes":{ "type":"list", "member":{"shape":"ProcessType"} }, "ProcessesType":{ "type":"structure", "members":{ "Processes":{ "shape":"Processes", "documentation":"

The names of the process types.

" } } }, "Progress":{"type":"integer"}, "PropagateAtLaunch":{"type":"boolean"}, "PutLifecycleHookAnswer":{ "type":"structure", "members":{ } }, "PutLifecycleHookType":{ "type":"structure", "required":[ "LifecycleHookName", "AutoScalingGroupName" ], "members":{ "LifecycleHookName":{ "shape":"AsciiStringMaxLen255", "documentation":"

The name of the lifecycle hook.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group to which you want to assign the lifecycle hook.

" }, "LifecycleTransition":{ "shape":"LifecycleTransition", "documentation":"

The Amazon EC2 instance state to which you want to attach the lifecycle hook. See DescribeLifecycleHookTypes for a list of available lifecycle hook types.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.

" }, "RoleARN":{ "shape":"ResourceName", "documentation":"

The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.

" }, "NotificationTargetARN":{ "shape":"ResourceName", "documentation":"

The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.

The notification message sent to the target will include:

This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.

When you call this operation, a test message is sent to the notification target. This test message contains an additional key/value pair: Event:autoscaling:TEST_NOTIFICATION.

" }, "NotificationMetadata":{ "shape":"XmlStringMaxLen1023", "documentation":"

Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.

" }, "HeartbeatTimeout":{ "shape":"HeartbeatTimeout", "documentation":"

Defines the amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action defined in the DefaultResult parameter. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default value for this parameter is 3600 seconds (1 hour).

" }, "DefaultResult":{ "shape":"LifecycleActionResult", "documentation":"

Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The value for this parameter can be either CONTINUE or ABANDON. The default value for this parameter is ABANDON.

" } } }, "PutNotificationConfigurationType":{ "type":"structure", "required":[ "AutoScalingGroupName", "TopicARN", "NotificationTypes" ], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" }, "TopicARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

" }, "NotificationTypes":{ "shape":"AutoScalingNotificationTypes", "documentation":"

The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

" } } }, "PutScalingPolicyType":{ "type":"structure", "required":[ "AutoScalingGroupName", "PolicyName", "ScalingAdjustment", "AdjustmentType" ], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name or ARN of the group.

" }, "PolicyName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the policy.

" }, "ScalingAdjustment":{ "shape":"PolicyIncrement", "documentation":"

The number of instances by which to scale. AdjustmentType determines the interpretation of this number (e.g., as an absolute number or as a percentage of the existing Auto Scaling group size). A positive increment adds to the current capacity and a negative value removes from the current capacity.

" }, "AdjustmentType":{ "shape":"XmlStringMaxLen255", "documentation":"

Specifies whether the ScalingAdjustment is an absolute number or a percentage of the current capacity. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

" }, "Cooldown":{ "shape":"Cooldown", "documentation":"

The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start.

For more information, see Understanding Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

" }, "MinAdjustmentStep":{ "shape":"MinAdjustmentStep", "documentation":"

Used with AdjustmentType with the value PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least the number of instances specified in the value.

You will get a ValidationError if you use MinAdjustmentStep on a policy with an AdjustmentType other than PercentChangeInCapacity.

" } } }, "PutScheduledUpdateGroupActionType":{ "type":"structure", "required":[ "AutoScalingGroupName", "ScheduledActionName" ], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

" }, "ScheduledActionName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of this scaling action.

" }, "Time":{ "shape":"TimestampType", "documentation":"

Time is deprecated.

The time for this action to start. Time is an alias for StartTime and can be specified instead of StartTime, or vice versa. If both Time and StartTime are specified, their values should be identical. Otherwise, PutScheduledUpdateGroupAction will return an error.

" }, "StartTime":{ "shape":"TimestampType", "documentation":"

The time for this action to start, as in --start-time 2010-06-01T00:00:00Z.

If you try to schedule your action in the past, Auto Scaling returns an error message.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

" }, "EndTime":{ "shape":"TimestampType", "documentation":"

The time for this action to end.

" }, "Recurrence":{ "shape":"XmlStringMaxLen255", "documentation":"

The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For information about cron syntax, go to Wikipedia, The Free Encyclopedia.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

" }, "MinSize":{ "shape":"AutoScalingGroupMinSize", "documentation":"

The minimum size for the new Auto Scaling group.

" }, "MaxSize":{ "shape":"AutoScalingGroupMaxSize", "documentation":"

The maximum size for the Auto Scaling group.

" }, "DesiredCapacity":{ "shape":"AutoScalingGroupDesiredCapacity", "documentation":"

The number of Amazon EC2 instances that should be running in the group.

" } } }, "RecordLifecycleActionHeartbeatAnswer":{ "type":"structure", "members":{ } }, "RecordLifecycleActionHeartbeatType":{ "type":"structure", "required":[ "LifecycleHookName", "AutoScalingGroupName", "LifecycleActionToken" ], "members":{ "LifecycleHookName":{ "shape":"AsciiStringMaxLen255", "documentation":"

The name of the lifecycle hook.

" }, "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group for the hook.

" }, "LifecycleActionToken":{ "shape":"LifecycleActionToken", "documentation":"

A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

" } } }, "ResourceInUseFault":{ "type":"structure", "members":{ "message":{"shape":"XmlStringMaxLen255"} }, "error":{ "code":"ResourceInUse", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group or launch configuration can't be deleted because it is in use.

" }, "ResourceName":{ "type":"string", "min":1, "max":1600, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "ScalingActivityInProgressFault":{ "type":"structure", "members":{ "message":{"shape":"XmlStringMaxLen255"} }, "error":{ "code":"ScalingActivityInProgress", "httpStatusCode":400, "senderFault":true }, "exception":true, "documentation":"

The Auto Scaling group can't be deleted because there are scaling activities in progress.

" }, "ScalingActivityStatusCode":{ "type":"string", "enum":[ "WaitingForSpotInstanceRequestId", "WaitingForSpotInstanceId", "WaitingForInstanceId", "PreInService", "InProgress", "WaitingForELBConnectionDraining", "MidLifecycleAction", "Successful", "Failed", "Cancelled" ] }, "ScalingPolicies":{ "type":"list", "member":{"shape":"ScalingPolicy"} }, "ScalingPolicy":{ "type":"structure", "members":{ "AutoScalingGroupName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the Auto Scaling group associated with this scaling policy.

" }, "PolicyName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the scaling policy.

" }, "ScalingAdjustment":{ "shape":"PolicyIncrement", "documentation":"

The number associated with the specified adjustment type. A positive value adds to the current capacity and a negative value removes from the current capacity.

" }, "AdjustmentType":{ "shape":"XmlStringMaxLen255", "documentation":"

Specifies whether the ScalingAdjustment is an absolute number or a percentage of the current capacity. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

" }, "Cooldown":{ "shape":"Cooldown", "documentation":"

The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

" }, "PolicyARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the policy.

" }, "Alarms":{ "shape":"Alarms", "documentation":"

The CloudWatch Alarms related to the policy.

" }, "MinAdjustmentStep":{ "shape":"MinAdjustmentStep", "documentation":"

Changes the DesiredCapacity of the Auto Scaling group by at least the specified number of instances.

" } }, "documentation":"

Describes a scaling policy.

" }, "ScalingProcessQuery":{ "type":"structure", "required":["AutoScalingGroupName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

" }, "ScalingProcesses":{ "shape":"ProcessNames", "documentation":"

One or more of the following processes:

" } } }, "ScheduledActionNames":{ "type":"list", "member":{"shape":"ResourceName"} }, "ScheduledActionsType":{ "type":"structure", "members":{ "ScheduledUpdateGroupActions":{ "shape":"ScheduledUpdateGroupActions", "documentation":"

The scheduled actions.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "ScheduledUpdateGroupAction":{ "type":"structure", "members":{ "AutoScalingGroupName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the group.

" }, "ScheduledActionName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the scheduled action.

" }, "ScheduledActionARN":{ "shape":"ResourceName", "documentation":"

The Amazon Resource Name (ARN) of the scheduled action.

" }, "Time":{ "shape":"TimestampType", "documentation":"

Time is deprecated.

The time that the action is scheduled to begin. Time is an alias for StartTime.

" }, "StartTime":{ "shape":"TimestampType", "documentation":"

The time that the action is scheduled to begin. This value can be up to one month in the future.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

" }, "EndTime":{ "shape":"TimestampType", "documentation":"

The time that the action is scheduled to end. This value can be up to one month in the future.

" }, "Recurrence":{ "shape":"XmlStringMaxLen255", "documentation":"

The regular schedule that an action occurs.

" }, "MinSize":{ "shape":"AutoScalingGroupMinSize", "documentation":"

The minimum size of the group.

" }, "MaxSize":{ "shape":"AutoScalingGroupMaxSize", "documentation":"

The maximum size of the group.

" }, "DesiredCapacity":{ "shape":"AutoScalingGroupDesiredCapacity", "documentation":"

The number of instances you prefer to maintain in the group.

" } }, "documentation":"

Describes a scheduled update to an Auto Scaling group.

" }, "ScheduledUpdateGroupActions":{ "type":"list", "member":{"shape":"ScheduledUpdateGroupAction"} }, "SecurityGroups":{ "type":"list", "member":{"shape":"XmlString"} }, "SetDesiredCapacityType":{ "type":"structure", "required":[ "AutoScalingGroupName", "DesiredCapacity" ], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" }, "DesiredCapacity":{ "shape":"AutoScalingGroupDesiredCapacity", "documentation":"

The number of EC2 instances that should be running in the Auto Scaling group.

" }, "HonorCooldown":{ "shape":"HonorCooldown", "documentation":"

By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

" } } }, "SetInstanceHealthQuery":{ "type":"structure", "required":[ "InstanceId", "HealthStatus" ], "members":{ "InstanceId":{ "shape":"XmlStringMaxLen16", "documentation":"

The ID of the EC2 instance.

" }, "HealthStatus":{ "shape":"XmlStringMaxLen32", "documentation":"

The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

" }, "ShouldRespectGracePeriod":{ "shape":"ShouldRespectGracePeriod", "documentation":"

If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

For more information, see the HealthCheckGracePeriod parameter description for CreateAutoScalingGroup.

" } } }, "ShouldDecrementDesiredCapacity":{"type":"boolean"}, "ShouldRespectGracePeriod":{"type":"boolean"}, "SpotPrice":{ "type":"string", "min":1, "max":255 }, "SuspendedProcess":{ "type":"structure", "members":{ "ProcessName":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the suspended process.

" }, "SuspensionReason":{ "shape":"XmlStringMaxLen255", "documentation":"

The reason that the process was suspended.

" } }, "documentation":"

Describes an Auto Scaling process that has been suspended. For more information, see ProcessType.

" }, "SuspendedProcesses":{ "type":"list", "member":{"shape":"SuspendedProcess"} }, "Tag":{ "type":"structure", "required":["Key"], "members":{ "ResourceId":{ "shape":"XmlString", "documentation":"

The name of the group.

" }, "ResourceType":{ "shape":"XmlString", "documentation":"

The kind of resource to which the tag is applied. Currently, Auto Scaling supports the auto-scaling-group resource type.

" }, "Key":{ "shape":"TagKey", "documentation":"

The tag key.

" }, "Value":{ "shape":"TagValue", "documentation":"

The tag value.

" }, "PropagateAtLaunch":{ "shape":"PropagateAtLaunch", "documentation":"

Specifies whether the tag is applied to instances launched after the tag is created. The same behavior applies to updates: If you change a tag, it is applied to all instances launched after you made the change.

" } }, "documentation":"

Describes a tag applied to an Auto Scaling group.

" }, "TagDescription":{ "type":"structure", "members":{ "ResourceId":{ "shape":"XmlString", "documentation":"

The name of the group.

" }, "ResourceType":{ "shape":"XmlString", "documentation":"

The kind of resource to which the tag is applied. Currently, Auto Scaling supports the auto-scaling-group resource type.

" }, "Key":{ "shape":"TagKey", "documentation":"

The tag key.

" }, "Value":{ "shape":"TagValue", "documentation":"

The tag value.

" }, "PropagateAtLaunch":{ "shape":"PropagateAtLaunch", "documentation":"

Specifies whether the tag is applied to instances launched after the tag is created. The same behavior applies to updates: If you change a tag, it is applied to all instances launched after you made the change.

" } }, "documentation":"

Describes a tag applied to an Auto Scaling group.

" }, "TagDescriptionList":{ "type":"list", "member":{"shape":"TagDescription"} }, "TagKey":{ "type":"string", "min":1, "max":128, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "TagValue":{ "type":"string", "min":0, "max":256, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "Tags":{ "type":"list", "member":{"shape":"Tag"} }, "TagsType":{ "type":"structure", "members":{ "Tags":{ "shape":"TagDescriptionList", "documentation":"

The tags.

" }, "NextToken":{ "shape":"XmlString", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } } }, "TerminateInstanceInAutoScalingGroupType":{ "type":"structure", "required":[ "InstanceId", "ShouldDecrementDesiredCapacity" ], "members":{ "InstanceId":{ "shape":"XmlStringMaxLen16", "documentation":"

The ID of the EC2 instance.

" }, "ShouldDecrementDesiredCapacity":{ "shape":"ShouldDecrementDesiredCapacity", "documentation":"

If true, terminating this instance also decrements the size of the Auto Scaling group.

" } } }, "TerminationPolicies":{ "type":"list", "member":{"shape":"XmlStringMaxLen1600"} }, "TimestampType":{"type":"timestamp"}, "UpdateAutoScalingGroupType":{ "type":"structure", "required":["AutoScalingGroupName"], "members":{ "AutoScalingGroupName":{ "shape":"ResourceName", "documentation":"

The name of the Auto Scaling group.

" }, "LaunchConfigurationName":{ "shape":"ResourceName", "documentation":"

The name of the launch configuration.

" }, "MinSize":{ "shape":"AutoScalingGroupMinSize", "documentation":"

The minimum size of the Auto Scaling group.

" }, "MaxSize":{ "shape":"AutoScalingGroupMaxSize", "documentation":"

The maximum size of the Auto Scaling group.

" }, "DesiredCapacity":{ "shape":"AutoScalingGroupDesiredCapacity", "documentation":"

The number of EC2 instances that should be running in the Auto Scaling group. This value must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

" }, "DefaultCooldown":{ "shape":"Cooldown", "documentation":"

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. For more information, see Understanding Auto Scaling Cooldowns.

" }, "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

One or more Availability Zones for the group.

" }, "HealthCheckType":{ "shape":"XmlStringMaxLen32", "documentation":"

The type of health check for the instances in the Auto Scaling group. The health check type can either be EC2 for Amazon EC2 or ELB for Elastic Load Balancing.

" }, "HealthCheckGracePeriod":{ "shape":"HealthCheckGracePeriod", "documentation":"

The amount of time, in second, that Auto Scaling waits before checking the health status of an instance. The grace period begins when the instance passes System Status and the Instance Status checks from Amazon EC2. For more information, see DescribeInstanceStatus.

" }, "PlacementGroup":{ "shape":"XmlStringMaxLen255", "documentation":"

The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups.

" }, "VPCZoneIdentifier":{ "shape":"XmlStringMaxLen255", "documentation":"

The subnet identifier for the Amazon VPC connection, if applicable. You can specify several subnets in a comma-separated list.

When you specify VPCZoneIdentifier with AvailabilityZones, ensure that the subnets' Availability Zones match the values you specify for AvailabilityZones.

For more information, see Auto Scaling and Amazon VPC in the Auto Scaling Developer Guide.

" }, "TerminationPolicies":{ "shape":"TerminationPolicies", "documentation":"

A standalone termination policy or a list of termination policies used to select the instance to terminate. The policies are executed in the order that they are listed.

For more information, see Choosing a Termination Policy for Your Auto Scaling Group in the Auto Scaling Developer Guide.

" } } }, "Values":{ "type":"list", "member":{"shape":"XmlString"} }, "XmlString":{ "type":"string", "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "XmlStringMaxLen1023":{ "type":"string", "min":1, "max":1023, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "XmlStringMaxLen16":{ "type":"string", "min":1, "max":16, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "XmlStringMaxLen1600":{ "type":"string", "min":1, "max":1600, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "XmlStringMaxLen255":{ "type":"string", "min":1, "max":255, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "XmlStringMaxLen32":{ "type":"string", "min":1, "max":32, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "XmlStringMaxLen64":{ "type":"string", "min":1, "max":64, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "XmlStringUserData":{ "type":"string", "max":21847, "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" } } }