All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.autoscaling-2016-02-06-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Application Auto Scaling module holds the client classes that are used for communicating with AWS Application Auto Scaling service.

There is a newer version: 1.12.780
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : null,
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "transformDirectory" : "transform",
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2016-02-06",
    "asyncClient" : "AWSApplicationAutoScalingAsyncClient",
    "asyncClientBuilderClassName" : "AWSApplicationAutoScalingAsyncClientBuilder",
    "asyncInterface" : "AWSApplicationAutoScalingAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AWSApplicationAutoScalingModuleInjector",
    "defaultEndpoint" : "https://autoscaling.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "autoscaling.us-east-1.amazonaws.com",
    "defaultRegion" : null,
    "documentation" : "

With Application Auto Scaling, you can automatically scale your AWS resources. The experience similar to that of Auto Scaling. You can use Application Auto Scaling to accomplish the following tasks:

  • Define scaling policies to automatically scale your AWS resources

  • Scale your resources in response to CloudWatch alarms

  • View the history of your scaling events

Application Auto Scaling can scale the following AWS resources:

For a list of supported regions, see AWS Regions and Endpoints: Application Auto Scaling in the AWS General Reference.

", "endpointPrefix" : "autoscaling", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.applicationautoscaling", "packagePath" : "com/amazonaws/services/applicationautoscaling", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory", "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "requiresApiKey" : false, "requiresIamSigners" : false, "serviceAbbreviation" : null, "serviceFullName" : "Application Auto Scaling", "serviceName" : "Application Auto Scaling", "signingName" : "application-autoscaling", "smokeTestsPackageName" : "com.amazonaws.services.applicationautoscaling.smoketests", "syncClient" : "AWSApplicationAutoScalingClient", "syncClientBuilderClassName" : "AWSApplicationAutoScalingClientBuilder", "syncInterface" : "AWSApplicationAutoScaling", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "DeleteScalingPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteScalingPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified Application Auto Scaling scaling policy.

Deleting a 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.

To create a scaling policy or update an existing one, see PutScalingPolicy.

", "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

An exception was thrown for a validation issue. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "ObjectNotFoundException", "documentation" : "

The specified object could not be found. For any Put or Register API operation, which depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any Delete or Deregister API operation, this exception is thrown if the resource that is to be deleted or deregistered cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentUpdateException", "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServiceException", "documentation" : "

The service encountered an internal error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteScalingPolicyRequest", "variableName" : "deleteScalingPolicyRequest", "variableType" : "DeleteScalingPolicyRequest", "documentation" : "", "simpleType" : "DeleteScalingPolicyRequest", "variableSetterType" : "DeleteScalingPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteScalingPolicy", "operationName" : "DeleteScalingPolicy", "returnType" : { "returnType" : "DeleteScalingPolicyResult", "documentation" : null }, "syncReturnType" : "DeleteScalingPolicyResult" }, "DeregisterScalableTarget" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeregisterScalableTargetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deregisters a scalable target.

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

To create a scalable target or update an existing one, see RegisterScalableTarget.

", "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

An exception was thrown for a validation issue. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "ObjectNotFoundException", "documentation" : "

The specified object could not be found. For any Put or Register API operation, which depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any Delete or Deregister API operation, this exception is thrown if the resource that is to be deleted or deregistered cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentUpdateException", "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServiceException", "documentation" : "

The service encountered an internal error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeregisterScalableTargetRequest", "variableName" : "deregisterScalableTargetRequest", "variableType" : "DeregisterScalableTargetRequest", "documentation" : "", "simpleType" : "DeregisterScalableTargetRequest", "variableSetterType" : "DeregisterScalableTargetRequest" }, "inputStreamPropertyName" : null, "methodName" : "deregisterScalableTarget", "operationName" : "DeregisterScalableTarget", "returnType" : { "returnType" : "DeregisterScalableTargetResult", "documentation" : null }, "syncReturnType" : "DeregisterScalableTargetResult" }, "DescribeScalableTargets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeScalableTargetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Provides descriptive information about the scalable targets in the specified namespace.

You can filter the results using the ResourceIds and ScalableDimension parameters.

To create a scalable target or update an existing one, see RegisterScalableTarget. If you are no longer using a scalable target, you can deregister it using DeregisterScalableTarget.

", "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

An exception was thrown for a validation issue. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token supplied was invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentUpdateException", "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServiceException", "documentation" : "

The service encountered an internal error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeScalableTargetsRequest", "variableName" : "describeScalableTargetsRequest", "variableType" : "DescribeScalableTargetsRequest", "documentation" : "", "simpleType" : "DescribeScalableTargetsRequest", "variableSetterType" : "DescribeScalableTargetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeScalableTargets", "operationName" : "DescribeScalableTargets", "returnType" : { "returnType" : "DescribeScalableTargetsResult", "documentation" : null }, "syncReturnType" : "DescribeScalableTargetsResult" }, "DescribeScalingActivities" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeScalingActivitiesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

Scaling activities are triggered by CloudWatch alarms that are associated with scaling policies. To view the scaling policies for a service namespace, see DescribeScalingPolicies. To create a scaling policy or update an existing one, see PutScalingPolicy.

", "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

An exception was thrown for a validation issue. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token supplied was invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentUpdateException", "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServiceException", "documentation" : "

The service encountered an internal error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeScalingActivitiesRequest", "variableName" : "describeScalingActivitiesRequest", "variableType" : "DescribeScalingActivitiesRequest", "documentation" : "", "simpleType" : "DescribeScalingActivitiesRequest", "variableSetterType" : "DescribeScalingActivitiesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeScalingActivities", "operationName" : "DescribeScalingActivities", "returnType" : { "returnType" : "DescribeScalingActivitiesResult", "documentation" : null }, "syncReturnType" : "DescribeScalingActivitiesResult" }, "DescribeScalingPolicies" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeScalingPoliciesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Provides descriptive information about the scaling policies in the specified namespace.

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

To create a scaling policy or update an existing one, see PutScalingPolicy. If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy.

", "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

An exception was thrown for a validation issue. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "FailedResourceAccessException", "documentation" : "

Failed access to resources caused an exception. This exception currently only applies to DescribeScalingPolicies. It is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have the proper permissions to call the CloudWatch DescribeAlarms API operation on behalf of your account.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token supplied was invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentUpdateException", "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServiceException", "documentation" : "

The service encountered an internal error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeScalingPoliciesRequest", "variableName" : "describeScalingPoliciesRequest", "variableType" : "DescribeScalingPoliciesRequest", "documentation" : "", "simpleType" : "DescribeScalingPoliciesRequest", "variableSetterType" : "DescribeScalingPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeScalingPolicies", "operationName" : "DescribeScalingPolicies", "returnType" : { "returnType" : "DescribeScalingPoliciesResult", "documentation" : null }, "syncReturnType" : "DescribeScalingPoliciesResult" }, "PutScalingPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutScalingPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a 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 without first registering a scalable target using RegisterScalableTarget.

To update a policy, specify its policy name and the parameters that you want to change. Any parameters that you don't specify are not changed by this update request.

You can view the scaling policies for a service namespace using DescribeScalingPolicies. If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy.

", "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

An exception was thrown for a validation issue. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded. For more information, see Application Auto Scaling Limits.

", "httpStatusCode" : null }, { "exceptionName" : "ObjectNotFoundException", "documentation" : "

The specified object could not be found. For any Put or Register API operation, which depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any Delete or Deregister API operation, this exception is thrown if the resource that is to be deleted or deregistered cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentUpdateException", "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServiceException", "documentation" : "

The service encountered an internal error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutScalingPolicyRequest", "variableName" : "putScalingPolicyRequest", "variableType" : "PutScalingPolicyRequest", "documentation" : "", "simpleType" : "PutScalingPolicyRequest", "variableSetterType" : "PutScalingPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "putScalingPolicy", "operationName" : "PutScalingPolicy", "returnType" : { "returnType" : "PutScalingPolicyResult", "documentation" : null }, "syncReturnType" : "PutScalingPolicyResult" }, "RegisterScalableTarget" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RegisterScalableTargetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Registers or updates a scalable target. A scalable target is a resource that Application Auto Scaling can scale out or scale in. After you have registered a scalable target, you can use this operation to update the minimum and maximum values for your scalable dimension.

After you register a scalable target, you can create and apply scaling policies using PutScalingPolicy. You can view the scaling policies for a service namespace using DescribeScalableTargets. If you are no longer using a scalable target, you can deregister it using DeregisterScalableTarget.

", "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

An exception was thrown for a validation issue. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded. For more information, see Application Auto Scaling Limits.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentUpdateException", "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServiceException", "documentation" : "

