{ "version": "2.0", "metadata": { "apiVersion": "2016-02-06", "endpointPrefix": "application-autoscaling", "jsonVersion": "1.1", "protocol": "json", "protocols": [ "json" ], "serviceFullName": "Application Auto Scaling", "serviceId": "Application Auto Scaling", "signatureVersion": "v4", "signingName": "application-autoscaling", "targetPrefix": "AnyScaleFrontendService", "uid": "application-autoscaling-2016-02-06" }, "operations": { "DeleteScalingPolicy": { "name": "DeleteScalingPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteScalingPolicyRequest" }, "output": { "shape": "DeleteScalingPolicyResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ObjectNotFoundException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Deletes the specified scaling policy for an Application Auto Scaling scalable target.

Deleting a step scaling policy deletes the underlying alarm action, but does not delete the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated action.

For more information, see Delete a step scaling policy and Delete a target tracking scaling policy in the Application Auto Scaling User Guide.

" }, "DeleteScheduledAction": { "name": "DeleteScheduledAction", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteScheduledActionRequest" }, "output": { "shape": "DeleteScheduledActionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ObjectNotFoundException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Deletes the specified scheduled action for an Application Auto Scaling scalable target.

For more information, see Delete a scheduled action in the Application Auto Scaling User Guide.

" }, "DeregisterScalableTarget": { "name": "DeregisterScalableTarget", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeregisterScalableTargetRequest" }, "output": { "shape": "DeregisterScalableTargetResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ObjectNotFoundException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Deregisters an Application Auto Scaling scalable target when you have finished using it. To see which resources have been registered, use DescribeScalableTargets.

Deregistering a scalable target deletes the scaling policies and the scheduled actions that are associated with it.

" }, "DescribeScalableTargets": { "name": "DescribeScalableTargets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeScalableTargetsRequest" }, "output": { "shape": "DescribeScalableTargetsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNextTokenException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Gets information about the scalable targets in the specified namespace.

You can filter the results using ResourceIds and ScalableDimension.

" }, "DescribeScalingActivities": { "name": "DescribeScalingActivities", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeScalingActivitiesRequest" }, "output": { "shape": "DescribeScalingActivitiesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNextTokenException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Provides descriptive information about the scaling activities in the specified namespace from the previous six weeks.

You can filter the results using ResourceId and ScalableDimension.

For information about viewing scaling activities using the Amazon Web Services CLI, see Scaling activities for Application Auto Scaling.

" }, "DescribeScalingPolicies": { "name": "DescribeScalingPolicies", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeScalingPoliciesRequest" }, "output": { "shape": "DescribeScalingPoliciesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "FailedResourceAccessException" }, { "shape": "InvalidNextTokenException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Describes the Application Auto Scaling scaling policies for the specified service namespace.

You can filter the results using ResourceId, ScalableDimension, and PolicyNames.

For more information, see Target tracking scaling policies and Step scaling policies in the Application Auto Scaling User Guide.

" }, "DescribeScheduledActions": { "name": "DescribeScheduledActions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeScheduledActionsRequest" }, "output": { "shape": "DescribeScheduledActionsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNextTokenException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Describes the Application Auto Scaling scheduled actions for the specified service namespace.

You can filter the results using the ResourceId, ScalableDimension, and ScheduledActionNames parameters.

For more information, see Scheduled scaling and Managing scheduled scaling in the Application Auto Scaling User Guide.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns all the tags on the specified Application Auto Scaling scalable target.

For general information about tags, including the format and syntax, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.

" }, "PutScalingPolicy": { "name": "PutScalingPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutScalingPolicyRequest" }, "output": { "shape": "PutScalingPolicyResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "LimitExceededException" }, { "shape": "ObjectNotFoundException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "FailedResourceAccessException" }, { "shape": "InternalServiceException" } ], "documentation": "

Creates or updates a scaling policy for an Application Auto Scaling scalable target.

Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scaling policy applies to the scalable target identified by those three attributes. You cannot create a scaling policy until you have registered the resource as a scalable target.

Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that multiple policies could conflict, instructing the scalable target to scale out or in at the same time. Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent, and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity (200% of 10 = 20) and scales out to 30.

We recommend caution, however, when using target tracking scaling policies with step scaling policies because conflicts between these policies can cause undesirable behavior. For example, if the step scaling policy initiates a scale-in activity before the target tracking policy is ready to scale in, the scale-in activity will not be blocked. After the scale-in activity completes, the target tracking policy could instruct the scalable target to scale out again.

For more information, see Target tracking scaling policies and Step scaling policies in the Application Auto Scaling User Guide.

If a scalable target is deregistered, the scalable target is no longer available to use scaling policies. Any scaling policies that were specified for the scalable target are deleted.

" }, "PutScheduledAction": { "name": "PutScheduledAction", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutScheduledActionRequest" }, "output": { "shape": "PutScheduledActionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "LimitExceededException" }, { "shape": "ObjectNotFoundException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Creates or updates a scheduled action for an Application Auto Scaling scalable target.

Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scheduled action applies to the scalable target identified by those three attributes. You cannot create a scheduled action until you have registered the resource as a scalable target.

When you specify start and end times with a recurring schedule using a cron expression or rates, they form the boundaries for when the recurring action starts and stops.

To update a scheduled action, specify the parameters that you want to change. If you don't specify start and end times, the old values are deleted.

For more information, see Scheduled scaling in the Application Auto Scaling User Guide.

If a scalable target is deregistered, the scalable target is no longer available to run scheduled actions. Any scheduled actions that were specified for the scalable target are deleted.

" }, "RegisterScalableTarget": { "name": "RegisterScalableTarget", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RegisterScalableTargetRequest" }, "output": { "shape": "RegisterScalableTargetResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "LimitExceededException" }, { "shape": "ConcurrentUpdateException" }, { "shape": "InternalServiceException" } ], "documentation": "

Registers or updates a scalable target, which is the resource that you want to scale.

Scalable targets are uniquely identified by the combination of resource ID, scalable dimension, and namespace, which represents some capacity dimension of the underlying service.

When you register a new scalable target, you must specify values for the minimum and maximum capacity. If the specified resource is not active in the target service, this operation does not change the resource's current capacity. Otherwise, it changes the resource's current capacity to a value that is inside of this range.

If you add a scaling policy, current capacity is adjustable within the specified range when scaling starts. Application Auto Scaling scaling policies will not scale capacity to values that are outside of the minimum and maximum range.

After you register a scalable target, you do not need to register it again to use other Application Auto Scaling operations. To see which resources have been registered, use DescribeScalableTargets. You can also view the scaling policies for a service namespace by using DescribeScalableTargets. If you no longer need a scalable target, you can deregister it by using DeregisterScalableTarget.

To update a scalable target, specify the parameters that you want to change. Include the parameters that identify the scalable target: resource ID, scalable dimension, and namespace. Any parameters that you don't specify are not changed by this update request.

If you call the RegisterScalableTarget API operation to create a scalable target, there might be a brief delay until the operation achieves eventual consistency. You might become aware of this brief delay if you get unexpected errors when performing sequential operations. The typical strategy is to retry the request, and some Amazon Web Services SDKs include automatic backoff and retry logic.

If you call the RegisterScalableTarget API operation to update an existing scalable target, Application Auto Scaling retrieves the current capacity of the resource. If it's below the minimum capacity or above the maximum capacity, Application Auto Scaling adjusts the capacity of the scalable target to place it within these bounds, even if you don't include the MinCapacity or MaxCapacity request parameters.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "TooManyTagsException" }, { "shape": "ValidationException" } ], "documentation": "

Adds or edits tags on an Application Auto Scaling scalable target.

Each tag consists of a tag key and a tag value, which are both case-sensitive strings. To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag key and a new tag value.

You can use this operation to tag an Application Auto Scaling scalable target, but you cannot tag a scaling policy or scheduled action.

You can also add tags to an Application Auto Scaling scalable target while creating it (RegisterScalableTarget).

For general information about tags, including the format and syntax, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.

Use tags to control access to a scalable target. For more information, see Tagging support for Application Auto Scaling in the Application Auto Scaling User Guide.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and the Application Auto Scaling scalable target.

" } }, "shapes": { "AdjustmentType": { "type": "string", "enum": [ "ChangeInCapacity", "PercentChangeInCapacity", "ExactCapacity" ] }, "Alarm": { "type": "structure", "required": [ "AlarmName", "AlarmARN" ], "members": { "AlarmName": { "shape": "ResourceId", "documentation": "

The name of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

" } }, "documentation": "

Represents a CloudWatch alarm associated with a scaling policy.

" }, "Alarms": { "type": "list", "member": { "shape": "Alarm" } }, "AmazonResourceName": { "type": "string", "max": 1011, "min": 1, "pattern": "^arn:.+:application-autoscaling:.+:[0-9]+:scalable-target\\/[a-zA-Z0-9-]+$" }, "Cooldown": { "type": "integer" }, "CustomizedMetricSpecification": { "type": "structure", "members": { "MetricName": { "shape": "MetricName", "documentation": "

The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the Metric object that's returned by a call to ListMetrics.

" }, "Namespace": { "shape": "MetricNamespace", "documentation": "

The namespace of the metric.

" }, "Dimensions": { "shape": "MetricDimensions", "documentation": "

The dimensions of the metric.

Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.

" }, "Statistic": { "shape": "MetricStatistic", "documentation": "

The statistic of the metric.

" }, "Unit": { "shape": "MetricUnit", "documentation": "

The unit of the metric. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference.

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

The metrics to include in the target tracking scaling policy, as a metric data query. This can include both raw metric and metric math expressions.

" } }, "documentation": "

Represents a CloudWatch metric of your choosing for a target tracking scaling policy to use with Application Auto Scaling.

For information about the available metrics for a service, see Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.

To create your customized metric specification:

For more information about the CloudWatch terminology below, see Amazon CloudWatch concepts in the Amazon CloudWatch User Guide.

" }, "DeleteScalingPolicyRequest": { "type": "structure", "required": [ "PolicyName", "ServiceNamespace", "ResourceId", "ScalableDimension" ], "members": { "PolicyName": { "shape": "ResourceIdMaxLen1600", "documentation": "

The name of the scaling policy.

" }, "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

" } } }, "DeleteScalingPolicyResponse": { "type": "structure", "members": {} }, "DeleteScheduledActionRequest": { "type": "structure", "required": [ "ServiceNamespace", "ScheduledActionName", "ResourceId", "ScalableDimension" ], "members": { "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

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

The name of the scheduled action.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

" } } }, "DeleteScheduledActionResponse": { "type": "structure", "members": {} }, "DeregisterScalableTargetRequest": { "type": "structure", "required": [ "ServiceNamespace", "ResourceId", "ScalableDimension" ], "members": { "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

" } } }, "DeregisterScalableTargetResponse": { "type": "structure", "members": {} }, "DescribeScalableTargetsRequest": { "type": "structure", "required": [ "ServiceNamespace" ], "members": { "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceIds": { "shape": "ResourceIdsMaxLen1600", "documentation": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a NextToken value, if applicable.

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

The token for the next set of results.

" } } }, "DescribeScalableTargetsResponse": { "type": "structure", "members": { "ScalableTargets": { "shape": "ScalableTargets", "documentation": "

The scalable targets that match the request parameters.

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

The token required to get the next set of results. This value is null if there are no more results to return.

" } } }, "DescribeScalingActivitiesRequest": { "type": "structure", "required": [ "ServiceNamespace" ], "members": { "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a NextToken value, if applicable.

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

The token for the next set of results.

" }, "IncludeNotScaledActivities": { "shape": "IncludeNotScaledActivities", "documentation": "

Specifies whether to include activities that aren't scaled (not scaled activities) in the response. Not scaled activities are activities that aren't completed or started for various reasons, such as preventing infinite scaling loops. For help interpreting the not scaled reason details in the response, see Scaling activities for Application Auto Scaling.

" } } }, "DescribeScalingActivitiesResponse": { "type": "structure", "members": { "ScalingActivities": { "shape": "ScalingActivities", "documentation": "

A list of scaling activity objects.

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

The token required to get the next set of results. This value is null if there are no more results to return.

" } } }, "DescribeScalingPoliciesRequest": { "type": "structure", "required": [ "ServiceNamespace" ], "members": { "PolicyNames": { "shape": "ResourceIdsMaxLen1600", "documentation": "

The names of the scaling policies to describe.

" }, "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of scalable targets. This value can be between 1 and 10. The default value is 10.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 10 results and a NextToken value, if applicable.

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

The token for the next set of results.

" } } }, "DescribeScalingPoliciesResponse": { "type": "structure", "members": { "ScalingPolicies": { "shape": "ScalingPolicies", "documentation": "

Information about the scaling policies.

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

The token required to get the next set of results. This value is null if there are no more results to return.

" } } }, "DescribeScheduledActionsRequest": { "type": "structure", "required": [ "ServiceNamespace" ], "members": { "ScheduledActionNames": { "shape": "ResourceIdsMaxLen1600", "documentation": "

The names of the scheduled actions to describe.

" }, "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of scheduled action results. This value can be between 1 and 50. The default value is 50.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a NextToken value, if applicable.

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

The token for the next set of results.

" } } }, "DescribeScheduledActionsResponse": { "type": "structure", "members": { "ScheduledActions": { "shape": "ScheduledActions", "documentation": "

Information about the scheduled actions.

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

The token required to get the next set of results. This value is null if there are no more results to return.

" } } }, "DisableScaleIn": { "type": "boolean" }, "Expression": { "type": "string", "max": 2048, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "Id": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "IncludeNotScaledActivities": { "type": "boolean" }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "ResourceARN" ], "members": { "ResourceARN": { "shape": "AmazonResourceName", "documentation": "

Specify the ARN of the scalable target.

For example: arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123

To get the ARN for a scalable target, use DescribeScalableTargets.

" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagMap", "documentation": "

A list of tags. Each tag consists of a tag key and a tag value.

" } } }, "MaxResults": { "type": "integer" }, "MetricAggregationType": { "type": "string", "enum": [ "Average", "Minimum", "Maximum" ] }, "MetricDimension": { "type": "structure", "required": [ "Name", "Value" ], "members": { "Name": { "shape": "MetricDimensionName", "documentation": "

The name of the dimension.

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

The value of the dimension.

" } }, "documentation": "

Describes the dimension names and values associated with a metric.

" }, "MetricDimensionName": { "type": "string" }, "MetricDimensionValue": { "type": "string" }, "MetricDimensions": { "type": "list", "member": { "shape": "MetricDimension" } }, "MetricName": { "type": "string" }, "MetricNamespace": { "type": "string" }, "MetricScale": { "type": "double" }, "MetricStatistic": { "type": "string", "enum": [ "Average", "Minimum", "Maximum", "SampleCount", "Sum" ] }, "MetricType": { "type": "string", "enum": [ "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut", "SageMakerVariantInvocationsPerInstance", "ECSServiceAverageCPUUtilization", "ECSServiceAverageMemoryUtilization", "AppStreamAverageCapacityUtilization", "ComprehendInferenceUtilization", "LambdaProvisionedConcurrencyUtilization", "CassandraReadCapacityUtilization", "CassandraWriteCapacityUtilization", "KafkaBrokerStorageUtilization", "ElastiCachePrimaryEngineCPUUtilization", "ElastiCacheReplicaEngineCPUUtilization", "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage", "NeptuneReaderAverageCPUUtilization", "SageMakerVariantProvisionedConcurrencyUtilization", "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", "SageMakerInferenceComponentInvocationsPerCopy" ] }, "MetricUnit": { "type": "string" }, "MinAdjustmentMagnitude": { "type": "integer" }, "NotScaledReason": { "type": "structure", "required": [ "Code" ], "members": { "Code": { "shape": "XmlString", "documentation": "

A code that represents the reason for not scaling.

Valid values:

" }, "MaxCapacity": { "shape": "ResourceCapacity", "documentation": "

The maximum capacity.

" }, "MinCapacity": { "shape": "ResourceCapacity", "documentation": "

The minimum capacity.

" }, "CurrentCapacity": { "shape": "ResourceCapacity", "documentation": "

The current capacity.

" } }, "documentation": "

Describes the reason for an activity that isn't scaled (not scaled activity), in machine-readable format. For help interpreting the not scaled reason details, see Scaling activities for Application Auto Scaling.

" }, "NotScaledReasons": { "type": "list", "member": { "shape": "NotScaledReason" } }, "PolicyName": { "type": "string", "max": 256, "min": 1, "pattern": "\\p{Print}+" }, "PolicyType": { "type": "string", "enum": [ "StepScaling", "TargetTrackingScaling" ] }, "PredefinedMetricSpecification": { "type": "structure", "required": [ "PredefinedMetricType" ], "members": { "PredefinedMetricType": { "shape": "MetricType", "documentation": "

The metric type. The ALBRequestCountPerTarget metric type applies only to Spot Fleets and ECS services.

" }, "ResourceLabel": { "shape": "ResourceLabel", "documentation": "

Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is ALBRequestCountPerTarget and there is a target group attached to the Spot Fleet or ECS service.

You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:

app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff.

Where:

To find the ARN for an Application Load Balancer, use the DescribeLoadBalancers API operation. To find the ARN for the target group, use the DescribeTargetGroups API operation.

" } }, "documentation": "

Represents a predefined metric for a target tracking scaling policy to use with Application Auto Scaling.

Only the Amazon Web Services that you're using send metrics to Amazon CloudWatch. To determine whether a desired metric already exists by looking up its namespace and dimension using the CloudWatch metrics dashboard in the console, follow the procedure in Monitor your resources using CloudWatch in the Application Auto Scaling User Guide.

" }, "PutScalingPolicyRequest": { "type": "structure", "required": [ "PolicyName", "ServiceNamespace", "ResourceId", "ScalableDimension" ], "members": { "PolicyName": { "shape": "PolicyName", "documentation": "

The name of the scaling policy.

You cannot change the name of a scaling policy, but you can delete the original scaling policy and create a new scaling policy with the same settings and a different name.

" }, "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

" }, "PolicyType": { "shape": "PolicyType", "documentation": "

The scaling policy type. This parameter is required if you are creating a scaling policy.

The following policy types are supported:

TargetTrackingScaling—Not supported for Amazon EMR.

StepScaling—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.

For more information, see Target tracking scaling policies and Step scaling policies in the Application Auto Scaling User Guide.

" }, "StepScalingPolicyConfiguration": { "shape": "StepScalingPolicyConfiguration", "documentation": "

A step scaling policy.

This parameter is required if you are creating a policy and the policy type is StepScaling.

" }, "TargetTrackingScalingPolicyConfiguration": { "shape": "TargetTrackingScalingPolicyConfiguration", "documentation": "

A target tracking scaling policy. Includes support for predefined or customized metrics.

This parameter is required if you are creating a policy and the policy type is TargetTrackingScaling.

" } } }, "PutScalingPolicyResponse": { "type": "structure", "required": [ "PolicyARN" ], "members": { "PolicyARN": { "shape": "ResourceIdMaxLen1600", "documentation": "

The Amazon Resource Name (ARN) of the resulting scaling policy.

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

The CloudWatch alarms created for the target tracking scaling policy.

" } } }, "PutScheduledActionRequest": { "type": "structure", "required": [ "ServiceNamespace", "ScheduledActionName", "ResourceId", "ScalableDimension" ], "members": { "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "Schedule": { "shape": "ResourceIdMaxLen1600", "documentation": "

The schedule for this action. The following formats are supported:

At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.

At and cron expressions use Universal Coordinated Time (UTC) by default.

The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].

For rate expressions, value is a positive integer and unit is minute | minutes | hour | hours | day | days.

For more information and examples, see Example scheduled actions for Application Auto Scaling in the Application Auto Scaling User Guide.

" }, "Timezone": { "shape": "ResourceIdMaxLen1600", "documentation": "

Specifies the time zone used when setting a scheduled action by using an at or cron expression. If a time zone is not provided, UTC is used by default.

Valid values are the canonical names of the IANA time zones supported by Joda-Time (such as Etc/GMT+9 or Pacific/Tahiti). For more information, see https://www.joda.org/joda-time/timezones.html.

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

The name of the scheduled action. This name must be unique among all other scheduled actions on the specified scalable target.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

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

The date and time for this scheduled action to start, in UTC.

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

The date and time for the recurring schedule to end, in UTC.

" }, "ScalableTargetAction": { "shape": "ScalableTargetAction", "documentation": "

The new minimum and maximum capacity. You can set both values or just one. At the scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling scales in to the maximum capacity.

" } } }, "PutScheduledActionResponse": { "type": "structure", "members": {} }, "RegisterScalableTargetRequest": { "type": "structure", "required": [ "ServiceNamespace", "ResourceId", "ScalableDimension" ], "members": { "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource that is associated with the scalable target. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

" }, "MinCapacity": { "shape": "ResourceCapacity", "documentation": "

The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand. This property is required when registering a new scalable target.

For the following resources, the minimum value allowed is 0.

It's strongly recommended that you specify a value greater than 0. A value greater than 0 means that data points are continuously reported to CloudWatch that scaling policies can use to scale on a metric like average CPU utilization.

For all other resources, the minimum allowed value depends on the type of resource that you are using. If you provide a value that is lower than what a resource can accept, an error occurs. In which case, the error message will provide the minimum value that the resource can accept.

" }, "MaxCapacity": { "shape": "ResourceCapacity", "documentation": "

The maximum value that you plan to scale out to. When a scaling policy is in effect, Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to changing demand. This property is required when registering a new scalable target.

Although you can specify a large maximum capacity, note that service quotas might impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service endpoints and quotas in the Amazon Web Services General Reference.

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

This parameter is required for services that do not support service-linked roles (such as Amazon EMR), and it must specify the ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.

If the service supports service-linked roles, Application Auto Scaling uses a service-linked role, which it creates if it does not yet exist. For more information, see Application Auto Scaling IAM roles.

" }, "SuspendedState": { "shape": "SuspendedState", "documentation": "

An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling. Setting the value of an attribute to true suspends the specified scaling activities. Setting it to false (default) resumes the specified scaling activities.

Suspension Outcomes

For more information, see Suspending and resuming scaling in the Application Auto Scaling User Guide.

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

Assigns one or more tags to the scalable target. Use this parameter to tag the scalable target when it is created. To tag an existing scalable target, use the TagResource operation.

Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required. You cannot have more than one tag on a scalable target with the same tag key.

Use tags to control access to a scalable target. For more information, see Tagging support for Application Auto Scaling in the Application Auto Scaling User Guide.

" } } }, "RegisterScalableTargetResponse": { "type": "structure", "members": { "ScalableTargetARN": { "shape": "XmlString", "documentation": "

The ARN of the scalable target.

" } } }, "ResourceCapacity": { "type": "integer" }, "ResourceId": { "type": "string", "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "ResourceIdMaxLen1600": { "type": "string", "max": 1600, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "ResourceIdsMaxLen1600": { "type": "list", "member": { "shape": "ResourceIdMaxLen1600" }, "max": 50 }, "ResourceLabel": { "type": "string", "max": 1023, "min": 1 }, "ReturnData": { "type": "boolean" }, "ScalableDimension": { "type": "string", "enum": [ "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount" ] }, "ScalableTarget": { "type": "structure", "required": [ "ServiceNamespace", "ResourceId", "ScalableDimension", "MinCapacity", "MaxCapacity", "RoleARN", "CreationTime" ], "members": { "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

" }, "MinCapacity": { "shape": "ResourceCapacity", "documentation": "

The minimum value to scale to in response to a scale-in activity.

" }, "MaxCapacity": { "shape": "ResourceCapacity", "documentation": "

The maximum value to scale to in response to a scale-out activity.

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

The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.

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

The Unix timestamp for when the scalable target was created.

" }, "SuspendedState": { "shape": "SuspendedState", "documentation": "

Specifies whether the scaling activities for a scalable target are in a suspended state.

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

The ARN of the scalable target.

" } }, "documentation": "

Represents a scalable target.

" }, "ScalableTargetAction": { "type": "structure", "members": { "MinCapacity": { "shape": "ResourceCapacity", "documentation": "

The minimum capacity.

When the scheduled action runs, the resource will have at least this much capacity, but it might have more depending on other settings, such as the target utilization level of a target tracking scaling policy.

" }, "MaxCapacity": { "shape": "ResourceCapacity", "documentation": "

The maximum capacity.

Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service endpoints and quotas in the Amazon Web Services General Reference.

" } }, "documentation": "

Represents the minimum and maximum capacity for a scheduled action.

" }, "ScalableTargets": { "type": "list", "member": { "shape": "ScalableTarget" } }, "ScalingActivities": { "type": "list", "member": { "shape": "ScalingActivity" } }, "ScalingActivity": { "type": "structure", "required": [ "ActivityId", "ServiceNamespace", "ResourceId", "ScalableDimension", "Description", "Cause", "StartTime", "StatusCode" ], "members": { "ActivityId": { "shape": "ResourceId", "documentation": "

The unique identifier of the scaling activity.

" }, "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

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

A simple description of what action the scaling activity intends to accomplish.

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

A simple description of what caused the scaling activity to happen.

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

The Unix timestamp for when the scaling activity began.

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

The Unix timestamp for when the scaling activity ended.

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

Indicates the status of the scaling activity.

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

A simple message about the current status of the scaling activity.

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

The details about the scaling activity.

" }, "NotScaledReasons": { "shape": "NotScaledReasons", "documentation": "

Machine-readable data that describes the reason for a not scaled activity. Only available when DescribeScalingActivities includes not scaled activities.

" } }, "documentation": "

Represents a scaling activity.

" }, "ScalingActivityStatusCode": { "type": "string", "enum": [ "Pending", "InProgress", "Successful", "Overridden", "Unfulfilled", "Failed" ] }, "ScalingAdjustment": { "type": "integer" }, "ScalingPolicies": { "type": "list", "member": { "shape": "ScalingPolicy" } }, "ScalingPolicy": { "type": "structure", "required": [ "PolicyARN", "PolicyName", "ServiceNamespace", "ResourceId", "ScalableDimension", "PolicyType", "CreationTime" ], "members": { "PolicyARN": { "shape": "ResourceIdMaxLen1600", "documentation": "

The Amazon Resource Name (ARN) of the scaling policy.

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

The name of the scaling policy.

" }, "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

" }, "PolicyType": { "shape": "PolicyType", "documentation": "

The scaling policy type.

The following policy types are supported:

TargetTrackingScaling—Not supported for Amazon EMR

StepScaling—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.

" }, "StepScalingPolicyConfiguration": { "shape": "StepScalingPolicyConfiguration", "documentation": "

A step scaling policy.

" }, "TargetTrackingScalingPolicyConfiguration": { "shape": "TargetTrackingScalingPolicyConfiguration", "documentation": "

A target tracking scaling policy.

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

The CloudWatch alarms associated with the scaling policy.

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

The Unix timestamp for when the scaling policy was created.

" } }, "documentation": "

Represents a scaling policy to use with Application Auto Scaling.

For more information about configuring scaling policies for a specific service, see Amazon Web Services services that you can use with Application Auto Scaling in the Application Auto Scaling User Guide.

" }, "ScalingSuspended": { "type": "boolean" }, "ScheduledAction": { "type": "structure", "required": [ "ScheduledActionName", "ScheduledActionARN", "ServiceNamespace", "Schedule", "ResourceId", "CreationTime" ], "members": { "ScheduledActionName": { "shape": "ScheduledActionName", "documentation": "

The name of the scheduled action.

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

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

" }, "ServiceNamespace": { "shape": "ServiceNamespace", "documentation": "

The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

" }, "Schedule": { "shape": "ResourceIdMaxLen1600", "documentation": "

The schedule for this action. The following formats are supported:

At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.

At and cron expressions use Universal Coordinated Time (UTC) by default.

The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].

For rate expressions, value is a positive integer and unit is minute | minutes | hour | hours | day | days.

For more information and examples, see Example scheduled actions for Application Auto Scaling in the Application Auto Scaling User Guide.

" }, "Timezone": { "shape": "ResourceIdMaxLen1600", "documentation": "

The time zone used when referring to the date and time of a scheduled action, when the scheduled action uses an at or cron expression.

" }, "ResourceId": { "shape": "ResourceIdMaxLen1600", "documentation": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

" }, "ScalableDimension": { "shape": "ScalableDimension", "documentation": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

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

The date and time that the action is scheduled to begin, in UTC.

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

The date and time that the action is scheduled to end, in UTC.

" }, "ScalableTargetAction": { "shape": "ScalableTargetAction", "documentation": "

The new minimum and maximum capacity. You can set both values or just one. At the scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling scales in to the maximum capacity.

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

The date and time that the scheduled action was created.

" } }, "documentation": "

Represents a scheduled action.

" }, "ScheduledActionName": { "type": "string", "max": 256, "min": 1, "pattern": "(?!((^[ ]+.*)|(.*([\\u0000-\\u001f]|[\\u007f-\\u009f]|[:/|])+.*)|(.*[ ]+$))).+" }, "ScheduledActions": { "type": "list", "member": { "shape": "ScheduledAction" } }, "ServiceNamespace": { "type": "string", "enum": [ "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka", "elasticache", "neptune" ] }, "StepAdjustment": { "type": "structure", "required": [ "ScalingAdjustment" ], "members": { "MetricIntervalLowerBound": { "shape": "MetricScale", "documentation": "

The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it's exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

" }, "MetricIntervalUpperBound": { "shape": "MetricScale", "documentation": "

The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it's inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

The upper bound must be greater than the lower bound.

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

The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a non-negative value.

" } }, "documentation": "

Represents a step adjustment for a StepScalingPolicyConfiguration. Describes an adjustment based on the difference between the value of the aggregated CloudWatch metric and the breach threshold that you've defined for the alarm.

For the following examples, suppose that you have an alarm with a breach threshold of 50:

There are a few rules for the step adjustments for your step policy:

" }, "StepAdjustments": { "type": "list", "member": { "shape": "StepAdjustment" } }, "StepScalingPolicyConfiguration": { "type": "structure", "members": { "AdjustmentType": { "shape": "AdjustmentType", "documentation": "

Specifies how the ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

AdjustmentType is required if you are adding a new step scaling policy configuration.

" }, "StepAdjustments": { "shape": "StepAdjustments", "documentation": "

A set of adjustments that enable you to scale based on the size of the alarm breach.

At least one step adjustment is required if you are adding a new step scaling policy configuration.

" }, "MinAdjustmentMagnitude": { "shape": "MinAdjustmentMagnitude", "documentation": "

The minimum value to scale by when the adjustment type is PercentChangeInCapacity. For example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a MinAdjustmentMagnitude of 2. If the service has 4 tasks and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude of 2, Application Auto Scaling scales out the service by 2 tasks.

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

The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide.

" }, "MetricAggregationType": { "shape": "MetricAggregationType", "documentation": "

The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

" } }, "documentation": "

Represents a step scaling policy configuration to use with Application Auto Scaling.

For more information, see Step scaling policies in the Application Auto Scaling User Guide.

" }, "SuspendedState": { "type": "structure", "members": { "DynamicScalingInSuspended": { "shape": "ScalingSuspended", "documentation": "

Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is false.

" }, "DynamicScalingOutSuspended": { "shape": "ScalingSuspended", "documentation": "

Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is false.

" }, "ScheduledScalingSuspended": { "shape": "ScalingSuspended", "documentation": "

Whether scheduled scaling is suspended. Set the value to true if you don't want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is false.

" } }, "documentation": "

Specifies whether the scaling activities for a scalable target are in a suspended state.

" }, "TagKey": { "type": "string", "max": 128, "min": 1 }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 200, "min": 0 }, "TagMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" } }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "Tags" ], "members": { "ResourceARN": { "shape": "AmazonResourceName", "documentation": "

Identifies the Application Auto Scaling scalable target that you want to apply tags to.

For example: arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123

To get the ARN for a scalable target, use DescribeScalableTargets.

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

The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.

Each tag consists of a tag key and a tag value.

You cannot have more than one tag on an Application Auto Scaling scalable target with the same tag key. If you specify an existing tag key with a different tag value, Application Auto Scaling replaces the current tag value with the specified one.

For information about the rules that apply to tag keys and tag values, see User-defined tag restrictions in the Amazon Web Services Billing and Cost Management User Guide.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0 }, "TargetTrackingMetric": { "type": "structure", "members": { "Dimensions": { "shape": "TargetTrackingMetricDimensions", "documentation": "

The dimensions for the metric. For the list of available dimensions, see the Amazon Web Services documentation available from the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.

Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.

" }, "MetricName": { "shape": "TargetTrackingMetricName", "documentation": "

The name of the metric.

" }, "Namespace": { "shape": "TargetTrackingMetricNamespace", "documentation": "

The namespace of the metric. For more information, see the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.

" } }, "documentation": "

Represents a specific metric.

Metric is a property of the TargetTrackingMetricStat object.

" }, "TargetTrackingMetricDataQueries": { "type": "list", "member": { "shape": "TargetTrackingMetricDataQuery" } }, "TargetTrackingMetricDataQuery": { "type": "structure", "required": [ "Id" ], "members": { "Expression": { "shape": "Expression", "documentation": "

The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the Id of the other metrics to refer to those metrics, and can also use the Id of other expressions to use the result of those expressions.

Conditional: Within each TargetTrackingMetricDataQuery object, you must specify either Expression or MetricStat, but not both.

" }, "Id": { "shape": "Id", "documentation": "

A short name that identifies the object's results in the response. This name must be unique among all MetricDataQuery objects specified for a single scaling policy. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscores. The first character must be a lowercase letter.

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

A human-readable label for this metric or expression. This is especially useful if this is a math expression, so that you know what the value represents.

" }, "MetricStat": { "shape": "TargetTrackingMetricStat", "documentation": "

Information about the metric data to return.

Conditional: Within each MetricDataQuery object, you must specify either Expression or MetricStat, but not both.

" }, "ReturnData": { "shape": "ReturnData", "documentation": "

Indicates whether to return the timestamps and raw data values of this metric.

If you use any math expressions, specify true for this value for only the final math expression that the metric specification is based on. You must specify false for ReturnData for all the other metrics and expressions used in the metric specification.

If you are only retrieving metrics and not performing any math expressions, do not specify anything for ReturnData. This sets it to its default (true).

" } }, "documentation": "

The metric data to return. Also defines whether this call is returning data for one metric only, or whether it is performing a math expression on the values of returned metric statistics to create a new time series. A time series is a series of data points, each of which is associated with a timestamp.

For more information and examples, see Create a target tracking scaling policy for Application Auto Scaling using metric math in the Application Auto Scaling User Guide.

" }, "TargetTrackingMetricDimension": { "type": "structure", "required": [ "Name", "Value" ], "members": { "Name": { "shape": "TargetTrackingMetricDimensionName", "documentation": "

The name of the dimension.

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

The value of the dimension.

" } }, "documentation": "

Describes the dimension of a metric.

" }, "TargetTrackingMetricDimensionName": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "TargetTrackingMetricDimensionValue": { "type": "string", "max": 1024, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "TargetTrackingMetricDimensions": { "type": "list", "member": { "shape": "TargetTrackingMetricDimension" } }, "TargetTrackingMetricName": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "TargetTrackingMetricNamespace": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "TargetTrackingMetricStat": { "type": "structure", "required": [ "Metric", "Stat" ], "members": { "Metric": { "shape": "TargetTrackingMetric", "documentation": "

The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get the exact metric name, namespace, and dimensions, inspect the Metric object that is returned by a call to ListMetrics.

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

The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide.

The most commonly used metric for scaling is Average.

" }, "Unit": { "shape": "TargetTrackingMetricUnit", "documentation": "

The unit to use for the returned data points. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference.

" } }, "documentation": "

This structure defines the CloudWatch metric to return, along with the statistic, period, and unit.

For more information about the CloudWatch terminology below, see Amazon CloudWatch concepts in the Amazon CloudWatch User Guide.

" }, "TargetTrackingMetricUnit": { "type": "string", "max": 1023, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "TargetTrackingScalingPolicyConfiguration": { "type": "structure", "required": [ "TargetValue" ], "members": { "TargetValue": { "shape": "MetricScale", "documentation": "

The target value for the metric. Although this property accepts numbers of type Double, it won't accept values that are either too small or too large. Values must be in the range of -2^360 to 2^360. The value must be a valid number based on the choice of metric. For example, if the metric is CPU utilization, then the target value is a percent value that represents how much of the CPU can be used before scaling out.

If the scaling policy specifies the ALBRequestCountPerTarget predefined metric, specify the target utilization as the optimal average request count per target during any one-minute interval.

" }, "PredefinedMetricSpecification": { "shape": "PredefinedMetricSpecification", "documentation": "

A predefined metric. You can specify either a predefined metric or a customized metric.

" }, "CustomizedMetricSpecification": { "shape": "CustomizedMetricSpecification", "documentation": "

A customized metric. You can specify either a predefined metric or a customized metric.

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

The amount of time, in seconds, to wait for a previous scale-out activity to take effect. For more information and for default values, see Define cooldown periods in the Application Auto Scaling User Guide.

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

The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start. For more information and for default values, see Define cooldown periods in the Application Auto Scaling User Guide.

" }, "DisableScaleIn": { "shape": "DisableScaleIn", "documentation": "

Indicates whether scale in by the target tracking scaling policy is disabled. If the value is true, scale in is disabled and the target tracking scaling policy won't remove capacity from the scalable target. Otherwise, scale in is enabled and the target tracking scaling policy can remove capacity from the scalable target. The default value is false.

" } }, "documentation": "

Represents a target tracking scaling policy configuration to use with Application Auto Scaling.

For more information, see Target tracking scaling policies in the Application Auto Scaling User Guide.

" }, "TimestampType": { "type": "timestamp" }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "TagKeys" ], "members": { "ResourceARN": { "shape": "AmazonResourceName", "documentation": "

Identifies the Application Auto Scaling scalable target from which to remove tags.

For example: arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123

To get the ARN for a scalable target, use DescribeScalableTargets.

" }, "TagKeys": { "shape": "TagKeyList", "documentation": "

One or more tag keys. Specify only the tag keys, not the tag values.

" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "XmlString": { "type": "string", "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" } }, "documentation": "

With Application Auto Scaling, you can configure automatic scaling for the following resources:

To learn more about Application Auto Scaling, see the Application Auto Scaling User Guide.

API Summary

The Application Auto Scaling service API includes three key sets of actions:

" }