models.autoscaling-2016-02-06-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-applicationautoscaling Show documentation
{
"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:
-
Amazon ECS services. For more information, see Service Auto Scaling in the Amazon EC2 Container Service Developer Guide.
-
Amazon EC2 Spot fleets. For more information, see Automatic Scaling for Spot Fleet in the Amazon EC2 User Guide.
-
Amazon EMR clusters. For more information, see Using Automatic Scaling in Amazon EMR in the Amazon EMR Management Guide.
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
.
\nNOTE: 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
.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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