The service encountered an internal error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RegisterScalableTargetRequest", "variableName" : "registerScalableTargetRequest", "variableType" : "RegisterScalableTargetRequest", "documentation" : "", "simpleType" : "RegisterScalableTargetRequest", "variableSetterType" : "RegisterScalableTargetRequest" }, "inputStreamPropertyName" : null, "methodName" : "registerScalableTarget", "operationName" : "RegisterScalableTarget", "returnType" : { "returnType" : "RegisterScalableTargetResult", "documentation" : null }, "syncReturnType" : "RegisterScalableTargetResult" } }, "shapes" : { "AdjustmentType" : { "c2jName" : "AdjustmentType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ChangeInCapacity", "value" : "ChangeInCapacity" }, { "name" : "PercentChangeInCapacity", "value" : "PercentChangeInCapacity" }, { "name" : "ExactCapacity", "value" : "ExactCapacity" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AdjustmentType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AdjustmentType", "variableName" : "adjustmentType", "variableType" : "AdjustmentType", "documentation" : null, "simpleType" : "AdjustmentType", "variableSetterType" : "AdjustmentType" }, "wrapper" : false }, "Alarm" : { "c2jName" : "Alarm", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents a CloudWatch alarm associated with a scaling policy.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AlarmName", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

The name of the alarm.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAlarmName", "getterDocumentation" : "/**

The name of the alarm.

\n@return The name of the alarm.*/", "getterMethodName" : "getAlarmName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmName", "setterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.*/", "setterMethodName" : "setAlarmName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alarmName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alarmName", "variableType" : "String", "documentation" : "

The name of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AlarmARN", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmARN The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAlarmARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@return The Amazon Resource Name (ARN) of the alarm.*/", "getterMethodName" : "getAlarmARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmARN The Amazon Resource Name (ARN) of the alarm.*/", "setterMethodName" : "setAlarmARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alarmARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmARN The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alarmARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlarmARN" : { "c2jName" : "AlarmARN", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmARN The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAlarmARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@return The Amazon Resource Name (ARN) of the alarm.*/", "getterMethodName" : "getAlarmARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmARN The Amazon Resource Name (ARN) of the alarm.*/", "setterMethodName" : "setAlarmARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alarmARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmARN The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alarmARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AlarmName" : { "c2jName" : "AlarmName", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

The name of the alarm.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAlarmName", "getterDocumentation" : "/**

The name of the alarm.

\n@return The name of the alarm.*/", "getterMethodName" : "getAlarmName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmName", "setterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.*/", "setterMethodName" : "setAlarmName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alarmName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alarmName", "variableType" : "String", "documentation" : "

The name of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AlarmName", "AlarmARN" ], "shapeName" : "Alarm", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Alarm", "variableName" : "alarm", "variableType" : "Alarm", "documentation" : null, "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "wrapper" : false }, "ConcurrentUpdateException" : { "c2jName" : "ConcurrentUpdateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

", "enums" : null, "errorCode" : "ConcurrentUpdateException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConcurrentUpdateException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConcurrentUpdateException", "variableName" : "concurrentUpdateException", "variableType" : "ConcurrentUpdateException", "documentation" : null, "simpleType" : "ConcurrentUpdateException", "variableSetterType" : "ConcurrentUpdateException" }, "wrapper" : false }, "DeleteScalingPolicyRequest" : { "c2jName" : "DeleteScalingPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteScalingPolicy", "locationName" : null, "requestUri" : "/", "target" : "AnyScaleFrontendService.DeleteScalingPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "PolicyName", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

The name of the scaling policy.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the scaling policy.

\n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

The name of the scaling policy.

\n@return The name of the scaling policy.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

The name of the scaling policy.

\n@param policyName The name of the scaling policy.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the scaling policy.

\n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

The name of the scaling policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

\n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

\n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

\n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

\n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

\n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

          • ecs:service:DesiredCount - The desired task count of an ECS service.

          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

          • ecs:service:DesiredCount - The desired task count of an ECS service.

          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

          • ecs:service:DesiredCount - The desired task count of an ECS service.

          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

            • ecs:service:DesiredCount - The desired task count of an ECS service.

            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

            • ecs:service:DesiredCount - The desired task count of an ECS service.

            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

              • ecs:service:DesiredCount - The desired task count of an ECS service.

              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

              • ecs:service:DesiredCount - The desired task count of an ECS service.

              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                • ecs:service:DesiredCount - The desired task count of an ECS service.

                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                • ecs:service:DesiredCount - The desired task count of an ECS service.

                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

                  The name of the scaling policy.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the scaling policy.

                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                  The name of the scaling policy.

                  \n@return The name of the scaling policy.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                  The name of the scaling policy.

                  \n@param policyName The name of the scaling policy.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the scaling policy.

                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                  The name of the scaling policy.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                  \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyName", "ServiceNamespace", "ResourceId", "ScalableDimension" ], "shapeName" : "DeleteScalingPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteScalingPolicyRequest", "variableName" : "deleteScalingPolicyRequest", "variableType" : "DeleteScalingPolicyRequest", "documentation" : null, "simpleType" : "DeleteScalingPolicyRequest", "variableSetterType" : "DeleteScalingPolicyRequest" }, "wrapper" : false }, "DeleteScalingPolicyResult" : { "c2jName" : "DeleteScalingPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteScalingPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteScalingPolicyResult", "variableName" : "deleteScalingPolicyResult", "variableType" : "DeleteScalingPolicyResult", "documentation" : null, "simpleType" : "DeleteScalingPolicyResult", "variableSetterType" : "DeleteScalingPolicyResult" }, "wrapper" : false }, "DeregisterScalableTargetRequest" : { "c2jName" : "DeregisterScalableTargetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeregisterScalableTarget", "locationName" : null, "requestUri" : "/", "target" : "AnyScaleFrontendService.DeregisterScalableTarget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                  \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                  \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceNamespace", "ResourceId", "ScalableDimension" ], "shapeName" : "DeregisterScalableTargetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeregisterScalableTargetRequest", "variableName" : "deregisterScalableTargetRequest", "variableType" : "DeregisterScalableTargetRequest", "documentation" : null, "simpleType" : "DeregisterScalableTargetRequest", "variableSetterType" : "DeregisterScalableTargetRequest" }, "wrapper" : false }, "DeregisterScalableTargetResult" : { "c2jName" : "DeregisterScalableTargetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeregisterScalableTargetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeregisterScalableTargetResult", "variableName" : "deregisterScalableTargetResult", "variableType" : "DeregisterScalableTargetResult", "documentation" : null, "simpleType" : "DeregisterScalableTargetResult", "variableSetterType" : "DeregisterScalableTargetResult" }, "wrapper" : false }, "DescribeScalableTargetsRequest" : { "c2jName" : "DescribeScalableTargetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeScalableTargets", "locationName" : null, "requestUri" : "/", "target" : "AnyScaleFrontendService.DescribeScalableTargets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceIds", "c2jShape" : "ResourceIdsMaxLen1600", "deprecated" : false, "documentation" : "

                                                                  The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                  \n@param resourceIds The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceIds", "getterDocumentation" : "/**

                                                                    The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                    \n@return The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                    • */", "getterMethodName" : "getResourceIds", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceIds", "setterDocumentation" : "/**

                                                                      The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                      \n@param resourceIds The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                      • */", "setterMethodName" : "setResourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                        The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                        \n

                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIds(java.util.Collection)} or {@link #withResourceIds(java.util.Collection)} if you want to override the existing values.

                                                                        \n@param resourceIds The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceIds", "variableType" : "java.util.List", "documentation" : "

                                                                          The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "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.

                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

                                                                          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.

                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                          \n@param scalableDimension 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.

                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

                                                                            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.

                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                            \n@return 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.

                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

                                                                              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.

                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                              \n@param scalableDimension 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.

                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                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.

                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                \n@param scalableDimension 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.

                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "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.

                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                  The maximum number of scalable target 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.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxResults", "getterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@return The maximum number of scalable target 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.*/", "getterMethodName" : "getMaxResults", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@param maxResults The maximum number of scalable target 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.*/", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                  The maximum number of scalable target 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.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                  The token for the next set of results.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@return The token for the next set of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@param nextToken The token for the next set of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                  The token for the next set of results.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                  The maximum number of scalable target 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.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxResults", "getterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@return The maximum number of scalable target 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.*/", "getterMethodName" : "getMaxResults", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@param maxResults The maximum number of scalable target 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.*/", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The maximum number of scalable target 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.

                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                  The maximum number of scalable target 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.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                  The token for the next set of results.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@return The token for the next set of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@param nextToken The token for the next set of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The token for the next set of results.

                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                  The token for the next set of results.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceIds" : { "c2jName" : "ResourceIds", "c2jShape" : "ResourceIdsMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                  The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                  \n@param resourceIds The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceIds", "getterDocumentation" : "/**

                                                                                    The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                    \n@return The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                    • */", "getterMethodName" : "getResourceIds", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceIds", "setterDocumentation" : "/**

                                                                                      The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                      \n@param resourceIds The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                      • */", "setterMethodName" : "setResourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                        The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                        \n

                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIds(java.util.Collection)} or {@link #withResourceIds(java.util.Collection)} if you want to override the existing values.

                                                                                        \n@param resourceIds The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceIds", "variableType" : "java.util.List", "documentation" : "

                                                                                          The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "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.

                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

                                                                                          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.

                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                          \n@param scalableDimension 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.

                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

                                                                                            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.

                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                            \n@return 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.

                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

                                                                                              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.

                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                              \n@param scalableDimension 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.

                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                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.

                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                \n@param scalableDimension 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.

                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "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.

                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceNamespace" ], "shapeName" : "DescribeScalableTargetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScalableTargetsRequest", "variableName" : "describeScalableTargetsRequest", "variableType" : "DescribeScalableTargetsRequest", "documentation" : null, "simpleType" : "DescribeScalableTargetsRequest", "variableSetterType" : "DescribeScalableTargetsRequest" }, "wrapper" : false }, "DescribeScalableTargetsResult" : { "c2jName" : "DescribeScalableTargetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ScalableTargets", "c2jShape" : "ScalableTargets", "deprecated" : false, "documentation" : "

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n@param scalableTargets The list of scalable targets that matches the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalableTargets", "getterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n@return The list of scalable targets that matches the request parameters.*/", "getterMethodName" : "getScalableTargets", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableTargets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableTargets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ScalableTarget", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ScalableTarget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ScalableTarget", "variableName" : "member", "variableType" : "ScalableTarget", "documentation" : "", "simpleType" : "ScalableTarget", "variableSetterType" : "ScalableTarget" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalableTarget", "variableName" : "member", "variableType" : "ScalableTarget", "documentation" : "", "simpleType" : "ScalableTarget", "variableSetterType" : "ScalableTarget" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ScalableTarget", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ScalableTarget", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalableTargets", "setterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n@param scalableTargets The list of scalable targets that matches the request parameters.*/", "setterMethodName" : "setScalableTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalableTargets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalableTargets(java.util.Collection)} or {@link #withScalableTargets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param scalableTargets The list of scalable targets that matches the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalableTargets", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

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

                                                                                                  \n@return The token required to get the next set of results. This value is null if there are no more results to return.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

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

                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

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

                                                                                                  \n@return The token required to get the next set of results. This value is null if there are no more results to return.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

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

                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableTargets" : { "c2jName" : "ScalableTargets", "c2jShape" : "ScalableTargets", "deprecated" : false, "documentation" : "

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n@param scalableTargets The list of scalable targets that matches the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalableTargets", "getterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n@return The list of scalable targets that matches the request parameters.*/", "getterMethodName" : "getScalableTargets", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableTargets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableTargets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ScalableTarget", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ScalableTarget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ScalableTarget", "variableName" : "member", "variableType" : "ScalableTarget", "documentation" : "", "simpleType" : "ScalableTarget", "variableSetterType" : "ScalableTarget" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalableTarget", "variableName" : "member", "variableType" : "ScalableTarget", "documentation" : "", "simpleType" : "ScalableTarget", "variableSetterType" : "ScalableTarget" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ScalableTarget", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ScalableTarget", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalableTargets", "setterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n@param scalableTargets The list of scalable targets that matches the request parameters.*/", "setterMethodName" : "setScalableTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalableTargets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalableTargets(java.util.Collection)} or {@link #withScalableTargets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param scalableTargets The list of scalable targets that matches the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalableTargets", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The list of scalable targets that matches the request parameters.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeScalableTargetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeScalableTargetsResult", "variableName" : "describeScalableTargetsResult", "variableType" : "DescribeScalableTargetsResult", "documentation" : null, "simpleType" : "DescribeScalableTargetsResult", "variableSetterType" : "DescribeScalableTargetsResult" }, "wrapper" : false }, "DescribeScalingActivitiesRequest" : { "c2jName" : "DescribeScalingActivitiesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeScalingActivities", "locationName" : null, "requestUri" : "/", "target" : "AnyScaleFrontendService.DescribeScalingActivities", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                  The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

                                                                                                    The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                    \n@return The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                      The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                        The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                          The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "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.

                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

                                                                                                          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.

                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                          \n@param scalableDimension 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.

                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

                                                                                                            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.

                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                            \n@return 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.

                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

                                                                                                              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.

                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                              \n@param scalableDimension 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.

                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                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.

                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                \n@param scalableDimension 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.

                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "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.

                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxResults", "getterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@return The maximum number of scalable target 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.*/", "getterMethodName" : "getMaxResults", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@param maxResults The maximum number of scalable target 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.*/", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                  The token for the next set of results.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@return The token for the next set of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@param nextToken The token for the next set of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                  The token for the next set of results.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxResults", "getterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@return The maximum number of scalable target 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.*/", "getterMethodName" : "getMaxResults", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@param maxResults The maximum number of scalable target 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.*/", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                  The maximum number of scalable target 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.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                  The token for the next set of results.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@return The token for the next set of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@param nextToken The token for the next set of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The token for the next set of results.

                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                  The token for the next set of results.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                                  The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

                                                                                                                    The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                    \n@return The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                      The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                        The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                          The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "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.

                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

                                                                                                                          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.

                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                          \n@param scalableDimension 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.

                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

                                                                                                                            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.

                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                            \n@return 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.

                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

                                                                                                                              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.

                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                              \n@param scalableDimension 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.

                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                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.

                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                \n@param scalableDimension 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.

                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "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.

                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceNamespace" ], "shapeName" : "DescribeScalingActivitiesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScalingActivitiesRequest", "variableName" : "describeScalingActivitiesRequest", "variableType" : "DescribeScalingActivitiesRequest", "documentation" : null, "simpleType" : "DescribeScalingActivitiesRequest", "variableSetterType" : "DescribeScalingActivitiesRequest" }, "wrapper" : false }, "DescribeScalingActivitiesResult" : { "c2jName" : "DescribeScalingActivitiesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ScalingActivities", "c2jShape" : "ScalingActivities", "deprecated" : false, "documentation" : "

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n@param scalingActivities A list of scaling activity objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingActivities", "getterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n@return A list of scaling activity objects.*/", "getterMethodName" : "getScalingActivities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingActivities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingActivities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ScalingActivity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ScalingActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ScalingActivity", "variableName" : "member", "variableType" : "ScalingActivity", "documentation" : "", "simpleType" : "ScalingActivity", "variableSetterType" : "ScalingActivity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingActivity", "variableName" : "member", "variableType" : "ScalingActivity", "documentation" : "", "simpleType" : "ScalingActivity", "variableSetterType" : "ScalingActivity" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ScalingActivity", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ScalingActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingActivities", "setterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n@param scalingActivities A list of scaling activity objects.*/", "setterMethodName" : "setScalingActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingActivities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingActivities(java.util.Collection)} or {@link #withScalingActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param scalingActivities A list of scaling activity objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingActivities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

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

                                                                                                                                  \n@return The token required to get the next set of results. This value is null if there are no more results to return.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

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

                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

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

                                                                                                                                  \n@return The token required to get the next set of results. This value is null if there are no more results to return.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

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

                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalingActivities" : { "c2jName" : "ScalingActivities", "c2jShape" : "ScalingActivities", "deprecated" : false, "documentation" : "

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n@param scalingActivities A list of scaling activity objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingActivities", "getterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n@return A list of scaling activity objects.*/", "getterMethodName" : "getScalingActivities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingActivities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingActivities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ScalingActivity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ScalingActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ScalingActivity", "variableName" : "member", "variableType" : "ScalingActivity", "documentation" : "", "simpleType" : "ScalingActivity", "variableSetterType" : "ScalingActivity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingActivity", "variableName" : "member", "variableType" : "ScalingActivity", "documentation" : "", "simpleType" : "ScalingActivity", "variableSetterType" : "ScalingActivity" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ScalingActivity", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ScalingActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingActivities", "setterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n@param scalingActivities A list of scaling activity objects.*/", "setterMethodName" : "setScalingActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingActivities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingActivities(java.util.Collection)} or {@link #withScalingActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param scalingActivities A list of scaling activity objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingActivities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                  A list of scaling activity objects.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeScalingActivitiesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeScalingActivitiesResult", "variableName" : "describeScalingActivitiesResult", "variableType" : "DescribeScalingActivitiesResult", "documentation" : null, "simpleType" : "DescribeScalingActivitiesResult", "variableSetterType" : "DescribeScalingActivitiesResult" }, "wrapper" : false }, "DescribeScalingPoliciesRequest" : { "c2jName" : "DescribeScalingPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeScalingPolicies", "locationName" : null, "requestUri" : "/", "target" : "AnyScaleFrontendService.DescribeScalingPolicies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "PolicyNames", "c2jShape" : "ResourceIdsMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                  \n@param policyNames The names of the scaling policies to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyNames", "getterDocumentation" : "/**

                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                  \n@return The names of the scaling policies to describe.*/", "getterMethodName" : "getPolicyNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                  \n@param policyNames The names of the scaling policies to describe.*/", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param policyNames The names of the scaling policies to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                                                  The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

                                                                                                                                    The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                    \n@return The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                      The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                        The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                          The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "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.

                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

                                                                                                                                          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.

                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                          \n@param scalableDimension 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.

                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

                                                                                                                                            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.

                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                            \n@return 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.

                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

                                                                                                                                              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.

                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                              \n@param scalableDimension 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.

                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                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.

                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                \n@param scalableDimension 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.

                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "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.

                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxResults", "getterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@return The maximum number of scalable target 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.*/", "getterMethodName" : "getMaxResults", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@param maxResults The maximum number of scalable target 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.*/", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@return The token for the next set of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@param nextToken The token for the next set of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxResults", "getterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@return The maximum number of scalable target 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.*/", "getterMethodName" : "getMaxResults", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@param maxResults The maximum number of scalable target 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.*/", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  \n@param maxResults The maximum number of scalable target 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The maximum number of scalable target 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.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@return The token for the next set of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@param nextToken The token for the next set of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  \n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  The token for the next set of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyNames" : { "c2jName" : "PolicyNames", "c2jShape" : "ResourceIdsMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                                  \n@param policyNames The names of the scaling policies to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyNames", "getterDocumentation" : "/**

                                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                                  \n@return The names of the scaling policies to describe.*/", "getterMethodName" : "getPolicyNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

                                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                                  \n@param policyNames The names of the scaling policies to describe.*/", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param policyNames The names of the scaling policies to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  The names of the scaling policies to describe.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

                                                                                                                                                    The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                    \n@return The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                                      The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                        The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                          The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID.

                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "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.

                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                          \n@param scalableDimension 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.

                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

                                                                                                                                                            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.

                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                            \n@return 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.

                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

                                                                                                                                                              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.

                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                              \n@param scalableDimension 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.

                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                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.

                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                \n@param scalableDimension 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.

                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "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.

                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceNamespace" ], "shapeName" : "DescribeScalingPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScalingPoliciesRequest", "variableName" : "describeScalingPoliciesRequest", "variableType" : "DescribeScalingPoliciesRequest", "documentation" : null, "simpleType" : "DescribeScalingPoliciesRequest", "variableSetterType" : "DescribeScalingPoliciesRequest" }, "wrapper" : false }, "DescribeScalingPoliciesResult" : { "c2jName" : "DescribeScalingPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ScalingPolicies", "c2jShape" : "ScalingPolicies", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n@param scalingPolicies A list of scaling policy objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingPolicies", "getterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n@return A list of scaling policy objects.*/", "getterMethodName" : "getScalingPolicies", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ScalingPolicy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ScalingPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ScalingPolicy", "variableName" : "member", "variableType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingPolicy", "variableName" : "member", "variableType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ScalingPolicy", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ScalingPolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingPolicies", "setterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n@param scalingPolicies A list of scaling policy objects.*/", "setterMethodName" : "setScalingPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingPolicies(java.util.Collection)} or {@link #withScalingPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param scalingPolicies A list of scaling policy objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

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

                                                                                                                                                                  \n@return The token required to get the next set of results. This value is null if there are no more results to return.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

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

                                                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

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

                                                                                                                                                                  \n@return The token required to get the next set of results. This value is null if there are no more results to return.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

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

                                                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param nextToken The token required to get the next set of results. This value is null if there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalingPolicies" : { "c2jName" : "ScalingPolicies", "c2jShape" : "ScalingPolicies", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n@param scalingPolicies A list of scaling policy objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingPolicies", "getterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n@return A list of scaling policy objects.*/", "getterMethodName" : "getScalingPolicies", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ScalingPolicy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ScalingPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ScalingPolicy", "variableName" : "member", "variableType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingPolicy", "variableName" : "member", "variableType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ScalingPolicy", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ScalingPolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingPolicies", "setterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n@param scalingPolicies A list of scaling policy objects.*/", "setterMethodName" : "setScalingPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingPolicies(java.util.Collection)} or {@link #withScalingPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param scalingPolicies A list of scaling policy objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  A list of scaling policy objects.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeScalingPoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeScalingPoliciesResult", "variableName" : "describeScalingPoliciesResult", "variableType" : "DescribeScalingPoliciesResult", "documentation" : null, "simpleType" : "DescribeScalingPoliciesResult", "variableSetterType" : "DescribeScalingPoliciesResult" }, "wrapper" : false }, "FailedResourceAccessException" : { "c2jName" : "FailedResourceAccessException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Failed access to resources caused an exception. This exception currently only applies to DescribeScalingPolicies. It is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have the proper permissions to call the CloudWatch DescribeAlarms API operation on behalf of your account.

                                                                                                                                                                  ", "enums" : null, "errorCode" : "FailedResourceAccessException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FailedResourceAccessException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FailedResourceAccessException", "variableName" : "failedResourceAccessException", "variableType" : "FailedResourceAccessException", "documentation" : null, "simpleType" : "FailedResourceAccessException", "variableSetterType" : "FailedResourceAccessException" }, "wrapper" : false }, "InternalServiceException" : { "c2jName" : "InternalServiceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  The service encountered an internal error.

                                                                                                                                                                  ", "enums" : null, "errorCode" : "InternalServiceException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalServiceException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServiceException", "variableName" : "internalServiceException", "variableType" : "InternalServiceException", "documentation" : null, "simpleType" : "InternalServiceException", "variableSetterType" : "InternalServiceException" }, "wrapper" : false }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  The next token supplied was invalid.

                                                                                                                                                                  ", "enums" : null, "errorCode" : "InvalidNextTokenException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidNextTokenException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNextTokenException", "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded. For more information, see Application Auto Scaling Limits.

                                                                                                                                                                  ", "enums" : null, "errorCode" : "LimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "MetricAggregationType" : { "c2jName" : "MetricAggregationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Average", "value" : "Average" }, { "name" : "Minimum", "value" : "Minimum" }, { "name" : "Maximum", "value" : "Maximum" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MetricAggregationType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricAggregationType", "variableName" : "metricAggregationType", "variableType" : "MetricAggregationType", "documentation" : null, "simpleType" : "MetricAggregationType", "variableSetterType" : "MetricAggregationType" }, "wrapper" : false }, "ObjectNotFoundException" : { "c2jName" : "ObjectNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  The specified object could not be found. For any Put or Register API operation, which depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any Delete or Deregister API operation, this exception is thrown if the resource that is to be deleted or deregistered cannot be found.

                                                                                                                                                                  ", "enums" : null, "errorCode" : "ObjectNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ObjectNotFoundException", "variableName" : "objectNotFoundException", "variableType" : "ObjectNotFoundException", "documentation" : null, "simpleType" : "ObjectNotFoundException", "variableSetterType" : "ObjectNotFoundException" }, "wrapper" : false }, "PolicyType" : { "c2jName" : "PolicyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "StepScaling", "value" : "StepScaling" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyType", "variableName" : "policyType", "variableType" : "PolicyType", "documentation" : null, "simpleType" : "PolicyType", "variableSetterType" : "PolicyType" }, "wrapper" : false }, "PutScalingPolicyRequest" : { "c2jName" : "PutScalingPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutScalingPolicy", "locationName" : null, "requestUri" : "/", "target" : "AnyScaleFrontendService.PutScalingPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@return The name of the scaling policy.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  ", "enumType" : "PolicyType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@param policyType The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "fluentSetterMethodName" : "withPolicyType", "getterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@return The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@see PolicyType*/", "getterMethodName" : "getPolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@param policyType The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@see PolicyType*/", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@param policyType The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StepScalingPolicyConfiguration", "c2jShape" : "StepScalingPolicyConfiguration", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStepScalingPolicyConfiguration", "getterDocumentation" : "/**

                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                  \n@return The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.*/", "getterMethodName" : "getStepScalingPolicyConfiguration", "getterModel" : { "returnType" : "StepScalingPolicyConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepScalingPolicyConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepScalingPolicyConfiguration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StepScalingPolicyConfiguration", "setterDocumentation" : "/**

                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.*/", "setterMethodName" : "setStepScalingPolicyConfiguration", "setterModel" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "

                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                  ", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                  \n@return The name of the scaling policy.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                  \n@param policyName The name of the scaling policy.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyType" : { "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  ", "enumType" : "PolicyType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@param policyType The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "fluentSetterMethodName" : "withPolicyType", "getterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@return The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@see PolicyType*/", "getterMethodName" : "getPolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@param policyType The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@see PolicyType*/", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  \n@param policyType The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The policy type. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StepScalingPolicyConfiguration" : { "c2jName" : "StepScalingPolicyConfiguration", "c2jShape" : "StepScalingPolicyConfiguration", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStepScalingPolicyConfiguration", "getterDocumentation" : "/**

                                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                                  \n@return The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.*/", "getterMethodName" : "getStepScalingPolicyConfiguration", "getterModel" : { "returnType" : "StepScalingPolicyConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepScalingPolicyConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepScalingPolicyConfiguration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StepScalingPolicyConfiguration", "setterDocumentation" : "/**

                                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.*/", "setterMethodName" : "setStepScalingPolicyConfiguration", "setterModel" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "

                                                                                                                                                                                                  The configuration for the step scaling policy. If you are creating a new policy, this parameter is required. If you are updating a policy, this parameter is not required. For more information, see StepScalingPolicyConfiguration and StepAdjustment.

                                                                                                                                                                                                  ", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyName", "ServiceNamespace", "ResourceId", "ScalableDimension" ], "shapeName" : "PutScalingPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutScalingPolicyRequest", "variableName" : "putScalingPolicyRequest", "variableType" : "PutScalingPolicyRequest", "documentation" : null, "simpleType" : "PutScalingPolicyRequest", "variableSetterType" : "PutScalingPolicyRequest" }, "wrapper" : false }, "PutScalingPolicyResult" : { "c2jName" : "PutScalingPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "PolicyARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the resulting scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyARN", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the resulting scaling policy.*/", "getterMethodName" : "getPolicyARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the resulting scaling policy.*/", "setterMethodName" : "setPolicyARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the resulting scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyARN" : { "c2jName" : "PolicyARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the resulting scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyARN", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the resulting scaling policy.*/", "getterMethodName" : "getPolicyARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the resulting scaling policy.*/", "setterMethodName" : "setPolicyARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the resulting scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyARN" ], "shapeName" : "PutScalingPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutScalingPolicyResult", "variableName" : "putScalingPolicyResult", "variableType" : "PutScalingPolicyResult", "documentation" : null, "simpleType" : "PutScalingPolicyResult", "variableSetterType" : "PutScalingPolicyResult" }, "wrapper" : false }, "RegisterScalableTargetRequest" : { "c2jName" : "RegisterScalableTargetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RegisterScalableTarget", "locationName" : null, "requestUri" : "/", "target" : "AnyScaleFrontendService.RegisterScalableTarget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMinCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@return The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "getterMethodName" : "getMinCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "setterMethodName" : "setMinCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@return The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "getterMethodName" : "getMaxCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "setterMethodName" : "setMaxCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                  \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                  \n@return The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                  \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                  \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxCapacity" : { "c2jName" : "MaxCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@return The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "getterMethodName" : "getMaxCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "setterMethodName" : "setMaxCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinCapacity" : { "c2jName" : "MinCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMinCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@return The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "getterMethodName" : "getMinCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.*/", "setterMethodName" : "setMinCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event. This parameter is required if you are registering a scalable target and optional if you are updating one.

                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                          \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                          \n@return The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                                                                                                                                                                                                          The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                          \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                          \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. This parameter is required when you register a scalable target and optional when you update one.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceNamespace", "ResourceId", "ScalableDimension" ], "shapeName" : "RegisterScalableTargetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RegisterScalableTargetRequest", "variableName" : "registerScalableTargetRequest", "variableType" : "RegisterScalableTargetRequest", "documentation" : null, "simpleType" : "RegisterScalableTargetRequest", "variableSetterType" : "RegisterScalableTargetRequest" }, "wrapper" : false }, "RegisterScalableTargetResult" : { "c2jName" : "RegisterScalableTargetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RegisterScalableTargetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RegisterScalableTargetResult", "variableName" : "registerScalableTargetResult", "variableType" : "RegisterScalableTargetResult", "documentation" : null, "simpleType" : "RegisterScalableTargetResult", "variableSetterType" : "RegisterScalableTargetResult" }, "wrapper" : false }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "EcsServiceDesiredCount", "value" : "ecs:service:DesiredCount" }, { "name" : "Ec2SpotFleetRequestTargetCapacity", "value" : "ec2:spot-fleet-request:TargetCapacity" }, { "name" : "ElasticmapreduceInstancegroupInstanceCount", "value" : "elasticmapreduce:instancegroup:InstanceCount" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScalableDimension", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalableDimension", "variableName" : "scalableDimension", "variableType" : "ScalableDimension", "documentation" : null, "simpleType" : "ScalableDimension", "variableSetterType" : "ScalableDimension" }, "wrapper" : false }, "ScalableTarget" : { "c2jName" : "ScalableTarget", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  Represents a scalable target.

                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMinCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@return The minimum value to scale to in response to a scale in event.*/", "getterMethodName" : "getMinCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event.*/", "setterMethodName" : "setMinCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@return The maximum value to scale to in response to a scale out event.*/", "getterMethodName" : "getMaxCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event.*/", "setterMethodName" : "setMaxCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                  \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                  \n@return The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                  \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                  \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreationTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scalable target was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scalable target was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scalable target was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scalable target was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "c2jName" : "CreationTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scalable target was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scalable target was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scalable target was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scalable target was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                  The Unix timestamp for when the scalable target was created.

                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "MaxCapacity" : { "c2jName" : "MaxCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@return The maximum value to scale to in response to a scale out event.*/", "getterMethodName" : "getMaxCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event.*/", "setterMethodName" : "setMaxCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  \n@param maxCapacity The maximum value to scale to in response to a scale out event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The maximum value to scale to in response to a scale out event.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinCapacity" : { "c2jName" : "MinCapacity", "c2jShape" : "ResourceCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMinCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@return The minimum value to scale to in response to a scale in event.*/", "getterMethodName" : "getMinCapacity", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event.*/", "setterMethodName" : "setMinCapacity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  \n@param minCapacity The minimum value to scale to in response to a scale in event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The minimum value to scale to in response to a scale in event.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                          \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                          \n@return The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                          \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                          \n@param roleARN The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceNamespace", "ResourceId", "ScalableDimension", "MinCapacity", "MaxCapacity", "RoleARN", "CreationTime" ], "shapeName" : "ScalableTarget", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalableTarget", "variableName" : "scalableTarget", "variableType" : "ScalableTarget", "documentation" : null, "simpleType" : "ScalableTarget", "variableSetterType" : "ScalableTarget" }, "wrapper" : false }, "ScalingActivity" : { "c2jName" : "ScalingActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Represents a scaling activity.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ActivityId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                  \n@param activityId The unique identifier of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withActivityId", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                  \n@return The unique identifier of the scaling activity.*/", "getterMethodName" : "getActivityId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActivityId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActivityId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ActivityId", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                  \n@param activityId The unique identifier of the scaling activity.*/", "setterMethodName" : "setActivityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                  \n@param activityId The unique identifier of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param description A simple description of what action the scaling activity intends to accomplish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A simple description of what action the scaling activity intends to accomplish.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param description A simple description of what action the scaling activity intends to accomplish.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param description A simple description of what action the scaling activity intends to accomplish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Cause", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param cause A simple description of what caused the scaling activity to happen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCause", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A simple description of what caused the scaling activity to happen.*/", "getterMethodName" : "getCause", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cause", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cause", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param cause A simple description of what caused the scaling activity to happen.*/", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param cause A simple description of what caused the scaling activity to happen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                  \n@param startTime The Unix timestamp for when the scaling activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scaling activity began.*/", "getterMethodName" : "getStartTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                  \n@param startTime The Unix timestamp for when the scaling activity began.*/", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                  \n@param startTime The Unix timestamp for when the scaling activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@param endTime The Unix timestamp for when the scaling activity ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scaling activity ended.*/", "getterMethodName" : "getEndTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@param endTime The Unix timestamp for when the scaling activity ended.*/", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@param endTime The Unix timestamp for when the scaling activity ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatusCode", "c2jShape" : "ScalingActivityStatusCode", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                  ", "enumType" : "ScalingActivityStatusCode", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param statusCode Indicates the status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/", "fluentSetterMethodName" : "withStatusCode", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@return Indicates the status of the scaling activity.\n@see ScalingActivityStatusCode*/", "getterMethodName" : "getStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusCode", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param statusCode Indicates the status of the scaling activity.\n@see ScalingActivityStatusCode*/", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param statusCode Indicates the status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatusMessage", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param statusMessage A simple message about the current status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusMessage", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A simple message about the current status of the scaling activity.*/", "getterMethodName" : "getStatusMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusMessage", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param statusMessage A simple message about the current status of the scaling activity.*/", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param statusMessage A simple message about the current status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Details", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param details The details about the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDetails", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@return The details about the scaling activity.*/", "getterMethodName" : "getDetails", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Details", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Details", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Details", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param details The details about the scaling activity.*/", "setterMethodName" : "setDetails", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param details The details about the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityId" : { "c2jName" : "ActivityId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param activityId The unique identifier of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withActivityId", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the scaling activity.*/", "getterMethodName" : "getActivityId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActivityId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActivityId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ActivityId", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param activityId The unique identifier of the scaling activity.*/", "setterMethodName" : "setActivityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param activityId The unique identifier of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier of the scaling activity.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Cause" : { "c2jName" : "Cause", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param cause A simple description of what caused the scaling activity to happen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCause", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A simple description of what caused the scaling activity to happen.*/", "getterMethodName" : "getCause", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cause", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cause", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param cause A simple description of what caused the scaling activity to happen.*/", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param cause A simple description of what caused the scaling activity to happen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param description A simple description of what action the scaling activity intends to accomplish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A simple description of what action the scaling activity intends to accomplish.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param description A simple description of what action the scaling activity intends to accomplish.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param description A simple description of what action the scaling activity intends to accomplish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Details" : { "c2jName" : "Details", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param details The details about the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDetails", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@return The details about the scaling activity.*/", "getterMethodName" : "getDetails", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Details", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Details", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Details", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param details The details about the scaling activity.*/", "setterMethodName" : "setDetails", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  \n@param details The details about the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The details about the scaling activity.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndTime" : { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@param endTime The Unix timestamp for when the scaling activity ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scaling activity ended.*/", "getterMethodName" : "getEndTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@param endTime The Unix timestamp for when the scaling activity ended.*/", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  \n@param endTime The Unix timestamp for when the scaling activity ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity ended.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartTime" : { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                                  \n@param startTime The Unix timestamp for when the scaling activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scaling activity began.*/", "getterMethodName" : "getStartTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                                  \n@param startTime The Unix timestamp for when the scaling activity began.*/", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                                  \n@param startTime The Unix timestamp for when the scaling activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling activity began.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "StatusCode" : { "c2jName" : "StatusCode", "c2jShape" : "ScalingActivityStatusCode", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "ScalingActivityStatusCode", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                                  \n@param statusCode Indicates the status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/", "fluentSetterMethodName" : "withStatusCode", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                                  \n@return Indicates the status of the scaling activity.\n@see ScalingActivityStatusCode*/", "getterMethodName" : "getStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusCode", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                                  \n@param statusCode Indicates the status of the scaling activity.\n@see ScalingActivityStatusCode*/", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                                  \n@param statusCode Indicates the status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  Indicates the status of the scaling activity.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusMessage" : { "c2jName" : "StatusMessage", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@param statusMessage A simple message about the current status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusMessage", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@return A simple message about the current status of the scaling activity.*/", "getterMethodName" : "getStatusMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusMessage", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@param statusMessage A simple message about the current status of the scaling activity.*/", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@param statusMessage A simple message about the current status of the scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ActivityId", "ServiceNamespace", "ResourceId", "ScalableDimension", "Description", "Cause", "StartTime", "StatusCode" ], "shapeName" : "ScalingActivity", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingActivity", "variableName" : "scalingActivity", "variableType" : "ScalingActivity", "documentation" : null, "simpleType" : "ScalingActivity", "variableSetterType" : "ScalingActivity" }, "wrapper" : false }, "ScalingActivityStatusCode" : { "c2jName" : "ScalingActivityStatusCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "InProgress", "value" : "InProgress" }, { "name" : "Successful", "value" : "Successful" }, { "name" : "Overridden", "value" : "Overridden" }, { "name" : "Unfulfilled", "value" : "Unfulfilled" }, { "name" : "Failed", "value" : "Failed" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScalingActivityStatusCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingActivityStatusCode", "variableName" : "scalingActivityStatusCode", "variableType" : "ScalingActivityStatusCode", "documentation" : null, "simpleType" : "ScalingActivityStatusCode", "variableSetterType" : "ScalingActivityStatusCode" }, "wrapper" : false }, "ScalingPolicy" : { "c2jName" : "ScalingPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Represents a scaling policy.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "PolicyARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyARN", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the scaling policy.*/", "getterMethodName" : "getPolicyARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the scaling policy.*/", "setterMethodName" : "setPolicyARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                  \n@return The name of the scaling policy.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                  \n@param policyName The name of the scaling policy.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@param policyType The scaling policy type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "fluentSetterMethodName" : "withPolicyType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@return The scaling policy type.\n@see PolicyType*/", "getterMethodName" : "getPolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@param policyType The scaling policy type.\n@see PolicyType*/", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@param policyType The scaling policy type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StepScalingPolicyConfiguration", "c2jShape" : "StepScalingPolicyConfiguration", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStepScalingPolicyConfiguration", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@return The configuration for the step scaling policy.*/", "getterMethodName" : "getStepScalingPolicyConfiguration", "getterModel" : { "returnType" : "StepScalingPolicyConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepScalingPolicyConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepScalingPolicyConfiguration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StepScalingPolicyConfiguration", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy.*/", "setterMethodName" : "setStepScalingPolicyConfiguration", "setterModel" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Alarms", "c2jShape" : "Alarms", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param alarms The CloudWatch alarms associated with the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAlarms", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@return The CloudWatch alarms associated with the scaling policy.*/", "getterMethodName" : "getAlarms", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alarms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alarms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Alarm", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Alarm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Alarm", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Alarm", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Alarms", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param alarms The CloudWatch alarms associated with the scaling policy.*/", "setterMethodName" : "setAlarms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarms(java.util.Collection)} or {@link #withAlarms(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param alarms The CloudWatch alarms associated with the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreationTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scaling policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scaling policy was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scaling policy was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scaling policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Alarms" : { "c2jName" : "Alarms", "c2jShape" : "Alarms", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param alarms The CloudWatch alarms associated with the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAlarms", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@return The CloudWatch alarms associated with the scaling policy.*/", "getterMethodName" : "getAlarms", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alarms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alarms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Alarm", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Alarm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Alarm", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Alarm", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Alarms", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param alarms The CloudWatch alarms associated with the scaling policy.*/", "setterMethodName" : "setAlarms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarms(java.util.Collection)} or {@link #withAlarms(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param alarms The CloudWatch alarms associated with the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The CloudWatch alarms associated with the scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "c2jName" : "CreationTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scaling policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@return The Unix timestamp for when the scaling policy was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scaling policy was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  \n@param creationTime The Unix timestamp for when the scaling policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Unix timestamp for when the scaling policy was created.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "PolicyARN" : { "c2jName" : "PolicyARN", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyARN", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the scaling policy.*/", "getterMethodName" : "getPolicyARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the scaling policy.*/", "setterMethodName" : "setPolicyARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the scaling policy.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param policyName The name of the scaling policy.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyType" : { "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@param policyType The scaling policy type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "fluentSetterMethodName" : "withPolicyType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@return The scaling policy type.\n@see PolicyType*/", "getterMethodName" : "getPolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@param policyType The scaling policy type.\n@see PolicyType*/", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  \n@param policyType The scaling policy type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The scaling policy type.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "ResourceIdMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                  \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                                                  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                  • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceId", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

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

                                                                                                                                                                                                                                                                                                                    • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                    • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                    • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                      \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                                                      • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                      • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                      • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                        \n@param resourceId The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

                                                                                                                                                                                                                                                                                                                        • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                        • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                        • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                                          • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.

                                                                                                                                                                                                                                                                                                                          • Spot fleet request - The resource type is spot-fleet-request and the unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.

                                                                                                                                                                                                                                                                                                                          • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalableDimension" : { "c2jName" : "ScalableDimension", "c2jShape" : "ScalableDimension", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                          ", "enumType" : "ScalableDimension", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                          \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                                                          • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                          • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                          • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "fluentSetterMethodName" : "withScalableDimension", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

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

                                                                                                                                                                                                                                                                                                                            • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                            • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                            • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                            • \n@see ScalableDimension*/", "getterMethodName" : "getScalableDimension", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalableDimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalableDimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalableDimension", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                              \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                                                              • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                              • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                              • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                              • \n@see ScalableDimension*/", "setterMethodName" : "setScalableDimension", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                                \n@param scalableDimension The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

                                                                                                                                                                                                                                                                                                                                • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                                • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                                • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalableDimension*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalableDimension", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                                                                  • ecs:service:DesiredCount - The desired task count of an ECS service.

                                                                                                                                                                                                                                                                                                                                  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request.

                                                                                                                                                                                                                                                                                                                                  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "c2jShape" : "ServiceNamespace", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "ServiceNamespace", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "fluentSetterMethodName" : "withServiceNamespace", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                                                  \n@return The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "getterMethodName" : "getServiceNamespace", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ServiceNamespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceNamespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ServiceNamespace", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@see ServiceNamespace*/", "setterMethodName" : "setServiceNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                                                  \n@param serviceNamespace The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceNamespace*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceNamespace", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StepScalingPolicyConfiguration" : { "c2jName" : "StepScalingPolicyConfiguration", "c2jShape" : "StepScalingPolicyConfiguration", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStepScalingPolicyConfiguration", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                                  \n@return The configuration for the step scaling policy.*/", "getterMethodName" : "getStepScalingPolicyConfiguration", "getterModel" : { "returnType" : "StepScalingPolicyConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepScalingPolicyConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepScalingPolicyConfiguration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StepScalingPolicyConfiguration", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy.*/", "setterMethodName" : "setStepScalingPolicyConfiguration", "setterModel" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                                  \n@param stepScalingPolicyConfiguration The configuration for the step scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The configuration for the step scaling policy.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyARN", "PolicyName", "ServiceNamespace", "ResourceId", "ScalableDimension", "PolicyType", "CreationTime" ], "shapeName" : "ScalingPolicy", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingPolicy", "variableName" : "scalingPolicy", "variableType" : "ScalingPolicy", "documentation" : null, "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "wrapper" : false }, "ServiceNamespace" : { "c2jName" : "ServiceNamespace", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Ecs", "value" : "ecs" }, { "name" : "Elasticmapreduce", "value" : "elasticmapreduce" }, { "name" : "Ec2", "value" : "ec2" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceNamespace", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceNamespace", "variableName" : "serviceNamespace", "variableType" : "ServiceNamespace", "documentation" : null, "simpleType" : "ServiceNamespace", "variableSetterType" : "ServiceNamespace" }, "wrapper" : false }, "StepAdjustment" : { "c2jName" : "StepAdjustment", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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:

                                                                                                                                                                                                                                                                                                                                  • To trigger the adjustment when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.

                                                                                                                                                                                                                                                                                                                                  • To trigger the adjustment when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.

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

                                                                                                                                                                                                                                                                                                                                  • The ranges of your step adjustments can't overlap or have a gap.

                                                                                                                                                                                                                                                                                                                                  • At most one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound.

                                                                                                                                                                                                                                                                                                                                  • At most one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound.

                                                                                                                                                                                                                                                                                                                                  • The upper and lower bound can't be null in the same step adjustment.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MetricIntervalLowerBound", "c2jShape" : "MetricScale", "deprecated" : false, "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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalLowerBound 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetricIntervalLowerBound", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@return 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "getterMethodName" : "getMetricIntervalLowerBound", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalLowerBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalLowerBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalLowerBound", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalLowerBound 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "setterMethodName" : "setMetricIntervalLowerBound", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalLowerBound 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MetricIntervalUpperBound", "c2jShape" : "MetricScale", "deprecated" : false, "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 is 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.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalUpperBound 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 is 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetricIntervalUpperBound", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@return 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 is 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.*/", "getterMethodName" : "getMetricIntervalUpperBound", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalUpperBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalUpperBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalUpperBound", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalUpperBound 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 is 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.*/", "setterMethodName" : "setMetricIntervalUpperBound", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalUpperBound 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 is 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "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 is 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.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingAdjustment", "c2jShape" : "ScalingAdjustment", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingAdjustment", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.*/", "getterMethodName" : "getScalingAdjustment", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.*/", "setterMethodName" : "setScalingAdjustment", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MetricIntervalLowerBound" : { "c2jName" : "MetricIntervalLowerBound", "c2jShape" : "MetricScale", "deprecated" : false, "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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalLowerBound 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetricIntervalLowerBound", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@return 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "getterMethodName" : "getMetricIntervalLowerBound", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalLowerBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalLowerBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalLowerBound", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalLowerBound 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "setterMethodName" : "setMetricIntervalLowerBound", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalLowerBound 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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "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 is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "MetricIntervalUpperBound" : { "c2jName" : "MetricIntervalUpperBound", "c2jShape" : "MetricScale", "deprecated" : false, "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 is 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.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalUpperBound 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 is 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetricIntervalUpperBound", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@return 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 is 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.*/", "getterMethodName" : "getMetricIntervalUpperBound", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalUpperBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalUpperBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalUpperBound", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalUpperBound 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 is 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.*/", "setterMethodName" : "setMetricIntervalUpperBound", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  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 is 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.

                                                                                                                                                                                                                                                                                                                                  \n@param metricIntervalUpperBound 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 is 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "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 is 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.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "ScalingAdjustment" : { "c2jName" : "ScalingAdjustment", "c2jShape" : "ScalingAdjustment", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingAdjustment", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.*/", "getterMethodName" : "getScalingAdjustment", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.*/", "setterMethodName" : "setScalingAdjustment", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current scalable dimension while a negative number removes from the current scalable dimension.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ScalingAdjustment" ], "shapeName" : "StepAdjustment", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "stepAdjustment", "variableType" : "StepAdjustment", "documentation" : null, "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "wrapper" : false }, "StepScalingPolicyConfiguration" : { "c2jName" : "StepScalingPolicyConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Represents a step scaling policy configuration.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AdjustmentType", "c2jShape" : "AdjustmentType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "AdjustmentType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@param adjustmentType The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AdjustmentType*/", "fluentSetterMethodName" : "withAdjustmentType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@return The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@see AdjustmentType*/", "getterMethodName" : "getAdjustmentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@param adjustmentType The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@see AdjustmentType*/", "setterMethodName" : "setAdjustmentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@param adjustmentType The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AdjustmentType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStepAdjustments", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n@return A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "getterMethodName" : "getStepAdjustments", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepAdjustments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepAdjustments", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StepAdjustment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StepAdjustment", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StepAdjustment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StepAdjustments", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "setterMethodName" : "setStepAdjustments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "

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

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMinAdjustmentMagnitude", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@return The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.*/", "getterMethodName" : "getMinAdjustmentMagnitude", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentMagnitude", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentMagnitude", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentMagnitude", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.*/", "setterMethodName" : "setMinAdjustmentMagnitude", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCooldown", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.*/", "getterMethodName" : "getCooldown", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cooldown", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.*/", "setterMethodName" : "setCooldown", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MetricAggregationType", "c2jShape" : "MetricAggregationType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "MetricAggregationType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricAggregationType*/", "fluentSetterMethodName" : "withMetricAggregationType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@return The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@see MetricAggregationType*/", "getterMethodName" : "getMetricAggregationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricAggregationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricAggregationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricAggregationType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@see MetricAggregationType*/", "setterMethodName" : "setMetricAggregationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricAggregationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AdjustmentType" : { "c2jName" : "AdjustmentType", "c2jShape" : "AdjustmentType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "AdjustmentType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@param adjustmentType The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AdjustmentType*/", "fluentSetterMethodName" : "withAdjustmentType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@return The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@see AdjustmentType*/", "getterMethodName" : "getAdjustmentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@param adjustmentType The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@see AdjustmentType*/", "setterMethodName" : "setAdjustmentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  \n@param adjustmentType The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AdjustmentType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The adjustment type, which specifies how the ScalingAdjustment parameter in a StepAdjustment is interpreted.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Cooldown" : { "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCooldown", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.*/", "getterMethodName" : "getCooldown", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cooldown", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.*/", "setterMethodName" : "setCooldown", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.

                                                                                                                                                                                                                                                                                                                                  For scale out policies, while Cooldown is in effect, the capacity that has been added by the previous scale out event that initiated the Cooldown is calculated as part of the desired capacity for the next scale out. The intention is to continuously (but not excessively) scale out. For example, an alarm triggers a step scaling policy to scale out an Amazon ECS service by 2 tasks, the scaling activity completes successfully, and a Cooldown period of 5 minutes starts. During the Cooldown period, if the alarm triggers the same policy again but at a more aggressive step adjustment to scale out the service by 3 tasks, the 2 tasks that were added in the previous scale out event are considered part of that capacity and only 1 additional task is added to the desired count.

                                                                                                                                                                                                                                                                                                                                  For scale in policies, the Cooldown period is used to block subsequent scale in requests until it has expired. The intention is to scale in conservatively to protect your application's availability. However, if another alarm triggers a scale out policy during the Cooldown period after a scale-in, Application Auto Scaling scales out your scalable target immediately.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MetricAggregationType" : { "c2jName" : "MetricAggregationType", "c2jShape" : "MetricAggregationType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "MetricAggregationType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricAggregationType*/", "fluentSetterMethodName" : "withMetricAggregationType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@return The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@see MetricAggregationType*/", "getterMethodName" : "getMetricAggregationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricAggregationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricAggregationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricAggregationType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@see MetricAggregationType*/", "setterMethodName" : "setMetricAggregationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricAggregationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MinAdjustmentMagnitude" : { "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMinAdjustmentMagnitude", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@return The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.*/", "getterMethodName" : "getMinAdjustmentMagnitude", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentMagnitude", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentMagnitude", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentMagnitude", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.*/", "setterMethodName" : "setMinAdjustmentMagnitude", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StepAdjustments" : { "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStepAdjustments", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n@return A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "getterMethodName" : "getStepAdjustments", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepAdjustments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepAdjustments", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StepAdjustment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StepAdjustment", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StepAdjustment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StepAdjustments", "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "setterMethodName" : "setStepAdjustments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "

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

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StepScalingPolicyConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StepScalingPolicyConfiguration", "variableName" : "stepScalingPolicyConfiguration", "variableType" : "StepScalingPolicyConfiguration", "documentation" : null, "simpleType" : "StepScalingPolicyConfiguration", "variableSetterType" : "StepScalingPolicyConfiguration" }, "wrapper" : false }, "ValidationException" : { "c2jName" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An exception was thrown for a validation issue. Review the available parameters for the API request.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "ValidationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ValidationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ValidationException", "variableName" : "validationException", "variableType" : "ValidationException", "documentation" : null, "simpleType" : "ValidationException", "variableSetterType" : "ValidationException" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "customAuthorizers" : { }, "examples" : { "examples" : { "DeleteScalingPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes a scaling policy for the Amazon ECS service called web-app, which is running in the default cluster.", "id" : "to-delete-a-scaling-policy-1470863892689", "input" : { "PolicyName" : "web-app-cpu-lt-25", "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount" }, "output" : { }, "title" : "To delete a scaling policy" } ], "DeregisterScalableTarget" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deregisters a scalable target for an Amazon ECS service called web-app that is running in the default cluster.", "id" : "to-deregister-a-scalable-target-1470864164895", "input" : { "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount" }, "output" : { }, "title" : "To deregister a scalable target" } ], "DescribeScalableTargets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the scalable targets for the ecs service namespace.", "id" : "to-describe-scalable-targets-1470864286961", "input" : { "ServiceNamespace" : "ecs" }, "output" : { "ScalableTargets" : [ { "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount", "MinCapacity" : 1, "MaxCapacity" : 10, "RoleARN" : "arn:aws:iam::012345678910:role/ApplicationAutoscalingECSRole", "CreationTime" : "2016-05-06T11:21:46.199Z" } ] }, "title" : "To describe scalable targets" } ], "DescribeScalingActivities" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the scaling activities for an Amazon ECS service called web-app that is running in the default cluster.", "id" : "to-describe-scaling-activities-for-a-scalable-target-1470864398629", "input" : { "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount" }, "output" : { "ScalingActivities" : [ { "ActivityId" : "e6c5f7d1-dbbb-4a3f-89b2-51f33e766399", "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount", "Description" : "Setting desired count to 1.", "Cause" : "monitor alarm web-app-cpu-lt-25 in state ALARM triggered policy web-app-cpu-lt-25", "StartTime" : "2016-05-06T16:03:58.171Z", "EndTime" : "2016-05-06T16:04:32.111Z", "StatusCode" : "Successful", "StatusMessage" : "Successfully set desired count to 1. Change successfully fulfilled by ecs." } ] }, "title" : "To describe scaling activities for a scalable target" } ], "DescribeScalingPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the scaling policies for the ecs service namespace.", "id" : "to-describe-scaling-policies-1470864609734", "input" : { "ServiceNamespace" : "ecs" }, "output" : { "ScalingPolicies" : [ { "PolicyARN" : "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/web-app-cpu-gt-75", "PolicyName" : "web-app-cpu-gt-75", "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount", "PolicyType" : "StepScaling", "StepScalingPolicyConfiguration" : { "AdjustmentType" : "PercentChangeInCapacity", "StepAdjustments" : [ { "MetricIntervalLowerBound" : 0, "ScalingAdjustment" : 200 } ], "Cooldown" : 60 }, "Alarms" : [ { "AlarmName" : "web-app-cpu-gt-75", "AlarmARN" : "arn:aws:cloudwatch:us-west-2:012345678910:alarm:web-app-cpu-gt-75" } ], "CreationTime" : "2016-05-06T12:11:39.230Z" } ], "NextToken" : "" }, "title" : "To describe scaling policies" } ], "PutScalingPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example applies a scaling policy to an Amazon ECS service called web-app in the default cluster. The policy increases the desired count of the service by 200%, with a cool down period of 60 seconds.", "id" : "to-apply-a-scaling-policy-to-an-amazon-ecs-service-1470864779862", "input" : { "PolicyName" : "web-app-cpu-gt-75", "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount", "PolicyType" : "StepScaling", "StepScalingPolicyConfiguration" : { "AdjustmentType" : "PercentChangeInCapacity", "StepAdjustments" : [ { "MetricIntervalLowerBound" : 0, "ScalingAdjustment" : 200 } ], "Cooldown" : 60 } }, "output" : { "PolicyARN" : "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/web-app-cpu-gt-75" }, "title" : "To apply a scaling policy to an Amazon ECS service" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example applies a scaling policy to an Amazon EC2 Spot fleet. The policy increases the target capacity of the spot fleet by 200%, with a cool down period of 180 seconds.\",\n ", "id" : "to-apply-a-scaling-policy-to-an-amazon-ec2-spot-fleet-1472073278469", "input" : { "PolicyName" : "fleet-cpu-gt-75", "ServiceNamespace" : "ec2", "ResourceId" : "spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3", "ScalableDimension" : "ec2:spot-fleet-request:TargetCapacity", "PolicyType" : "StepScaling", "StepScalingPolicyConfiguration" : { "AdjustmentType" : "PercentChangeInCapacity", "StepAdjustments" : [ { "MetricIntervalLowerBound" : 0, "ScalingAdjustment" : 200 } ], "Cooldown" : 180 } }, "output" : { "PolicyARN" : "arn:aws:autoscaling:us-east-1:012345678910:scalingPolicy:89406401-0cb7-4130-b770-d97cca0e446b:resource/ec2/spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3:policyName/fleet-cpu-gt-75" }, "title" : "To apply a scaling policy to an Amazon EC2 Spot fleet" } ], "RegisterScalableTarget" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example registers a scalable target from an Amazon ECS service called web-app that is running on the default cluster, with a minimum desired count of 1 task and a maximum desired count of 10 tasks.", "id" : "to-register-a-new-scalable-target-1470864910380", "input" : { "ServiceNamespace" : "ecs", "ResourceId" : "service/default/web-app", "ScalableDimension" : "ecs:service:DesiredCount", "MinCapacity" : 1, "MaxCapacity" : 10, "RoleARN" : "arn:aws:iam::012345678910:role/ApplicationAutoscalingECSRole" }, "output" : null, "title" : "To register an ECS service as a scalable target" }, { "comments" : { "input" : null, "output" : null }, "description" : "This example registers a scalable target from an Amazon EC2 Spot fleet with a minimum target capacity of 1 and a maximum of 10.", "id" : "to-register-an-ec2-spot-fleet-as-a-scalable-target-1472072899649", "input" : { "ServiceNamespace" : "ec2", "ResourceId" : "spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3", "ScalableDimension" : "ec2:spot-fleet-request:TargetCapacity", "MinCapacity" : 1, "MaxCapacity" : 10, "RoleARN" : "arn:aws:iam::012345678910:role/ApplicationAutoscalingSpotRole" }, "output" : { }, "title" : "To register an EC2 Spot fleet as a scalable target" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AWSApplicationAutoScalingException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.applicationautoscaling.model.AWSApplicationAutoScalingException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.applicationautoscaling.model.transform" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy