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

models.autoscaling-2011-01-01-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.11.7
Show newest version
{
  "metadata" : {
    "apiVersion" : "2011-01-01",
    "protocol" : "query",
    "checksumFormat" : null,
    "documentation" : "Auto Scaling 

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

", "defaultEndpoint" : "https://autoscaling.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "autoscaling.amazonaws.com", "syncInterface" : "AmazonAutoScaling", "syncClient" : "AmazonAutoScalingClient", "asyncInterface" : "AmazonAutoScalingAsync", "asyncClient" : "AmazonAutoScalingAsyncClient", "packageName" : "com.amazonaws.services.autoscaling", "packagePath" : "com/amazonaws/services/autoscaling", "serviceAbbreviation" : null, "serviceFullName" : "Auto Scaling", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : null, "endpointPrefix" : "autoscaling", "signingName" : "autoscaling", "cborProtocol" : false, "xmlProtocol" : true, "unmarshallerClassSuffix" : "StaxUnmarshaller", "jsonProtocol" : false, "syncClientBuilderClassName" : "AmazonAutoScalingClientBuilder", "asyncClientBuilderClassName" : "AmazonAutoScalingAsyncClientBuilder", "serviceName" : "Auto Scaling", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller" }, "operations" : { "AttachInstances" : { "documentation" : "

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

When you attach instances, Auto Scaling increases the desired capacity of the group by the number of instances being attached. If the number of instances being attached plus the desired capacity of the group exceeds the maximum size of the group, the operation fails.

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

", "operationName" : "AttachInstances", "deprecated" : false, "input" : { "variableName" : "attachInstancesRequest", "variableType" : "AttachInstancesRequest", "variableDeclarationType" : "AttachInstancesRequest", "documentation" : "", "simpleType" : "AttachInstancesRequest", "variableSetterType" : "AttachInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AttachInstancesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "attachInstances", "authenticated" : true, "syncReturnType" : "AttachInstancesResult", "asyncReturnType" : "AttachInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "AttachLoadBalancers" : { "documentation" : "

Attaches one or more load balancers to the specified Auto Scaling group.

To describe the load balancers for an Auto Scaling group, use DescribeLoadBalancers. To detach the load balancer from the Auto Scaling group, use DetachLoadBalancers.

For more information, see Attach a Load Balancer to Your Auto Scaling Group in the Auto Scaling Developer Guide.

", "operationName" : "AttachLoadBalancers", "deprecated" : false, "input" : { "variableName" : "attachLoadBalancersRequest", "variableType" : "AttachLoadBalancersRequest", "variableDeclarationType" : "AttachLoadBalancersRequest", "documentation" : "", "simpleType" : "AttachLoadBalancersRequest", "variableSetterType" : "AttachLoadBalancersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AttachLoadBalancersResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "attachLoadBalancers", "authenticated" : true, "syncReturnType" : "AttachLoadBalancersResult", "asyncReturnType" : "AttachLoadBalancersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CompleteLifecycleAction" : { "documentation" : "

Completes the lifecycle action for the specified token or instance with the specified result.

This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:

  1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.
  2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.
  3. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
  4. If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
  5. If you finish before the timeout period ends, complete the lifecycle action.

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

", "operationName" : "CompleteLifecycleAction", "deprecated" : false, "input" : { "variableName" : "completeLifecycleActionRequest", "variableType" : "CompleteLifecycleActionRequest", "variableDeclarationType" : "CompleteLifecycleActionRequest", "documentation" : "", "simpleType" : "CompleteLifecycleActionRequest", "variableSetterType" : "CompleteLifecycleActionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CompleteLifecycleActionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "completeLifecycleAction", "authenticated" : true, "syncReturnType" : "CompleteLifecycleActionResult", "asyncReturnType" : "CompleteLifecycleActionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CreateAutoScalingGroup" : { "documentation" : "

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

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

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

", "operationName" : "CreateAutoScalingGroup", "deprecated" : false, "input" : { "variableName" : "createAutoScalingGroupRequest", "variableType" : "CreateAutoScalingGroupRequest", "variableDeclarationType" : "CreateAutoScalingGroupRequest", "documentation" : "", "simpleType" : "CreateAutoScalingGroupRequest", "variableSetterType" : "CreateAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateAutoScalingGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "AlreadyExistsException", "documentation" : "

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

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

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createAutoScalingGroup", "authenticated" : true, "syncReturnType" : "CreateAutoScalingGroupResult", "asyncReturnType" : "CreateAutoScalingGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CreateLaunchConfiguration" : { "documentation" : "

Creates a launch configuration.

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

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

", "operationName" : "CreateLaunchConfiguration", "deprecated" : false, "input" : { "variableName" : "createLaunchConfigurationRequest", "variableType" : "CreateLaunchConfigurationRequest", "variableDeclarationType" : "CreateLaunchConfigurationRequest", "documentation" : "", "simpleType" : "CreateLaunchConfigurationRequest", "variableSetterType" : "CreateLaunchConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateLaunchConfigurationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "AlreadyExistsException", "documentation" : "

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

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

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createLaunchConfiguration", "authenticated" : true, "syncReturnType" : "CreateLaunchConfigurationResult", "asyncReturnType" : "CreateLaunchConfigurationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CreateOrUpdateTags" : { "documentation" : "

Creates or updates tags for the specified Auto Scaling group.

When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message.

For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

", "operationName" : "CreateOrUpdateTags", "deprecated" : false, "input" : { "variableName" : "createOrUpdateTagsRequest", "variableType" : "CreateOrUpdateTagsRequest", "variableDeclarationType" : "CreateOrUpdateTagsRequest", "documentation" : "", "simpleType" : "CreateOrUpdateTagsRequest", "variableSetterType" : "CreateOrUpdateTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateOrUpdateTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createOrUpdateTags", "authenticated" : true, "syncReturnType" : "CreateOrUpdateTagsResult", "asyncReturnType" : "CreateOrUpdateTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteAutoScalingGroup" : { "documentation" : "

Deletes the specified Auto Scaling group.

If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed.

If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action.

To remove instances from the Auto Scaling group before deleting it, call DetachInstances with the list of instances and the option to decrement the desired capacity so that Auto Scaling does not launch replacement instances.

To terminate all instances before deleting the Auto Scaling group, call UpdateAutoScalingGroup and set the minimum size and desired capacity of the Auto Scaling group to zero.

", "operationName" : "DeleteAutoScalingGroup", "deprecated" : false, "input" : { "variableName" : "deleteAutoScalingGroupRequest", "variableType" : "DeleteAutoScalingGroupRequest", "variableDeclarationType" : "DeleteAutoScalingGroupRequest", "documentation" : "", "simpleType" : "DeleteAutoScalingGroupRequest", "variableSetterType" : "DeleteAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteAutoScalingGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ScalingActivityInProgressException", "documentation" : "

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

" }, { "exceptionName" : "ResourceInUseException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteAutoScalingGroup", "authenticated" : true, "syncReturnType" : "DeleteAutoScalingGroupResult", "asyncReturnType" : "DeleteAutoScalingGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteLaunchConfiguration" : { "documentation" : "

Deletes the specified launch configuration.

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

", "operationName" : "DeleteLaunchConfiguration", "deprecated" : false, "input" : { "variableName" : "deleteLaunchConfigurationRequest", "variableType" : "DeleteLaunchConfigurationRequest", "variableDeclarationType" : "DeleteLaunchConfigurationRequest", "documentation" : "", "simpleType" : "DeleteLaunchConfigurationRequest", "variableSetterType" : "DeleteLaunchConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteLaunchConfigurationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceInUseException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteLaunchConfiguration", "authenticated" : true, "syncReturnType" : "DeleteLaunchConfigurationResult", "asyncReturnType" : "DeleteLaunchConfigurationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteLifecycleHook" : { "documentation" : "

Deletes the specified lifecycle hook.

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

", "operationName" : "DeleteLifecycleHook", "deprecated" : false, "input" : { "variableName" : "deleteLifecycleHookRequest", "variableType" : "DeleteLifecycleHookRequest", "variableDeclarationType" : "DeleteLifecycleHookRequest", "documentation" : "", "simpleType" : "DeleteLifecycleHookRequest", "variableSetterType" : "DeleteLifecycleHookRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteLifecycleHookResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteLifecycleHook", "authenticated" : true, "syncReturnType" : "DeleteLifecycleHookResult", "asyncReturnType" : "DeleteLifecycleHookResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteNotificationConfiguration" : { "documentation" : "

Deletes the specified notification.

", "operationName" : "DeleteNotificationConfiguration", "deprecated" : false, "input" : { "variableName" : "deleteNotificationConfigurationRequest", "variableType" : "DeleteNotificationConfigurationRequest", "variableDeclarationType" : "DeleteNotificationConfigurationRequest", "documentation" : "", "simpleType" : "DeleteNotificationConfigurationRequest", "variableSetterType" : "DeleteNotificationConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteNotificationConfigurationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteNotificationConfiguration", "authenticated" : true, "syncReturnType" : "DeleteNotificationConfigurationResult", "asyncReturnType" : "DeleteNotificationConfigurationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeletePolicy" : { "documentation" : "

Deletes the specified Auto Scaling policy.

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

", "operationName" : "DeletePolicy", "deprecated" : false, "input" : { "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "variableDeclarationType" : "DeletePolicyRequest", "documentation" : "

", "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeletePolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deletePolicy", "authenticated" : true, "syncReturnType" : "DeletePolicyResult", "asyncReturnType" : "DeletePolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteScheduledAction" : { "documentation" : "

Deletes the specified scheduled action.

", "operationName" : "DeleteScheduledAction", "deprecated" : false, "input" : { "variableName" : "deleteScheduledActionRequest", "variableType" : "DeleteScheduledActionRequest", "variableDeclarationType" : "DeleteScheduledActionRequest", "documentation" : "", "simpleType" : "DeleteScheduledActionRequest", "variableSetterType" : "DeleteScheduledActionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteScheduledActionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteScheduledAction", "authenticated" : true, "syncReturnType" : "DeleteScheduledActionResult", "asyncReturnType" : "DeleteScheduledActionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteTags" : { "documentation" : "

Deletes the specified tags.

", "operationName" : "DeleteTags", "deprecated" : false, "input" : { "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "variableDeclarationType" : "DeleteTagsRequest", "documentation" : "", "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteTags", "authenticated" : true, "syncReturnType" : "DeleteTagsResult", "asyncReturnType" : "DeleteTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAccountLimits" : { "documentation" : "

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

For information about requesting an increase in these limits, see AWS Service Limits in the Amazon Web Services General Reference.

", "operationName" : "DescribeAccountLimits", "deprecated" : false, "input" : { "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "variableDeclarationType" : "DescribeAccountLimitsRequest", "documentation" : null, "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAccountLimitsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAccountLimits", "authenticated" : true, "syncReturnType" : "DescribeAccountLimitsResult", "asyncReturnType" : "DescribeAccountLimitsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAdjustmentTypes" : { "documentation" : "

Describes the policy adjustment types for use with PutScalingPolicy.

", "operationName" : "DescribeAdjustmentTypes", "deprecated" : false, "input" : { "variableName" : "describeAdjustmentTypesRequest", "variableType" : "DescribeAdjustmentTypesRequest", "variableDeclarationType" : "DescribeAdjustmentTypesRequest", "documentation" : null, "simpleType" : "DescribeAdjustmentTypesRequest", "variableSetterType" : "DescribeAdjustmentTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAdjustmentTypesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAdjustmentTypes", "authenticated" : true, "syncReturnType" : "DescribeAdjustmentTypesResult", "asyncReturnType" : "DescribeAdjustmentTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAutoScalingGroups" : { "documentation" : "

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

", "operationName" : "DescribeAutoScalingGroups", "deprecated" : false, "input" : { "variableName" : "describeAutoScalingGroupsRequest", "variableType" : "DescribeAutoScalingGroupsRequest", "variableDeclarationType" : "DescribeAutoScalingGroupsRequest", "documentation" : "", "simpleType" : "DescribeAutoScalingGroupsRequest", "variableSetterType" : "DescribeAutoScalingGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAutoScalingGroupsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAutoScalingGroups", "authenticated" : true, "syncReturnType" : "DescribeAutoScalingGroupsResult", "asyncReturnType" : "DescribeAutoScalingGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAutoScalingInstances" : { "documentation" : "

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

", "operationName" : "DescribeAutoScalingInstances", "deprecated" : false, "input" : { "variableName" : "describeAutoScalingInstancesRequest", "variableType" : "DescribeAutoScalingInstancesRequest", "variableDeclarationType" : "DescribeAutoScalingInstancesRequest", "documentation" : "", "simpleType" : "DescribeAutoScalingInstancesRequest", "variableSetterType" : "DescribeAutoScalingInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAutoScalingInstancesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAutoScalingInstances", "authenticated" : true, "syncReturnType" : "DescribeAutoScalingInstancesResult", "asyncReturnType" : "DescribeAutoScalingInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAutoScalingNotificationTypes" : { "documentation" : "

Describes the notification types that are supported by Auto Scaling.

", "operationName" : "DescribeAutoScalingNotificationTypes", "deprecated" : false, "input" : { "variableName" : "describeAutoScalingNotificationTypesRequest", "variableType" : "DescribeAutoScalingNotificationTypesRequest", "variableDeclarationType" : "DescribeAutoScalingNotificationTypesRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingNotificationTypesRequest", "variableSetterType" : "DescribeAutoScalingNotificationTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAutoScalingNotificationTypesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAutoScalingNotificationTypes", "authenticated" : true, "syncReturnType" : "DescribeAutoScalingNotificationTypesResult", "asyncReturnType" : "DescribeAutoScalingNotificationTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeLaunchConfigurations" : { "documentation" : "

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

", "operationName" : "DescribeLaunchConfigurations", "deprecated" : false, "input" : { "variableName" : "describeLaunchConfigurationsRequest", "variableType" : "DescribeLaunchConfigurationsRequest", "variableDeclarationType" : "DescribeLaunchConfigurationsRequest", "documentation" : "", "simpleType" : "DescribeLaunchConfigurationsRequest", "variableSetterType" : "DescribeLaunchConfigurationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLaunchConfigurationsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeLaunchConfigurations", "authenticated" : true, "syncReturnType" : "DescribeLaunchConfigurationsResult", "asyncReturnType" : "DescribeLaunchConfigurationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeLifecycleHookTypes" : { "documentation" : "

Describes the available types of lifecycle hooks.

", "operationName" : "DescribeLifecycleHookTypes", "deprecated" : false, "input" : { "variableName" : "describeLifecycleHookTypesRequest", "variableType" : "DescribeLifecycleHookTypesRequest", "variableDeclarationType" : "DescribeLifecycleHookTypesRequest", "documentation" : null, "simpleType" : "DescribeLifecycleHookTypesRequest", "variableSetterType" : "DescribeLifecycleHookTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLifecycleHookTypesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeLifecycleHookTypes", "authenticated" : true, "syncReturnType" : "DescribeLifecycleHookTypesResult", "asyncReturnType" : "DescribeLifecycleHookTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeLifecycleHooks" : { "documentation" : "

Describes the lifecycle hooks for the specified Auto Scaling group.

", "operationName" : "DescribeLifecycleHooks", "deprecated" : false, "input" : { "variableName" : "describeLifecycleHooksRequest", "variableType" : "DescribeLifecycleHooksRequest", "variableDeclarationType" : "DescribeLifecycleHooksRequest", "documentation" : "", "simpleType" : "DescribeLifecycleHooksRequest", "variableSetterType" : "DescribeLifecycleHooksRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLifecycleHooksResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeLifecycleHooks", "authenticated" : true, "syncReturnType" : "DescribeLifecycleHooksResult", "asyncReturnType" : "DescribeLifecycleHooksResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeLoadBalancers" : { "documentation" : "

Describes the load balancers for the specified Auto Scaling group.

", "operationName" : "DescribeLoadBalancers", "deprecated" : false, "input" : { "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "variableDeclarationType" : "DescribeLoadBalancersRequest", "documentation" : "", "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLoadBalancersResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeLoadBalancers", "authenticated" : true, "syncReturnType" : "DescribeLoadBalancersResult", "asyncReturnType" : "DescribeLoadBalancersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeMetricCollectionTypes" : { "documentation" : "

Describes the available CloudWatch metrics for Auto Scaling.

Note that the GroupStandbyInstances metric is not returned by default. You must explicitly request this metric when calling EnableMetricsCollection.

", "operationName" : "DescribeMetricCollectionTypes", "deprecated" : false, "input" : { "variableName" : "describeMetricCollectionTypesRequest", "variableType" : "DescribeMetricCollectionTypesRequest", "variableDeclarationType" : "DescribeMetricCollectionTypesRequest", "documentation" : null, "simpleType" : "DescribeMetricCollectionTypesRequest", "variableSetterType" : "DescribeMetricCollectionTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeMetricCollectionTypesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeMetricCollectionTypes", "authenticated" : true, "syncReturnType" : "DescribeMetricCollectionTypesResult", "asyncReturnType" : "DescribeMetricCollectionTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeNotificationConfigurations" : { "documentation" : "

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

", "operationName" : "DescribeNotificationConfigurations", "deprecated" : false, "input" : { "variableName" : "describeNotificationConfigurationsRequest", "variableType" : "DescribeNotificationConfigurationsRequest", "variableDeclarationType" : "DescribeNotificationConfigurationsRequest", "documentation" : "", "simpleType" : "DescribeNotificationConfigurationsRequest", "variableSetterType" : "DescribeNotificationConfigurationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeNotificationConfigurationsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeNotificationConfigurations", "authenticated" : true, "syncReturnType" : "DescribeNotificationConfigurationsResult", "asyncReturnType" : "DescribeNotificationConfigurationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribePolicies" : { "documentation" : "

Describes the policies for the specified Auto Scaling group.

", "operationName" : "DescribePolicies", "deprecated" : false, "input" : { "variableName" : "describePoliciesRequest", "variableType" : "DescribePoliciesRequest", "variableDeclarationType" : "DescribePoliciesRequest", "documentation" : "", "simpleType" : "DescribePoliciesRequest", "variableSetterType" : "DescribePoliciesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribePoliciesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describePolicies", "authenticated" : true, "syncReturnType" : "DescribePoliciesResult", "asyncReturnType" : "DescribePoliciesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeScalingActivities" : { "documentation" : "

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

", "operationName" : "DescribeScalingActivities", "deprecated" : false, "input" : { "variableName" : "describeScalingActivitiesRequest", "variableType" : "DescribeScalingActivitiesRequest", "variableDeclarationType" : "DescribeScalingActivitiesRequest", "documentation" : "", "simpleType" : "DescribeScalingActivitiesRequest", "variableSetterType" : "DescribeScalingActivitiesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeScalingActivitiesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeScalingActivities", "authenticated" : true, "syncReturnType" : "DescribeScalingActivitiesResult", "asyncReturnType" : "DescribeScalingActivitiesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeScalingProcessTypes" : { "documentation" : "

Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.

", "operationName" : "DescribeScalingProcessTypes", "deprecated" : false, "input" : { "variableName" : "describeScalingProcessTypesRequest", "variableType" : "DescribeScalingProcessTypesRequest", "variableDeclarationType" : "DescribeScalingProcessTypesRequest", "documentation" : null, "simpleType" : "DescribeScalingProcessTypesRequest", "variableSetterType" : "DescribeScalingProcessTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeScalingProcessTypesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeScalingProcessTypes", "authenticated" : true, "syncReturnType" : "DescribeScalingProcessTypesResult", "asyncReturnType" : "DescribeScalingProcessTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeScheduledActions" : { "documentation" : "

Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.

", "operationName" : "DescribeScheduledActions", "deprecated" : false, "input" : { "variableName" : "describeScheduledActionsRequest", "variableType" : "DescribeScheduledActionsRequest", "variableDeclarationType" : "DescribeScheduledActionsRequest", "documentation" : "", "simpleType" : "DescribeScheduledActionsRequest", "variableSetterType" : "DescribeScheduledActionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeScheduledActionsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeScheduledActions", "authenticated" : true, "syncReturnType" : "DescribeScheduledActionsResult", "asyncReturnType" : "DescribeScheduledActionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeTags" : { "documentation" : "

Describes the specified tags.

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

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

", "operationName" : "DescribeTags", "deprecated" : false, "input" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : "", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTags", "authenticated" : true, "syncReturnType" : "DescribeTagsResult", "asyncReturnType" : "DescribeTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeTerminationPolicyTypes" : { "documentation" : "

Describes the termination policies supported by Auto Scaling.

", "operationName" : "DescribeTerminationPolicyTypes", "deprecated" : false, "input" : { "variableName" : "describeTerminationPolicyTypesRequest", "variableType" : "DescribeTerminationPolicyTypesRequest", "variableDeclarationType" : "DescribeTerminationPolicyTypesRequest", "documentation" : null, "simpleType" : "DescribeTerminationPolicyTypesRequest", "variableSetterType" : "DescribeTerminationPolicyTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTerminationPolicyTypesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTerminationPolicyTypes", "authenticated" : true, "syncReturnType" : "DescribeTerminationPolicyTypesResult", "asyncReturnType" : "DescribeTerminationPolicyTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DetachInstances" : { "documentation" : "

Removes one or more instances from the specified Auto Scaling group.

After the instances are detached, you can manage them independently from the rest of the Auto Scaling group.

If you do not specify the option to decrement the desired capacity, Auto Scaling launches instances to replace the ones that are detached.

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

", "operationName" : "DetachInstances", "deprecated" : false, "input" : { "variableName" : "detachInstancesRequest", "variableType" : "DetachInstancesRequest", "variableDeclarationType" : "DetachInstancesRequest", "documentation" : "", "simpleType" : "DetachInstancesRequest", "variableSetterType" : "DetachInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DetachInstancesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "detachInstances", "authenticated" : true, "syncReturnType" : "DetachInstancesResult", "asyncReturnType" : "DetachInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DetachLoadBalancers" : { "documentation" : "

Removes one or more load balancers from the specified Auto Scaling group.

When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using DescribeLoadBalancers. Note that the instances remain running.

", "operationName" : "DetachLoadBalancers", "deprecated" : false, "input" : { "variableName" : "detachLoadBalancersRequest", "variableType" : "DetachLoadBalancersRequest", "variableDeclarationType" : "DetachLoadBalancersRequest", "documentation" : "", "simpleType" : "DetachLoadBalancersRequest", "variableSetterType" : "DetachLoadBalancersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DetachLoadBalancersResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "detachLoadBalancers", "authenticated" : true, "syncReturnType" : "DetachLoadBalancersResult", "asyncReturnType" : "DetachLoadBalancersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DisableMetricsCollection" : { "documentation" : "

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

", "operationName" : "DisableMetricsCollection", "deprecated" : false, "input" : { "variableName" : "disableMetricsCollectionRequest", "variableType" : "DisableMetricsCollectionRequest", "variableDeclarationType" : "DisableMetricsCollectionRequest", "documentation" : "", "simpleType" : "DisableMetricsCollectionRequest", "variableSetterType" : "DisableMetricsCollectionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableMetricsCollectionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "disableMetricsCollection", "authenticated" : true, "syncReturnType" : "DisableMetricsCollectionResult", "asyncReturnType" : "DisableMetricsCollectionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "EnableMetricsCollection" : { "documentation" : "

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

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

", "operationName" : "EnableMetricsCollection", "deprecated" : false, "input" : { "variableName" : "enableMetricsCollectionRequest", "variableType" : "EnableMetricsCollectionRequest", "variableDeclarationType" : "EnableMetricsCollectionRequest", "documentation" : "", "simpleType" : "EnableMetricsCollectionRequest", "variableSetterType" : "EnableMetricsCollectionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableMetricsCollectionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "enableMetricsCollection", "authenticated" : true, "syncReturnType" : "EnableMetricsCollectionResult", "asyncReturnType" : "EnableMetricsCollectionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "EnterStandby" : { "documentation" : "

Moves the specified instances into Standby mode.

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

", "operationName" : "EnterStandby", "deprecated" : false, "input" : { "variableName" : "enterStandbyRequest", "variableType" : "EnterStandbyRequest", "variableDeclarationType" : "EnterStandbyRequest", "documentation" : "", "simpleType" : "EnterStandbyRequest", "variableSetterType" : "EnterStandbyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnterStandbyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "enterStandby", "authenticated" : true, "syncReturnType" : "EnterStandbyResult", "asyncReturnType" : "EnterStandbyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ExecutePolicy" : { "documentation" : "

Executes the specified policy.

", "operationName" : "ExecutePolicy", "deprecated" : false, "input" : { "variableName" : "executePolicyRequest", "variableType" : "ExecutePolicyRequest", "variableDeclarationType" : "ExecutePolicyRequest", "documentation" : "", "simpleType" : "ExecutePolicyRequest", "variableSetterType" : "ExecutePolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ExecutePolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ScalingActivityInProgressException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "executePolicy", "authenticated" : true, "syncReturnType" : "ExecutePolicyResult", "asyncReturnType" : "ExecutePolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ExitStandby" : { "documentation" : "

Moves the specified instances out of Standby mode.

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

", "operationName" : "ExitStandby", "deprecated" : false, "input" : { "variableName" : "exitStandbyRequest", "variableType" : "ExitStandbyRequest", "variableDeclarationType" : "ExitStandbyRequest", "documentation" : "", "simpleType" : "ExitStandbyRequest", "variableSetterType" : "ExitStandbyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ExitStandbyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "exitStandby", "authenticated" : true, "syncReturnType" : "ExitStandbyResult", "asyncReturnType" : "ExitStandbyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PutLifecycleHook" : { "documentation" : "

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

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

This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:

  1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.
  2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.
  3. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
  4. If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
  5. If you finish before the timeout period ends, complete the lifecycle action.

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

If you exceed your maximum limit of lifecycle hooks, which by default is 50 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.

", "operationName" : "PutLifecycleHook", "deprecated" : false, "input" : { "variableName" : "putLifecycleHookRequest", "variableType" : "PutLifecycleHookRequest", "variableDeclarationType" : "PutLifecycleHookRequest", "documentation" : "", "simpleType" : "PutLifecycleHookRequest", "variableSetterType" : "PutLifecycleHookRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutLifecycleHookResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "putLifecycleHook", "authenticated" : true, "syncReturnType" : "PutLifecycleHookResult", "asyncReturnType" : "PutLifecycleHookResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PutNotificationConfiguration" : { "documentation" : "

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

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

This configuration overwrites an existing configuration.

", "operationName" : "PutNotificationConfiguration", "deprecated" : false, "input" : { "variableName" : "putNotificationConfigurationRequest", "variableType" : "PutNotificationConfigurationRequest", "variableDeclarationType" : "PutNotificationConfigurationRequest", "documentation" : "", "simpleType" : "PutNotificationConfigurationRequest", "variableSetterType" : "PutNotificationConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutNotificationConfigurationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "putNotificationConfiguration", "authenticated" : true, "syncReturnType" : "PutNotificationConfigurationResult", "asyncReturnType" : "PutNotificationConfigurationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PutScalingPolicy" : { "documentation" : "

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

If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.

", "operationName" : "PutScalingPolicy", "deprecated" : false, "input" : { "variableName" : "putScalingPolicyRequest", "variableType" : "PutScalingPolicyRequest", "variableDeclarationType" : "PutScalingPolicyRequest", "documentation" : "", "simpleType" : "PutScalingPolicyRequest", "variableSetterType" : "PutScalingPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutScalingPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "putScalingPolicy", "authenticated" : true, "syncReturnType" : "PutScalingPolicyResult", "asyncReturnType" : "PutScalingPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PutScheduledUpdateGroupAction" : { "documentation" : "

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

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

", "operationName" : "PutScheduledUpdateGroupAction", "deprecated" : false, "input" : { "variableName" : "putScheduledUpdateGroupActionRequest", "variableType" : "PutScheduledUpdateGroupActionRequest", "variableDeclarationType" : "PutScheduledUpdateGroupActionRequest", "documentation" : "", "simpleType" : "PutScheduledUpdateGroupActionRequest", "variableSetterType" : "PutScheduledUpdateGroupActionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutScheduledUpdateGroupActionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "AlreadyExistsException", "documentation" : "

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

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

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "putScheduledUpdateGroupAction", "authenticated" : true, "syncReturnType" : "PutScheduledUpdateGroupActionResult", "asyncReturnType" : "PutScheduledUpdateGroupActionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "RecordLifecycleActionHeartbeat" : { "documentation" : "

Records a heartbeat for the lifecycle action associated with the specified token or instance. This extends the timeout by the length of time defined using PutLifecycleHook.

This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:

  1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.
  2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.
  3. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
  4. If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
  5. If you finish before the timeout period ends, complete the lifecycle action.

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

", "operationName" : "RecordLifecycleActionHeartbeat", "deprecated" : false, "input" : { "variableName" : "recordLifecycleActionHeartbeatRequest", "variableType" : "RecordLifecycleActionHeartbeatRequest", "variableDeclarationType" : "RecordLifecycleActionHeartbeatRequest", "documentation" : "", "simpleType" : "RecordLifecycleActionHeartbeatRequest", "variableSetterType" : "RecordLifecycleActionHeartbeatRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RecordLifecycleActionHeartbeatResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "recordLifecycleActionHeartbeat", "authenticated" : true, "syncReturnType" : "RecordLifecycleActionHeartbeatResult", "asyncReturnType" : "RecordLifecycleActionHeartbeatResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ResumeProcesses" : { "documentation" : "

Resumes the specified suspended Auto Scaling processes, or all suspended process, for the specified Auto Scaling group.

For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling Developer Guide.

", "operationName" : "ResumeProcesses", "deprecated" : false, "input" : { "variableName" : "resumeProcessesRequest", "variableType" : "ResumeProcessesRequest", "variableDeclarationType" : "ResumeProcessesRequest", "documentation" : "", "simpleType" : "ResumeProcessesRequest", "variableSetterType" : "ResumeProcessesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ResumeProcessesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceInUseException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "resumeProcesses", "authenticated" : true, "syncReturnType" : "ResumeProcessesResult", "asyncReturnType" : "ResumeProcessesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetDesiredCapacity" : { "documentation" : "

Sets the size of the specified Auto Scaling group.

For more information about desired capacity, see What Is Auto Scaling? in the Auto Scaling Developer Guide.

", "operationName" : "SetDesiredCapacity", "deprecated" : false, "input" : { "variableName" : "setDesiredCapacityRequest", "variableType" : "SetDesiredCapacityRequest", "variableDeclarationType" : "SetDesiredCapacityRequest", "documentation" : "", "simpleType" : "SetDesiredCapacityRequest", "variableSetterType" : "SetDesiredCapacityRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetDesiredCapacityResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ScalingActivityInProgressException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setDesiredCapacity", "authenticated" : true, "syncReturnType" : "SetDesiredCapacityResult", "asyncReturnType" : "SetDesiredCapacityResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetInstanceHealth" : { "documentation" : "

Sets the health status of the specified instance.

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

", "operationName" : "SetInstanceHealth", "deprecated" : false, "input" : { "variableName" : "setInstanceHealthRequest", "variableType" : "SetInstanceHealthRequest", "variableDeclarationType" : "SetInstanceHealthRequest", "documentation" : "", "simpleType" : "SetInstanceHealthRequest", "variableSetterType" : "SetInstanceHealthRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetInstanceHealthResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setInstanceHealth", "authenticated" : true, "syncReturnType" : "SetInstanceHealthResult", "asyncReturnType" : "SetInstanceHealthResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetInstanceProtection" : { "documentation" : "

Updates the instance protection settings of the specified instances.

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

", "operationName" : "SetInstanceProtection", "deprecated" : false, "input" : { "variableName" : "setInstanceProtectionRequest", "variableType" : "SetInstanceProtectionRequest", "variableDeclarationType" : "SetInstanceProtectionRequest", "documentation" : "", "simpleType" : "SetInstanceProtectionRequest", "variableSetterType" : "SetInstanceProtectionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetInstanceProtectionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setInstanceProtection", "authenticated" : true, "syncReturnType" : "SetInstanceProtectionResult", "asyncReturnType" : "SetInstanceProtectionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SuspendProcesses" : { "documentation" : "

Suspends the specified Auto Scaling processes, or all processes, for the specified Auto Scaling group.

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

To resume processes that have been suspended, use ResumeProcesses.

For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling Developer Guide.

", "operationName" : "SuspendProcesses", "deprecated" : false, "input" : { "variableName" : "suspendProcessesRequest", "variableType" : "SuspendProcessesRequest", "variableDeclarationType" : "SuspendProcessesRequest", "documentation" : "", "simpleType" : "SuspendProcessesRequest", "variableSetterType" : "SuspendProcessesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SuspendProcessesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceInUseException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "suspendProcesses", "authenticated" : true, "syncReturnType" : "SuspendProcessesResult", "asyncReturnType" : "SuspendProcessesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "TerminateInstanceInAutoScalingGroup" : { "documentation" : "

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

This call simply makes a termination request. The instance is not terminated immediately.

", "operationName" : "TerminateInstanceInAutoScalingGroup", "deprecated" : false, "input" : { "variableName" : "terminateInstanceInAutoScalingGroupRequest", "variableType" : "TerminateInstanceInAutoScalingGroupRequest", "variableDeclarationType" : "TerminateInstanceInAutoScalingGroupRequest", "documentation" : "", "simpleType" : "TerminateInstanceInAutoScalingGroupRequest", "variableSetterType" : "TerminateInstanceInAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TerminateInstanceInAutoScalingGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ScalingActivityInProgressException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "terminateInstanceInAutoScalingGroup", "authenticated" : true, "syncReturnType" : "TerminateInstanceInAutoScalingGroupResult", "asyncReturnType" : "TerminateInstanceInAutoScalingGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "UpdateAutoScalingGroup" : { "documentation" : "

Updates the configuration for the specified Auto Scaling group.

To update an Auto Scaling group with a launch configuration with InstanceMonitoring set to False, you must first disable the collection of group metrics. Otherwise, you will get an error. If you have previously enabled the collection of group metrics, you can disable it using DisableMetricsCollection.

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

Note the following:

  • If you specify a new value for MinSize without specifying a value for DesiredCapacity, and the new MinSize is larger than the current size of the group, we implicitly call SetDesiredCapacity to set the size of the group to the new value of MinSize.

  • If you specify a new value for MaxSize without specifying a value for DesiredCapacity, and the new MaxSize is smaller than the current size of the group, we implicitly call SetDesiredCapacity to set the size of the group to the new value of MaxSize.

  • All other optional parameters are left unchanged if not specified.

", "operationName" : "UpdateAutoScalingGroup", "deprecated" : false, "input" : { "variableName" : "updateAutoScalingGroupRequest", "variableType" : "UpdateAutoScalingGroupRequest", "variableDeclarationType" : "UpdateAutoScalingGroupRequest", "documentation" : "", "simpleType" : "UpdateAutoScalingGroupRequest", "variableSetterType" : "UpdateAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateAutoScalingGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ScalingActivityInProgressException", "documentation" : "

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

" }, { "exceptionName" : "ResourceContentionException", "documentation" : "

You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "updateAutoScalingGroup", "authenticated" : true, "syncReturnType" : "UpdateAutoScalingGroupResult", "asyncReturnType" : "UpdateAutoScalingGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" } }, "shapes" : { "DeletePolicyRequest" : { "c2jName" : "DeletePolicyType", "documentation" : "

", "shapeName" : "DeletePolicyRequest", "deprecated" : false, "required" : [ "PolicyName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the Auto Scaling group.

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Auto Scaling group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

\n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.*/", "getterDocumentation" : "/**

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

\n@return The name or Amazon Resource Name (ARN) of the policy.*/", "fluentSetterDocumentation" : "/**

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "variableDeclarationType" : "DeletePolicyRequest", "documentation" : null, "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "marshaller" : { "action" : "DeletePolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingGroupName" : { "documentation" : "

The name of the Auto Scaling group.

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Auto Scaling group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

\n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

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

", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.*/", "getterDocumentation" : "/**

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

\n@return The name or Amazon Resource Name (ARN) of the policy.*/", "fluentSetterDocumentation" : "/**

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableMetricsCollectionRequest" : { "c2jName" : "EnableMetricsCollectionQuery", "documentation" : "", "shapeName" : "EnableMetricsCollectionRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "Granularity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name or ARN of the Auto Scaling group.

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or ARN of the Auto Scaling group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.*/", "getterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@return The name or ARN of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "Metrics", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

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

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.*/", "getterDocumentation" : "/**

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n@return One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.*/", "fluentSetterDocumentation" : "/**

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n

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

\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

", "name" : "Granularity", "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularity", "marshallLocationName" : "Granularity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute.*/", "getterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@return The granularity to associate with the metrics to collect. The only valid value is 1Minute.*/", "fluentSetterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enableMetricsCollectionRequest", "variableType" : "EnableMetricsCollectionRequest", "variableDeclarationType" : "EnableMetricsCollectionRequest", "documentation" : null, "simpleType" : "EnableMetricsCollectionRequest", "variableSetterType" : "EnableMetricsCollectionRequest" }, "marshaller" : { "action" : "EnableMetricsCollection", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Metrics" : { "documentation" : "

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "Metrics", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

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

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.*/", "getterDocumentation" : "/**

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n@return One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.*/", "fluentSetterDocumentation" : "/**

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.

\n

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

\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Note that the GroupStandbyInstances metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

The name or ARN of the Auto Scaling group.

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or ARN of the Auto Scaling group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.*/", "getterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@return The name or ARN of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or ARN of the Auto Scaling group.

\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Granularity" : { "documentation" : "

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

", "name" : "Granularity", "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularity", "marshallLocationName" : "Granularity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute.*/", "getterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@return The granularity to associate with the metrics to collect. The only valid value is 1Minute.*/", "fluentSetterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteLifecycleHookResult" : { "c2jName" : "DeleteLifecycleHookAnswer", "documentation" : "", "shapeName" : "DeleteLifecycleHookResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteLifecycleHookResult", "variableType" : "DeleteLifecycleHookResult", "variableDeclarationType" : "DeleteLifecycleHookResult", "documentation" : null, "simpleType" : "DeleteLifecycleHookResult", "variableSetterType" : "DeleteLifecycleHookResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DeleteLifecycleHookResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeLaunchConfigurationsRequest" : { "c2jName" : "LaunchConfigurationNamesType", "documentation" : "", "shapeName" : "DescribeLaunchConfigurationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The launch configuration names.

", "name" : "LaunchConfigurationNames", "c2jName" : "LaunchConfigurationNames", "c2jShape" : "LaunchConfigurationNames", "variable" : { "variableName" : "launchConfigurationNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The launch configuration names.

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

The launch configuration names.

\n@param launchConfigurationNames The launch configuration names.*/", "getterDocumentation" : "/**

The launch configuration names.

\n@return The launch configuration names.*/", "fluentSetterDocumentation" : "/**

The launch configuration names.

\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The launch configuration names.

\n

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

\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param maxRecords The maximum number of items to return with this call. The default is 100.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return with this call. The default is 100.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLaunchConfigurationsRequest", "variableType" : "DescribeLaunchConfigurationsRequest", "variableDeclarationType" : "DescribeLaunchConfigurationsRequest", "documentation" : null, "simpleType" : "DescribeLaunchConfigurationsRequest", "variableSetterType" : "DescribeLaunchConfigurationsRequest" }, "marshaller" : { "action" : "DescribeLaunchConfigurations", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchConfigurationNames" : { "documentation" : "

The launch configuration names.

", "name" : "LaunchConfigurationNames", "c2jName" : "LaunchConfigurationNames", "c2jShape" : "LaunchConfigurationNames", "variable" : { "variableName" : "launchConfigurationNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The launch configuration names.

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

The launch configuration names.

\n@param launchConfigurationNames The launch configuration names.*/", "getterDocumentation" : "/**

The launch configuration names.

\n@return The launch configuration names.*/", "fluentSetterDocumentation" : "/**

The launch configuration names.

\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The launch configuration names.

\n

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

\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

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

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param maxRecords The maximum number of items to return with this call. The default is 100.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return with this call. The default is 100.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAdjustmentTypesResult" : { "c2jName" : "DescribeAdjustmentTypesAnswer", "documentation" : "", "shapeName" : "DescribeAdjustmentTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The policy adjustment types.

", "name" : "AdjustmentTypes", "c2jName" : "AdjustmentTypes", "c2jShape" : "AdjustmentTypes", "variable" : { "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The policy adjustment types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentTypes", "marshallLocationName" : "AdjustmentTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AdjustmentType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AdjustmentType", "variable" : { "variableName" : "member", "variableType" : "AdjustmentType", "variableDeclarationType" : "AdjustmentType", "documentation" : "", "simpleType" : "AdjustmentType", "variableSetterType" : "AdjustmentType" }, "setterModel" : { "variableName" : "member", "variableType" : "AdjustmentType", "variableDeclarationType" : "AdjustmentType", "documentation" : "", "simpleType" : "AdjustmentType", "variableSetterType" : "AdjustmentType" }, "getterModel" : { "returnType" : "AdjustmentType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "AdjustmentType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policy adjustment types.

\n@param adjustmentTypes The policy adjustment types.*/", "getterDocumentation" : "/**

The policy adjustment types.

\n@return The policy adjustment types.*/", "fluentSetterDocumentation" : "/**

The policy adjustment types.

\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy adjustment types.

\n

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

\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAdjustmentTypesResult", "variableType" : "DescribeAdjustmentTypesResult", "variableDeclarationType" : "DescribeAdjustmentTypesResult", "documentation" : null, "simpleType" : "DescribeAdjustmentTypesResult", "variableSetterType" : "DescribeAdjustmentTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAdjustmentTypesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdjustmentTypes" : { "documentation" : "

The policy adjustment types.

", "name" : "AdjustmentTypes", "c2jName" : "AdjustmentTypes", "c2jShape" : "AdjustmentTypes", "variable" : { "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The policy adjustment types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentTypes", "marshallLocationName" : "AdjustmentTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AdjustmentType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AdjustmentType", "variable" : { "variableName" : "member", "variableType" : "AdjustmentType", "variableDeclarationType" : "AdjustmentType", "documentation" : "", "simpleType" : "AdjustmentType", "variableSetterType" : "AdjustmentType" }, "setterModel" : { "variableName" : "member", "variableType" : "AdjustmentType", "variableDeclarationType" : "AdjustmentType", "documentation" : "", "simpleType" : "AdjustmentType", "variableSetterType" : "AdjustmentType" }, "getterModel" : { "returnType" : "AdjustmentType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "AdjustmentType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policy adjustment types.

\n@param adjustmentTypes The policy adjustment types.*/", "getterDocumentation" : "/**

The policy adjustment types.

\n@return The policy adjustment types.*/", "fluentSetterDocumentation" : "/**

The policy adjustment types.

\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy adjustment types.

\n

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

\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Activity" : { "c2jName" : "Activity", "documentation" : "

Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.

", "shapeName" : "Activity", "deprecated" : false, "required" : [ "ActivityId", "AutoScalingGroupName", "Cause", "StartTime", "StatusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the activity.

", "name" : "ActivityId", "c2jName" : "ActivityId", "c2jShape" : "XmlString", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActivityId", "marshallLocationName" : "ActivityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the activity.

\n@param activityId The ID of the activity.*/", "getterDocumentation" : "/**

The ID of the activity.

\n@return The ID of the activity.*/", "fluentSetterDocumentation" : "/**

The ID of the activity.

\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the activity.

\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Auto Scaling group.

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Auto Scaling group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

\n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A friendly, more verbose description of the activity.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "XmlString", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly, more verbose description of the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@return A friendly, more verbose description of the activity.*/", "fluentSetterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The reason the activity began.

", "name" : "Cause", "c2jName" : "Cause", "c2jShape" : "XmlStringMaxLen1023", "variable" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason the activity began.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cause", "marshallLocationName" : "Cause", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason the activity began.

\n@param cause The reason the activity began.*/", "getterDocumentation" : "/**

The reason the activity began.

\n@return The reason the activity began.*/", "fluentSetterDocumentation" : "/**

The reason the activity began.

\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason the activity began.

\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The start time of the activity.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The start time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.*/", "getterDocumentation" : "/**

The start time of the activity.

\n@return The start time of the activity.*/", "fluentSetterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The end time of the activity.

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The end time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.*/", "getterDocumentation" : "/**

The end time of the activity.

\n@return The end time of the activity.*/", "fluentSetterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current status of the activity.

", "name" : "StatusCode", "c2jName" : "StatusCode", "c2jShape" : "ScalingActivityStatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status of the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusCode", "marshallLocationName" : "StatusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ScalingActivityStatusCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@see ScalingActivityStatusCode*/", "getterDocumentation" : "/**

The current status of the activity.

\n@return The current status of the activity.\n@see ScalingActivityStatusCode*/", "fluentSetterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/", "varargSetterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/" }, { "documentation" : "

A friendly, more verbose description of the activity status.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly, more verbose description of the activity status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@return A friendly, more verbose description of the activity status.*/", "fluentSetterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Progress", "c2jName" : "Progress", "c2jShape" : "Progress", "variable" : { "variableName" : "progress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "progress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Progress", "marshallLocationName" : "Progress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param progress A value between 0 and 100 that indicates the progress of the activity.*/", "getterDocumentation" : "/**

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

\n@return A value between 0 and 100 that indicates the progress of the activity.*/", "fluentSetterDocumentation" : "/**

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

\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The details about the activity.

", "name" : "Details", "c2jName" : "Details", "c2jShape" : "XmlString", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The details about the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Details", "marshallLocationName" : "Details", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The details about the activity.

\n@param details The details about the activity.*/", "getterDocumentation" : "/**

The details about the activity.

\n@return The details about the activity.*/", "fluentSetterDocumentation" : "/**

The details about the activity.

\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The details about the activity.

\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activity", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : null, "simpleType" : "Activity", "variableSetterType" : "Activity" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Progress" : { "documentation" : "

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

", "name" : "Progress", "c2jName" : "Progress", "c2jShape" : "Progress", "variable" : { "variableName" : "progress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "progress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Progress", "marshallLocationName" : "Progress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param progress A value between 0 and 100 that indicates the progress of the activity.*/", "getterDocumentation" : "/**

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

\n@return A value between 0 and 100 that indicates the progress of the activity.*/", "fluentSetterDocumentation" : "/**

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

\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

A friendly, more verbose description of the activity.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "XmlString", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly, more verbose description of the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@return A friendly, more verbose description of the activity.*/", "fluentSetterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Details" : { "documentation" : "

The details about the activity.

", "name" : "Details", "c2jName" : "Details", "c2jShape" : "XmlString", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The details about the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Details", "marshallLocationName" : "Details", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The details about the activity.

\n@param details The details about the activity.*/", "getterDocumentation" : "/**

The details about the activity.

\n@return The details about the activity.*/", "fluentSetterDocumentation" : "/**

The details about the activity.

\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The details about the activity.

\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

The end time of the activity.

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The end time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.*/", "getterDocumentation" : "/**

The end time of the activity.

\n@return The end time of the activity.*/", "fluentSetterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityId" : { "documentation" : "

The ID of the activity.

", "name" : "ActivityId", "c2jName" : "ActivityId", "c2jShape" : "XmlString", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActivityId", "marshallLocationName" : "ActivityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the activity.

\n@param activityId The ID of the activity.*/", "getterDocumentation" : "/**

The ID of the activity.

\n@return The ID of the activity.*/", "fluentSetterDocumentation" : "/**

The ID of the activity.

\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the activity.

\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

The name of the Auto Scaling group.

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Auto Scaling group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

\n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Cause" : { "documentation" : "

The reason the activity began.

", "name" : "Cause", "c2jName" : "Cause", "c2jShape" : "XmlStringMaxLen1023", "variable" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason the activity began.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cause", "marshallLocationName" : "Cause", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason the activity began.

\n@param cause The reason the activity began.*/", "getterDocumentation" : "/**

The reason the activity began.

\n@return The reason the activity began.*/", "fluentSetterDocumentation" : "/**

The reason the activity began.

\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason the activity began.

\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

The start time of the activity.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The start time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.*/", "getterDocumentation" : "/**

The start time of the activity.

\n@return The start time of the activity.*/", "fluentSetterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The current status of the activity.

", "name" : "StatusCode", "c2jName" : "StatusCode", "c2jShape" : "ScalingActivityStatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status of the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusCode", "marshallLocationName" : "StatusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ScalingActivityStatusCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@see ScalingActivityStatusCode*/", "getterDocumentation" : "/**

The current status of the activity.

\n@return The current status of the activity.\n@see ScalingActivityStatusCode*/", "fluentSetterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/", "varargSetterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/" }, "StatusMessage" : { "documentation" : "

A friendly, more verbose description of the activity status.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly, more verbose description of the activity status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@return A friendly, more verbose description of the activity status.*/", "fluentSetterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutLifecycleHookRequest" : { "c2jName" : "PutLifecycleHookType", "documentation" : "", "shapeName" : "PutLifecycleHookRequest", "deprecated" : false, "required" : [ "LifecycleHookName", "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the lifecycle hook.

", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the lifecycle hook.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

The name of the lifecycle hook.

\n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/", "getterDocumentation" : "/**

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

\n@return The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

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

\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

", "name" : "LifecycleTransition", "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "variable" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleTransition", "marshallLocationName" : "LifecycleTransition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "getterDocumentation" : "/**

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

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

\n@return The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "fluentSetterDocumentation" : "/**

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

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

\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleARN", "marshallLocationName" : "RoleARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "getterDocumentation" : "/**

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

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

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

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "fluentSetterDocumentation" : "/**

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

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

\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

", "name" : "NotificationTargetARN", "c2jName" : "NotificationTargetARN", "c2jShape" : "NotificationTargetResourceName", "variable" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTargetARN", "marshallLocationName" : "NotificationTargetARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".*/", "getterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@return The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".*/", "fluentSetterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "NotificationMetadata", "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "variable" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationMetadata", "marshallLocationName" : "NotificationMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "getterDocumentation" : "/**

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

\n@return Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "fluentSetterDocumentation" : "/**

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

\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "HeartbeatTimeout", "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "variable" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeartbeatTimeout", "marshallLocationName" : "HeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/", "getterDocumentation" : "/**

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

\n@return The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/", "fluentSetterDocumentation" : "/**

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

\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "DefaultResult", "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "variable" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultResult", "marshallLocationName" : "DefaultResult", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.*/", "getterDocumentation" : "/**

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

\n@return Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.*/", "fluentSetterDocumentation" : "/**

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

\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putLifecycleHookRequest", "variableType" : "PutLifecycleHookRequest", "variableDeclarationType" : "PutLifecycleHookRequest", "documentation" : null, "simpleType" : "PutLifecycleHookRequest", "variableSetterType" : "PutLifecycleHookRequest" }, "marshaller" : { "action" : "PutLifecycleHook", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHookName" : { "documentation" : "

The name of the lifecycle hook.

", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the lifecycle hook.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

The name of the lifecycle hook.

\n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleTransition" : { "documentation" : "

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

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

", "name" : "LifecycleTransition", "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "variable" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleTransition", "marshallLocationName" : "LifecycleTransition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "getterDocumentation" : "/**

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

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

\n@return The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "fluentSetterDocumentation" : "/**

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

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

\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

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

", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/", "getterDocumentation" : "/**

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

\n@return The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

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

\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HeartbeatTimeout" : { "documentation" : "

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

", "name" : "HeartbeatTimeout", "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "variable" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeartbeatTimeout", "marshallLocationName" : "HeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/", "getterDocumentation" : "/**

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

\n@return The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/", "fluentSetterDocumentation" : "/**

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

\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationMetadata" : { "documentation" : "

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

", "name" : "NotificationMetadata", "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "variable" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationMetadata", "marshallLocationName" : "NotificationMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "getterDocumentation" : "/**

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

\n@return Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "fluentSetterDocumentation" : "/**

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

\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultResult" : { "documentation" : "

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

", "name" : "DefaultResult", "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "variable" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultResult", "marshallLocationName" : "DefaultResult", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.*/", "getterDocumentation" : "/**

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

\n@return Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.*/", "fluentSetterDocumentation" : "/**

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

\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleARN" : { "documentation" : "

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

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

", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleARN", "marshallLocationName" : "RoleARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "getterDocumentation" : "/**

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

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

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

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/", "fluentSetterDocumentation" : "/**

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

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

\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTargetARN" : { "documentation" : "

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

", "name" : "NotificationTargetARN", "c2jName" : "NotificationTargetARN", "c2jShape" : "NotificationTargetResourceName", "variable" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTargetARN", "marshallLocationName" : "NotificationTargetARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".*/", "getterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@return The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".*/", "fluentSetterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".

\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.

The notification messages sent to the target include the following information:

  • AutoScalingGroupName. The name of the Auto Scaling group.
  • AccountId. The AWS account ID.
  • LifecycleTransition. The lifecycle hook type.
  • LifecycleActionToken. The lifecycle action token.
  • EC2InstanceId. The EC2 instance ID.
  • LifecycleHookName. The name of the lifecycle hook.
  • NotificationMetadata. User-defined information.

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

When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\".\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnabledMetric" : { "c2jName" : "EnabledMetric", "documentation" : "

Describes an enabled metric.

", "shapeName" : "EnabledMetric", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

One of the following metrics:

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

", "name" : "Metric", "c2jName" : "Metric", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

One of the following metrics:

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metric", "marshallLocationName" : "Metric", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

One of the following metrics:

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

\n@param metric One of the following metrics:

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

  • */", "getterDocumentation" : "/**

    One of the following metrics:

    • GroupMinSize

    • GroupMaxSize

    • GroupDesiredCapacity

    • GroupInServiceInstances

    • GroupPendingInstances

    • GroupStandbyInstances

    • GroupTerminatingInstances

    • GroupTotalInstances

    \n@return One of the following metrics:

    • GroupMinSize

    • GroupMaxSize

    • GroupDesiredCapacity

    • GroupInServiceInstances

    • GroupPendingInstances

    • GroupStandbyInstances

    • GroupTerminatingInstances

    • GroupTotalInstances

    • */", "fluentSetterDocumentation" : "/**

      One of the following metrics:

      • GroupMinSize

      • GroupMaxSize

      • GroupDesiredCapacity

      • GroupInServiceInstances

      • GroupPendingInstances

      • GroupStandbyInstances

      • GroupTerminatingInstances

      • GroupTotalInstances

      \n@param metric One of the following metrics:

      • GroupMinSize

      • GroupMaxSize

      • GroupDesiredCapacity

      • GroupInServiceInstances

      • GroupPendingInstances

      • GroupStandbyInstances

      • GroupTerminatingInstances

      • GroupTotalInstances

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

        One of the following metrics:

        • GroupMinSize

        • GroupMaxSize

        • GroupDesiredCapacity

        • GroupInServiceInstances

        • GroupPendingInstances

        • GroupStandbyInstances

        • GroupTerminatingInstances

        • GroupTotalInstances

        \n@param metric One of the following metrics:

        • GroupMinSize

        • GroupMaxSize

        • GroupDesiredCapacity

        • GroupInServiceInstances

        • GroupPendingInstances

        • GroupStandbyInstances

        • GroupTerminatingInstances

        • GroupTotalInstances

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

          The granularity of the metric. The only valid value is 1Minute.

          ", "name" : "Granularity", "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The granularity of the metric. The only valid value is 1Minute.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularity", "marshallLocationName" : "Granularity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          The granularity of the metric. The only valid value is 1Minute.

          \n@param granularity The granularity of the metric. The only valid value is 1Minute.*/", "getterDocumentation" : "/**

          The granularity of the metric. The only valid value is 1Minute.

          \n@return The granularity of the metric. The only valid value is 1Minute.*/", "fluentSetterDocumentation" : "/**

          The granularity of the metric. The only valid value is 1Minute.

          \n@param granularity The granularity of the metric. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The granularity of the metric. The only valid value is 1Minute.

          \n@param granularity The granularity of the metric. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enabledMetric", "variableType" : "EnabledMetric", "variableDeclarationType" : "EnabledMetric", "documentation" : null, "simpleType" : "EnabledMetric", "variableSetterType" : "EnabledMetric" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Metric" : { "documentation" : "

          One of the following metrics:

          • GroupMinSize

          • GroupMaxSize

          • GroupDesiredCapacity

          • GroupInServiceInstances

          • GroupPendingInstances

          • GroupStandbyInstances

          • GroupTerminatingInstances

          • GroupTotalInstances

          ", "name" : "Metric", "c2jName" : "Metric", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          One of the following metrics:

          • GroupMinSize

          • GroupMaxSize

          • GroupDesiredCapacity

          • GroupInServiceInstances

          • GroupPendingInstances

          • GroupStandbyInstances

          • GroupTerminatingInstances

          • GroupTotalInstances

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metric", "marshallLocationName" : "Metric", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          One of the following metrics:

          • GroupMinSize

          • GroupMaxSize

          • GroupDesiredCapacity

          • GroupInServiceInstances

          • GroupPendingInstances

          • GroupStandbyInstances

          • GroupTerminatingInstances

          • GroupTotalInstances

          \n@param metric One of the following metrics:

          • GroupMinSize

          • GroupMaxSize

          • GroupDesiredCapacity

          • GroupInServiceInstances

          • GroupPendingInstances

          • GroupStandbyInstances

          • GroupTerminatingInstances

          • GroupTotalInstances

          • */", "getterDocumentation" : "/**

            One of the following metrics:

            • GroupMinSize

            • GroupMaxSize

            • GroupDesiredCapacity

            • GroupInServiceInstances

            • GroupPendingInstances

            • GroupStandbyInstances

            • GroupTerminatingInstances

            • GroupTotalInstances

            \n@return One of the following metrics:

            • GroupMinSize

            • GroupMaxSize

            • GroupDesiredCapacity

            • GroupInServiceInstances

            • GroupPendingInstances

            • GroupStandbyInstances

            • GroupTerminatingInstances

            • GroupTotalInstances

            • */", "fluentSetterDocumentation" : "/**

              One of the following metrics:

              • GroupMinSize

              • GroupMaxSize

              • GroupDesiredCapacity

              • GroupInServiceInstances

              • GroupPendingInstances

              • GroupStandbyInstances

              • GroupTerminatingInstances

              • GroupTotalInstances

              \n@param metric One of the following metrics:

              • GroupMinSize

              • GroupMaxSize

              • GroupDesiredCapacity

              • GroupInServiceInstances

              • GroupPendingInstances

              • GroupStandbyInstances

              • GroupTerminatingInstances

              • GroupTotalInstances

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

                One of the following metrics:

                • GroupMinSize

                • GroupMaxSize

                • GroupDesiredCapacity

                • GroupInServiceInstances

                • GroupPendingInstances

                • GroupStandbyInstances

                • GroupTerminatingInstances

                • GroupTotalInstances

                \n@param metric One of the following metrics:

                • GroupMinSize

                • GroupMaxSize

                • GroupDesiredCapacity

                • GroupInServiceInstances

                • GroupPendingInstances

                • GroupStandbyInstances

                • GroupTerminatingInstances

                • GroupTotalInstances

                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Granularity" : { "documentation" : "

                  The granularity of the metric. The only valid value is 1Minute.

                  ", "name" : "Granularity", "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The granularity of the metric. The only valid value is 1Minute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularity", "marshallLocationName" : "Granularity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The granularity of the metric. The only valid value is 1Minute.

                  \n@param granularity The granularity of the metric. The only valid value is 1Minute.*/", "getterDocumentation" : "/**

                  The granularity of the metric. The only valid value is 1Minute.

                  \n@return The granularity of the metric. The only valid value is 1Minute.*/", "fluentSetterDocumentation" : "/**

                  The granularity of the metric. The only valid value is 1Minute.

                  \n@param granularity The granularity of the metric. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The granularity of the metric. The only valid value is 1Minute.

                  \n@param granularity The granularity of the metric. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetDesiredCapacityResult" : { "c2jName" : "SetDesiredCapacityResult", "documentation" : null, "shapeName" : "SetDesiredCapacityResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setDesiredCapacityResult", "variableType" : "SetDesiredCapacityResult", "variableDeclarationType" : "SetDesiredCapacityResult", "documentation" : null, "simpleType" : "SetDesiredCapacityResult", "variableSetterType" : "SetDesiredCapacityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LaunchConfiguration" : { "c2jName" : "LaunchConfiguration", "documentation" : "

                  Describes a launch configuration.

                  ", "shapeName" : "LaunchConfiguration", "deprecated" : false, "required" : [ "LaunchConfigurationName", "ImageId", "InstanceType", "CreatedTime" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the launch configuration.

                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the launch configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@param launchConfigurationName The name of the launch configuration.*/", "getterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@return The name of the launch configuration.*/", "fluentSetterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "LaunchConfigurationARN", "c2jName" : "LaunchConfigurationARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationARN", "marshallLocationName" : "LaunchConfigurationARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.*/", "getterDocumentation" : "/**

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

                  \n@return The Amazon Resource Name (ARN) of the launch configuration.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the Amazon Machine Image (AMI).

                  ", "name" : "ImageId", "c2jName" : "ImageId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the Amazon Machine Image (AMI).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImageId", "marshallLocationName" : "ImageId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@param imageId The ID of the Amazon Machine Image (AMI).*/", "getterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@return The ID of the Amazon Machine Image (AMI).*/", "fluentSetterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@param imageId The ID of the Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@param imageId The ID of the Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the key pair.

                  ", "name" : "KeyName", "c2jName" : "KeyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the key pair.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyName", "marshallLocationName" : "KeyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the key pair.

                  \n@param keyName The name of the key pair.*/", "getterDocumentation" : "/**

                  The name of the key pair.

                  \n@return The name of the key pair.*/", "fluentSetterDocumentation" : "/**

                  The name of the key pair.

                  \n@param keyName The name of the key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the key pair.

                  \n@param keyName The name of the key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The security groups to associate with the instances.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The security groups to associate with the instances.

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

                  The security groups to associate with the instances.

                  \n@param securityGroups The security groups to associate with the instances.*/", "getterDocumentation" : "/**

                  The security groups to associate with the instances.

                  \n@return The security groups to associate with the instances.*/", "fluentSetterDocumentation" : "/**

                  The security groups to associate with the instances.

                  \n@param securityGroups The security groups to associate with the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The security groups to associate with the instances.

                  \n

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

                  \n@param securityGroups The security groups to associate with the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  ", "name" : "ClassicLinkVPCId", "c2jName" : "ClassicLinkVPCId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClassicLinkVPCId", "marshallLocationName" : "ClassicLinkVPCId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@return The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  ", "name" : "ClassicLinkVPCSecurityGroups", "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "variable" : { "variableName" : "classicLinkVPCSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

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

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@return The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n

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

                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The user data available to the instances.

                  ", "name" : "UserData", "c2jName" : "UserData", "c2jShape" : "XmlStringUserData", "variable" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The user data available to the instances.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserData", "marshallLocationName" : "UserData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The user data available to the instances.

                  \n@param userData The user data available to the instances.*/", "getterDocumentation" : "/**

                  The user data available to the instances.

                  \n@return The user data available to the instances.*/", "fluentSetterDocumentation" : "/**

                  The user data available to the instances.

                  \n@param userData The user data available to the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The user data available to the instances.

                  \n@param userData The user data available to the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The instance type for the instances.

                  ", "name" : "InstanceType", "c2jName" : "InstanceType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The instance type for the instances.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceType", "marshallLocationName" : "InstanceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The instance type for the instances.

                  \n@param instanceType The instance type for the instances.*/", "getterDocumentation" : "/**

                  The instance type for the instances.

                  \n@return The instance type for the instances.*/", "fluentSetterDocumentation" : "/**

                  The instance type for the instances.

                  \n@param instanceType The instance type for the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The instance type for the instances.

                  \n@param instanceType The instance type for the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the kernel associated with the AMI.

                  ", "name" : "KernelId", "c2jName" : "KernelId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the kernel associated with the AMI.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KernelId", "marshallLocationName" : "KernelId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@param kernelId The ID of the kernel associated with the AMI.*/", "getterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@return The ID of the kernel associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the RAM disk associated with the AMI.

                  ", "name" : "RamdiskId", "c2jName" : "RamdiskId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the RAM disk associated with the AMI.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RamdiskId", "marshallLocationName" : "RamdiskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "getterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@return The ID of the RAM disk associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A block device mapping, which specifies the block devices for the instance.

                  ", "name" : "BlockDeviceMappings", "c2jName" : "BlockDeviceMappings", "c2jShape" : "BlockDeviceMappings", "variable" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A block device mapping, which specifies the block devices for the instance.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "BlockDeviceMappings", "marshallLocationName" : "BlockDeviceMappings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "BlockDeviceMapping", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "BlockDeviceMapping", "variable" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "setterModel" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "getterModel" : { "returnType" : "BlockDeviceMapping", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "BlockDeviceMapping", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n@param blockDeviceMappings A block device mapping, which specifies the block devices for the instance.*/", "getterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n@return A block device mapping, which specifies the block devices for the instance.*/", "fluentSetterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n@param blockDeviceMappings A block device mapping, which specifies the block devices for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n

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

                  \n@param blockDeviceMappings A block device mapping, which specifies the block devices for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "InstanceMonitoring", "c2jName" : "InstanceMonitoring", "c2jShape" : "InstanceMonitoring", "variable" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "

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

                  ", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "setterModel" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceMonitoring", "marshallLocationName" : "InstanceMonitoring", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed monitoring.*/", "getterDocumentation" : "/**

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

                  \n@return Controls whether instances in this group are launched with detailed monitoring.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The price to bid when launching Spot Instances.

                  ", "name" : "SpotPrice", "c2jName" : "SpotPrice", "c2jShape" : "SpotPrice", "variable" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The price to bid when launching Spot Instances.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SpotPrice", "marshallLocationName" : "SpotPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@param spotPrice The price to bid when launching Spot Instances.*/", "getterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@return The price to bid when launching Spot Instances.*/", "fluentSetterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@param spotPrice The price to bid when launching Spot Instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@param spotPrice The price to bid when launching Spot Instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "IamInstanceProfile", "c2jName" : "IamInstanceProfile", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamInstanceProfile", "marshallLocationName" : "IamInstanceProfile", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param iamInstanceProfile The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.*/", "getterDocumentation" : "/**

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

                  \n@return The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param iamInstanceProfile The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param iamInstanceProfile The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The creation date and time for the launch configuration.

                  ", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The creation date and time for the launch configuration.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@param createdTime The creation date and time for the launch configuration.*/", "getterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@return The creation date and time for the launch configuration.*/", "fluentSetterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@param createdTime The creation date and time for the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@param createdTime The creation date and time for the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "EbsOptimized", "c2jName" : "EbsOptimized", "c2jShape" : "EbsOptimized", "variable" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EbsOptimized", "marshallLocationName" : "EbsOptimized", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param ebsOptimized Controls whether the instance is optimized for EBS I/O (true) or not (false).*/", "getterDocumentation" : "/**

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

                  \n@return Controls whether the instance is optimized for EBS I/O (true) or not (false).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param ebsOptimized Controls whether the instance is optimized for EBS I/O (true) or not (false).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param ebsOptimized Controls whether the instance is optimized for EBS I/O (true) or not (false).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  ", "name" : "AssociatePublicIpAddress", "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "variable" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociatePublicIpAddress", "marshallLocationName" : "AssociatePublicIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@param associatePublicIpAddress [EC2-VPC] Indicates whether to assign a public IP address to each instance.*/", "getterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@return [EC2-VPC] Indicates whether to assign a public IP address to each instance.*/", "fluentSetterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@param associatePublicIpAddress [EC2-VPC] Indicates whether to assign a public IP address to each instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@param associatePublicIpAddress [EC2-VPC] Indicates whether to assign a public IP address to each instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "PlacementTenancy", "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementTenancy", "marshallLocationName" : "PlacementTenancy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param placementTenancy The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.*/", "getterDocumentation" : "/**

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

                  \n@return The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param placementTenancy The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param placementTenancy The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "launchConfiguration", "variableType" : "LaunchConfiguration", "variableDeclarationType" : "LaunchConfiguration", "documentation" : null, "simpleType" : "LaunchConfiguration", "variableSetterType" : "LaunchConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PlacementTenancy" : { "documentation" : "

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

                  ", "name" : "PlacementTenancy", "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementTenancy", "marshallLocationName" : "PlacementTenancy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param placementTenancy The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.*/", "getterDocumentation" : "/**

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

                  \n@return The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param placementTenancy The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param placementTenancy The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroups" : { "documentation" : "

                  The security groups to associate with the instances.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The security groups to associate with the instances.

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

                  The security groups to associate with the instances.

                  \n@param securityGroups The security groups to associate with the instances.*/", "getterDocumentation" : "/**

                  The security groups to associate with the instances.

                  \n@return The security groups to associate with the instances.*/", "fluentSetterDocumentation" : "/**

                  The security groups to associate with the instances.

                  \n@param securityGroups The security groups to associate with the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The security groups to associate with the instances.

                  \n

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

                  \n@param securityGroups The security groups to associate with the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchConfigurationName" : { "documentation" : "

                  The name of the launch configuration.

                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the launch configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@param launchConfigurationName The name of the launch configuration.*/", "getterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@return The name of the launch configuration.*/", "fluentSetterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the launch configuration.

                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedTime" : { "documentation" : "

                  The creation date and time for the launch configuration.

                  ", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The creation date and time for the launch configuration.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@param createdTime The creation date and time for the launch configuration.*/", "getterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@return The creation date and time for the launch configuration.*/", "fluentSetterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@param createdTime The creation date and time for the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The creation date and time for the launch configuration.

                  \n@param createdTime The creation date and time for the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchConfigurationARN" : { "documentation" : "

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

                  ", "name" : "LaunchConfigurationARN", "c2jName" : "LaunchConfigurationARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationARN", "marshallLocationName" : "LaunchConfigurationARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.*/", "getterDocumentation" : "/**

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

                  \n@return The Amazon Resource Name (ARN) of the launch configuration.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserData" : { "documentation" : "

                  The user data available to the instances.

                  ", "name" : "UserData", "c2jName" : "UserData", "c2jShape" : "XmlStringUserData", "variable" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The user data available to the instances.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserData", "marshallLocationName" : "UserData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The user data available to the instances.

                  \n@param userData The user data available to the instances.*/", "getterDocumentation" : "/**

                  The user data available to the instances.

                  \n@return The user data available to the instances.*/", "fluentSetterDocumentation" : "/**

                  The user data available to the instances.

                  \n@param userData The user data available to the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The user data available to the instances.

                  \n@param userData The user data available to the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClassicLinkVPCSecurityGroups" : { "documentation" : "

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  ", "name" : "ClassicLinkVPCSecurityGroups", "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "variable" : { "variableName" : "classicLinkVPCSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

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

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@return The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n

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

                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BlockDeviceMappings" : { "documentation" : "

                  A block device mapping, which specifies the block devices for the instance.

                  ", "name" : "BlockDeviceMappings", "c2jName" : "BlockDeviceMappings", "c2jShape" : "BlockDeviceMappings", "variable" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A block device mapping, which specifies the block devices for the instance.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "BlockDeviceMappings", "marshallLocationName" : "BlockDeviceMappings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "BlockDeviceMapping", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "BlockDeviceMapping", "variable" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "setterModel" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "getterModel" : { "returnType" : "BlockDeviceMapping", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "BlockDeviceMapping", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n@param blockDeviceMappings A block device mapping, which specifies the block devices for the instance.*/", "getterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n@return A block device mapping, which specifies the block devices for the instance.*/", "fluentSetterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n@param blockDeviceMappings A block device mapping, which specifies the block devices for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A block device mapping, which specifies the block devices for the instance.

                  \n

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

                  \n@param blockDeviceMappings A block device mapping, which specifies the block devices for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IamInstanceProfile" : { "documentation" : "

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

                  ", "name" : "IamInstanceProfile", "c2jName" : "IamInstanceProfile", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamInstanceProfile", "marshallLocationName" : "IamInstanceProfile", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param iamInstanceProfile The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.*/", "getterDocumentation" : "/**

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

                  \n@return The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param iamInstanceProfile The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param iamInstanceProfile The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KernelId" : { "documentation" : "

                  The ID of the kernel associated with the AMI.

                  ", "name" : "KernelId", "c2jName" : "KernelId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the kernel associated with the AMI.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KernelId", "marshallLocationName" : "KernelId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@param kernelId The ID of the kernel associated with the AMI.*/", "getterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@return The ID of the kernel associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the kernel associated with the AMI.

                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AssociatePublicIpAddress" : { "documentation" : "

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  ", "name" : "AssociatePublicIpAddress", "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "variable" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociatePublicIpAddress", "marshallLocationName" : "AssociatePublicIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@param associatePublicIpAddress [EC2-VPC] Indicates whether to assign a public IP address to each instance.*/", "getterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@return [EC2-VPC] Indicates whether to assign a public IP address to each instance.*/", "fluentSetterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@param associatePublicIpAddress [EC2-VPC] Indicates whether to assign a public IP address to each instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                  \n@param associatePublicIpAddress [EC2-VPC] Indicates whether to assign a public IP address to each instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClassicLinkVPCId" : { "documentation" : "

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  ", "name" : "ClassicLinkVPCId", "c2jName" : "ClassicLinkVPCId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClassicLinkVPCId", "marshallLocationName" : "ClassicLinkVPCId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@return The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EbsOptimized" : { "documentation" : "

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

                  ", "name" : "EbsOptimized", "c2jName" : "EbsOptimized", "c2jShape" : "EbsOptimized", "variable" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EbsOptimized", "marshallLocationName" : "EbsOptimized", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param ebsOptimized Controls whether the instance is optimized for EBS I/O (true) or not (false).*/", "getterDocumentation" : "/**

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

                  \n@return Controls whether the instance is optimized for EBS I/O (true) or not (false).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param ebsOptimized Controls whether the instance is optimized for EBS I/O (true) or not (false).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param ebsOptimized Controls whether the instance is optimized for EBS I/O (true) or not (false).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KeyName" : { "documentation" : "

                  The name of the key pair.

                  ", "name" : "KeyName", "c2jName" : "KeyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the key pair.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyName", "marshallLocationName" : "KeyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the key pair.

                  \n@param keyName The name of the key pair.*/", "getterDocumentation" : "/**

                  The name of the key pair.

                  \n@return The name of the key pair.*/", "fluentSetterDocumentation" : "/**

                  The name of the key pair.

                  \n@param keyName The name of the key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the key pair.

                  \n@param keyName The name of the key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RamdiskId" : { "documentation" : "

                  The ID of the RAM disk associated with the AMI.

                  ", "name" : "RamdiskId", "c2jName" : "RamdiskId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the RAM disk associated with the AMI.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RamdiskId", "marshallLocationName" : "RamdiskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "getterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@return The ID of the RAM disk associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the RAM disk associated with the AMI.

                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SpotPrice" : { "documentation" : "

                  The price to bid when launching Spot Instances.

                  ", "name" : "SpotPrice", "c2jName" : "SpotPrice", "c2jShape" : "SpotPrice", "variable" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The price to bid when launching Spot Instances.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SpotPrice", "marshallLocationName" : "SpotPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@param spotPrice The price to bid when launching Spot Instances.*/", "getterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@return The price to bid when launching Spot Instances.*/", "fluentSetterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@param spotPrice The price to bid when launching Spot Instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The price to bid when launching Spot Instances.

                  \n@param spotPrice The price to bid when launching Spot Instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ImageId" : { "documentation" : "

                  The ID of the Amazon Machine Image (AMI).

                  ", "name" : "ImageId", "c2jName" : "ImageId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the Amazon Machine Image (AMI).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImageId", "marshallLocationName" : "ImageId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@param imageId The ID of the Amazon Machine Image (AMI).*/", "getterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@return The ID of the Amazon Machine Image (AMI).*/", "fluentSetterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@param imageId The ID of the Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the Amazon Machine Image (AMI).

                  \n@param imageId The ID of the Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceType" : { "documentation" : "

                  The instance type for the instances.

                  ", "name" : "InstanceType", "c2jName" : "InstanceType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The instance type for the instances.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceType", "marshallLocationName" : "InstanceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The instance type for the instances.

                  \n@param instanceType The instance type for the instances.*/", "getterDocumentation" : "/**

                  The instance type for the instances.

                  \n@return The instance type for the instances.*/", "fluentSetterDocumentation" : "/**

                  The instance type for the instances.

                  \n@param instanceType The instance type for the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The instance type for the instances.

                  \n@param instanceType The instance type for the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceMonitoring" : { "documentation" : "

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

                  ", "name" : "InstanceMonitoring", "c2jName" : "InstanceMonitoring", "c2jShape" : "InstanceMonitoring", "variable" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "

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

                  ", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "setterModel" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceMonitoring", "marshallLocationName" : "InstanceMonitoring", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed monitoring.*/", "getterDocumentation" : "/**

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

                  \n@return Controls whether instances in this group are launched with detailed monitoring.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribePoliciesRequest" : { "c2jName" : "DescribePoliciesType", "documentation" : "", "shapeName" : "DescribePoliciesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the group.

                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                  The name of the group.

                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

                  \n@param policyNames One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.*/", "getterDocumentation" : "/**

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

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

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

                  \n@param policyNames One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

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

                  \n@param policyNames One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  ", "name" : "PolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "variable" : { "variableName" : "policyTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

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

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n@param policyTypes One or more policy types. Valid values are SimpleScaling and StepScaling.*/", "getterDocumentation" : "/**

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n@return One or more policy types. Valid values are SimpleScaling and StepScaling.*/", "fluentSetterDocumentation" : "/**

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n@param policyTypes One or more policy types. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n

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

                  \n@param policyTypes One or more policy types. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param maxRecords The maximum number of items to be returned with each call.*/", "getterDocumentation" : "/**

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

                  \n@return The maximum number of items to be returned with each call.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param maxRecords The maximum number of items to be returned with each call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param maxRecords The maximum number of items to be returned with each call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describePoliciesRequest", "variableType" : "DescribePoliciesRequest", "variableDeclarationType" : "DescribePoliciesRequest", "documentation" : null, "simpleType" : "DescribePoliciesRequest", "variableSetterType" : "DescribePoliciesRequest" }, "marshaller" : { "action" : "DescribePolicies", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyNames" : { "documentation" : "

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

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

                  \n@param policyNames One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.*/", "getterDocumentation" : "/**

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

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

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

                  \n@param policyNames One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

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

                  \n@param policyNames One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyTypes" : { "documentation" : "

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  ", "name" : "PolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "variable" : { "variableName" : "policyTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

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

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n@param policyTypes One or more policy types. Valid values are SimpleScaling and StepScaling.*/", "getterDocumentation" : "/**

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n@return One or more policy types. Valid values are SimpleScaling and StepScaling.*/", "fluentSetterDocumentation" : "/**

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n@param policyTypes One or more policy types. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more policy types. Valid values are SimpleScaling and StepScaling.

                  \n

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

                  \n@param policyTypes One or more policy types. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                  The name of the group.

                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                  The name of the group.

                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

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

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param maxRecords The maximum number of items to be returned with each call.*/", "getterDocumentation" : "/**

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

                  \n@return The maximum number of items to be returned with each call.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param maxRecords The maximum number of items to be returned with each call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param maxRecords The maximum number of items to be returned with each call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceInUseException" : { "c2jName" : "ResourceInUseFault", "documentation" : "

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

                  ", "shapeName" : "ResourceInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "variableDeclarationType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAutoScalingInstancesRequest" : { "c2jName" : "DescribeAutoScalingInstancesType", "documentation" : "", "shapeName" : "DescribeAutoScalingInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

                  \n@param instanceIds The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.*/", "getterDocumentation" : "/**

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

                  \n@return The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param instanceIds The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

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

                  \n@param instanceIds The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The maximum number of items to return with this call.

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of items to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAutoScalingInstancesRequest", "variableType" : "DescribeAutoScalingInstancesRequest", "variableDeclarationType" : "DescribeAutoScalingInstancesRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingInstancesRequest", "variableSetterType" : "DescribeAutoScalingInstancesRequest" }, "marshaller" : { "action" : "DescribeAutoScalingInstances", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

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

                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

                  \n@param instanceIds The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.*/", "getterDocumentation" : "/**

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

                  \n@return The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param instanceIds The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

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

                  \n@param instanceIds The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                  The maximum number of items to return with this call.

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of items to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetInstanceHealthResult" : { "c2jName" : "SetInstanceHealthResult", "documentation" : null, "shapeName" : "SetInstanceHealthResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setInstanceHealthResult", "variableType" : "SetInstanceHealthResult", "variableDeclarationType" : "SetInstanceHealthResult", "documentation" : null, "simpleType" : "SetInstanceHealthResult", "variableSetterType" : "SetInstanceHealthResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTerminationPolicyTypesRequest" : { "c2jName" : "DescribeTerminationPolicyTypesRequest", "documentation" : null, "shapeName" : "DescribeTerminationPolicyTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeTerminationPolicyTypesRequest", "variableType" : "DescribeTerminationPolicyTypesRequest", "variableDeclarationType" : "DescribeTerminationPolicyTypesRequest", "documentation" : null, "simpleType" : "DescribeTerminationPolicyTypesRequest", "variableSetterType" : "DescribeTerminationPolicyTypesRequest" }, "marshaller" : { "action" : "DescribeTerminationPolicyTypes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AutoScalingGroup" : { "c2jName" : "AutoScalingGroup", "documentation" : "

                  Describes an Auto Scaling group.

                  ", "shapeName" : "AutoScalingGroup", "deprecated" : false, "required" : [ "AutoScalingGroupName", "MinSize", "MaxSize", "DesiredCapacity", "DefaultCooldown", "AvailabilityZones", "HealthCheckType", "CreatedTime" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the group.

                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                  The name of the group.

                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The Amazon Resource Name (ARN) of the group.

                  ", "name" : "AutoScalingGroupARN", "c2jName" : "AutoScalingGroupARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupARN", "marshallLocationName" : "AutoScalingGroupARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the group.

                  \n@param autoScalingGroupARN The Amazon Resource Name (ARN) of the group.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the group.

                  \n@return The Amazon Resource Name (ARN) of the group.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the group.

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

                  The Amazon Resource Name (ARN) of the group.

                  \n@param autoScalingGroupARN The Amazon Resource Name (ARN) of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the associated launch configuration.

                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the associated launch configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@param launchConfigurationName The name of the associated launch configuration.*/", "getterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@return The name of the associated launch configuration.*/", "fluentSetterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@param launchConfigurationName The name of the associated launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@param launchConfigurationName The name of the associated launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The minimum size of the group.

                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The minimum size of the group.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The minimum size of the group.

                  \n@param minSize The minimum size of the group.*/", "getterDocumentation" : "/**

                  The minimum size of the group.

                  \n@return The minimum size of the group.*/", "fluentSetterDocumentation" : "/**

                  The minimum size of the group.

                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The minimum size of the group.

                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The maximum size of the group.

                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum size of the group.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The maximum size of the group.

                  \n@param maxSize The maximum size of the group.*/", "getterDocumentation" : "/**

                  The maximum size of the group.

                  \n@return The maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                  The maximum size of the group.

                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum size of the group.

                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The desired size of the group.

                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The desired size of the group.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The desired size of the group.

                  \n@param desiredCapacity The desired size of the group.*/", "getterDocumentation" : "/**

                  The desired size of the group.

                  \n@return The desired size of the group.*/", "fluentSetterDocumentation" : "/**

                  The desired size of the group.

                  \n@param desiredCapacity The desired size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The desired size of the group.

                  \n@param desiredCapacity The desired size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "DefaultCooldown", "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCooldown", "marshallLocationName" : "DefaultCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.*/", "getterDocumentation" : "/**

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

                  \n@return The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  One or more Availability Zones for the group.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more Availability Zones for the group.

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

                  One or more Availability Zones for the group.

                  \n@param availabilityZones One or more Availability Zones for the group.*/", "getterDocumentation" : "/**

                  One or more Availability Zones for the group.

                  \n@return One or more Availability Zones for the group.*/", "fluentSetterDocumentation" : "/**

                  One or more Availability Zones for the group.

                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more Availability Zones for the group.

                  \n

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

                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  One or more load balancers associated with the group.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more load balancers associated with the group.

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

                  One or more load balancers associated with the group.

                  \n@param loadBalancerNames One or more load balancers associated with the group.*/", "getterDocumentation" : "/**

                  One or more load balancers associated with the group.

                  \n@return One or more load balancers associated with the group.*/", "fluentSetterDocumentation" : "/**

                  One or more load balancers associated with the group.

                  \n@param loadBalancerNames One or more load balancers associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more load balancers associated with the group.

                  \n

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

                  \n@param loadBalancerNames One or more load balancers associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "HealthCheckType", "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckType", "marshallLocationName" : "HealthCheckType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.*/", "getterDocumentation" : "/**

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

                  \n@return The service to use for the health checks. The valid values are EC2 and ELB.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  ", "name" : "HealthCheckGracePeriod", "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "variable" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckGracePeriod", "marshallLocationName" : "HealthCheckGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.*/", "getterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@return The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.*/", "fluentSetterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The EC2 instances associated with the group.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The EC2 instances associated with the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Instances", "marshallLocationName" : "Instances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Instance", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Instance", "variable" : { "variableName" : "member", "variableType" : "Instance", "variableDeclarationType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "setterModel" : { "variableName" : "member", "variableType" : "Instance", "variableDeclarationType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "getterModel" : { "returnType" : "Instance", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Instance", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n@param instances The EC2 instances associated with the group.*/", "getterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n@return The EC2 instances associated with the group.*/", "fluentSetterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n@param instances The EC2 instances associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n

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

                  \n@param instances The EC2 instances associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The date and time the group was created.

                  ", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The date and time the group was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The date and time the group was created.

                  \n@param createdTime The date and time the group was created.*/", "getterDocumentation" : "/**

                  The date and time the group was created.

                  \n@return The date and time the group was created.*/", "fluentSetterDocumentation" : "/**

                  The date and time the group was created.

                  \n@param createdTime The date and time the group was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The date and time the group was created.

                  \n@param createdTime The date and time the group was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The suspended processes associated with the group.

                  ", "name" : "SuspendedProcesses", "c2jName" : "SuspendedProcesses", "c2jShape" : "SuspendedProcesses", "variable" : { "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The suspended processes associated with the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SuspendedProcesses", "marshallLocationName" : "SuspendedProcesses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SuspendedProcess", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SuspendedProcess", "variable" : { "variableName" : "member", "variableType" : "SuspendedProcess", "variableDeclarationType" : "SuspendedProcess", "documentation" : "", "simpleType" : "SuspendedProcess", "variableSetterType" : "SuspendedProcess" }, "setterModel" : { "variableName" : "member", "variableType" : "SuspendedProcess", "variableDeclarationType" : "SuspendedProcess", "documentation" : "", "simpleType" : "SuspendedProcess", "variableSetterType" : "SuspendedProcess" }, "getterModel" : { "returnType" : "SuspendedProcess", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SuspendedProcess", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n@param suspendedProcesses The suspended processes associated with the group.*/", "getterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n@return The suspended processes associated with the group.*/", "fluentSetterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n@param suspendedProcesses The suspended processes associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n

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

                  \n@param suspendedProcesses The suspended processes associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  ", "name" : "PlacementGroup", "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementGroup", "marshallLocationName" : "PlacementGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@return The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                  ", "name" : "VPCZoneIdentifier", "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCZoneIdentifier", "marshallLocationName" : "VPCZoneIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                  \n@param vPCZoneIdentifier One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.*/", "getterDocumentation" : "/**

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

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

                  \n@return One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.*/", "fluentSetterDocumentation" : "/**

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

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

                  \n@param vPCZoneIdentifier One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                  \n@param vPCZoneIdentifier One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The metrics enabled for the group.

                  ", "name" : "EnabledMetrics", "c2jName" : "EnabledMetrics", "c2jShape" : "EnabledMetrics", "variable" : { "variableName" : "enabledMetrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The metrics enabled for the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "enabledMetrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnabledMetrics", "marshallLocationName" : "EnabledMetrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EnabledMetric", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EnabledMetric", "variable" : { "variableName" : "member", "variableType" : "EnabledMetric", "variableDeclarationType" : "EnabledMetric", "documentation" : "", "simpleType" : "EnabledMetric", "variableSetterType" : "EnabledMetric" }, "setterModel" : { "variableName" : "member", "variableType" : "EnabledMetric", "variableDeclarationType" : "EnabledMetric", "documentation" : "", "simpleType" : "EnabledMetric", "variableSetterType" : "EnabledMetric" }, "getterModel" : { "returnType" : "EnabledMetric", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EnabledMetric", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n@param enabledMetrics The metrics enabled for the group.*/", "getterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n@return The metrics enabled for the group.*/", "fluentSetterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n@param enabledMetrics The metrics enabled for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n

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

                  \n@param enabledMetrics The metrics enabled for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@param status The current state of the group when DeleteAutoScalingGroup is in progress.*/", "getterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@return The current state of the group when DeleteAutoScalingGroup is in progress.*/", "fluentSetterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@param status The current state of the group when DeleteAutoScalingGroup is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@param status The current state of the group when DeleteAutoScalingGroup is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The tags for the group.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagDescriptionList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The tags for the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TagDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagDescription", "variable" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "TagDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The tags for the group.

                  \n@param tags The tags for the group.*/", "getterDocumentation" : "/**

                  The tags for the group.

                  \n@return The tags for the group.*/", "fluentSetterDocumentation" : "/**

                  The tags for the group.

                  \n@param tags The tags for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The tags for the group.

                  \n

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

                  \n@param tags The tags for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The termination policies for the group.

                  ", "name" : "TerminationPolicies", "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The termination policies for the group.

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

                  The termination policies for the group.

                  \n@param terminationPolicies The termination policies for the group.*/", "getterDocumentation" : "/**

                  The termination policies for the group.

                  \n@return The termination policies for the group.*/", "fluentSetterDocumentation" : "/**

                  The termination policies for the group.

                  \n@param terminationPolicies The termination policies for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The termination policies for the group.

                  \n

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

                  \n@param terminationPolicies The termination policies for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  ", "name" : "NewInstancesProtectedFromScaleIn", "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@return Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "autoScalingGroup", "variableType" : "AutoScalingGroup", "variableDeclarationType" : "AutoScalingGroup", "documentation" : null, "simpleType" : "AutoScalingGroup", "variableSetterType" : "AutoScalingGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerNames" : { "documentation" : "

                  One or more load balancers associated with the group.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more load balancers associated with the group.

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

                  One or more load balancers associated with the group.

                  \n@param loadBalancerNames One or more load balancers associated with the group.*/", "getterDocumentation" : "/**

                  One or more load balancers associated with the group.

                  \n@return One or more load balancers associated with the group.*/", "fluentSetterDocumentation" : "/**

                  One or more load balancers associated with the group.

                  \n@param loadBalancerNames One or more load balancers associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more load balancers associated with the group.

                  \n

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

                  \n@param loadBalancerNames One or more load balancers associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@param status The current state of the group when DeleteAutoScalingGroup is in progress.*/", "getterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@return The current state of the group when DeleteAutoScalingGroup is in progress.*/", "fluentSetterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@param status The current state of the group when DeleteAutoScalingGroup is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The current state of the group when DeleteAutoScalingGroup is in progress.

                  \n@param status The current state of the group when DeleteAutoScalingGroup is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchConfigurationName" : { "documentation" : "

                  The name of the associated launch configuration.

                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the associated launch configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@param launchConfigurationName The name of the associated launch configuration.*/", "getterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@return The name of the associated launch configuration.*/", "fluentSetterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@param launchConfigurationName The name of the associated launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the associated launch configuration.

                  \n@param launchConfigurationName The name of the associated launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedTime" : { "documentation" : "

                  The date and time the group was created.

                  ", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The date and time the group was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The date and time the group was created.

                  \n@param createdTime The date and time the group was created.*/", "getterDocumentation" : "/**

                  The date and time the group was created.

                  \n@return The date and time the group was created.*/", "fluentSetterDocumentation" : "/**

                  The date and time the group was created.

                  \n@param createdTime The date and time the group was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The date and time the group was created.

                  \n@param createdTime The date and time the group was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SuspendedProcesses" : { "documentation" : "

                  The suspended processes associated with the group.

                  ", "name" : "SuspendedProcesses", "c2jName" : "SuspendedProcesses", "c2jShape" : "SuspendedProcesses", "variable" : { "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The suspended processes associated with the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SuspendedProcesses", "marshallLocationName" : "SuspendedProcesses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SuspendedProcess", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SuspendedProcess", "variable" : { "variableName" : "member", "variableType" : "SuspendedProcess", "variableDeclarationType" : "SuspendedProcess", "documentation" : "", "simpleType" : "SuspendedProcess", "variableSetterType" : "SuspendedProcess" }, "setterModel" : { "variableName" : "member", "variableType" : "SuspendedProcess", "variableDeclarationType" : "SuspendedProcess", "documentation" : "", "simpleType" : "SuspendedProcess", "variableSetterType" : "SuspendedProcess" }, "getterModel" : { "returnType" : "SuspendedProcess", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SuspendedProcess", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n@param suspendedProcesses The suspended processes associated with the group.*/", "getterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n@return The suspended processes associated with the group.*/", "fluentSetterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n@param suspendedProcesses The suspended processes associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The suspended processes associated with the group.

                  \n

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

                  \n@param suspendedProcesses The suspended processes associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupARN" : { "documentation" : "

                  The Amazon Resource Name (ARN) of the group.

                  ", "name" : "AutoScalingGroupARN", "c2jName" : "AutoScalingGroupARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupARN", "marshallLocationName" : "AutoScalingGroupARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the group.

                  \n@param autoScalingGroupARN The Amazon Resource Name (ARN) of the group.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the group.

                  \n@return The Amazon Resource Name (ARN) of the group.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the group.

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

                  The Amazon Resource Name (ARN) of the group.

                  \n@param autoScalingGroupARN The Amazon Resource Name (ARN) of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

                  One or more Availability Zones for the group.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more Availability Zones for the group.

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

                  One or more Availability Zones for the group.

                  \n@param availabilityZones One or more Availability Zones for the group.*/", "getterDocumentation" : "/**

                  One or more Availability Zones for the group.

                  \n@return One or more Availability Zones for the group.*/", "fluentSetterDocumentation" : "/**

                  One or more Availability Zones for the group.

                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more Availability Zones for the group.

                  \n

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

                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DesiredCapacity" : { "documentation" : "

                  The desired size of the group.

                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The desired size of the group.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The desired size of the group.

                  \n@param desiredCapacity The desired size of the group.*/", "getterDocumentation" : "/**

                  The desired size of the group.

                  \n@return The desired size of the group.*/", "fluentSetterDocumentation" : "/**

                  The desired size of the group.

                  \n@param desiredCapacity The desired size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The desired size of the group.

                  \n@param desiredCapacity The desired size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckGracePeriod" : { "documentation" : "

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  ", "name" : "HealthCheckGracePeriod", "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "variable" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckGracePeriod", "marshallLocationName" : "HealthCheckGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.*/", "getterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@return The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.*/", "fluentSetterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxSize" : { "documentation" : "

                  The maximum size of the group.

                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum size of the group.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The maximum size of the group.

                  \n@param maxSize The maximum size of the group.*/", "getterDocumentation" : "/**

                  The maximum size of the group.

                  \n@return The maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                  The maximum size of the group.

                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum size of the group.

                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewInstancesProtectedFromScaleIn" : { "documentation" : "

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  ", "name" : "NewInstancesProtectedFromScaleIn", "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@return Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Instances" : { "documentation" : "

                  The EC2 instances associated with the group.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The EC2 instances associated with the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Instances", "marshallLocationName" : "Instances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Instance", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Instance", "variable" : { "variableName" : "member", "variableType" : "Instance", "variableDeclarationType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "setterModel" : { "variableName" : "member", "variableType" : "Instance", "variableDeclarationType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "getterModel" : { "returnType" : "Instance", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Instance", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n@param instances The EC2 instances associated with the group.*/", "getterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n@return The EC2 instances associated with the group.*/", "fluentSetterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n@param instances The EC2 instances associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The EC2 instances associated with the group.

                  \n

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

                  \n@param instances The EC2 instances associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EnabledMetrics" : { "documentation" : "

                  The metrics enabled for the group.

                  ", "name" : "EnabledMetrics", "c2jName" : "EnabledMetrics", "c2jShape" : "EnabledMetrics", "variable" : { "variableName" : "enabledMetrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The metrics enabled for the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "enabledMetrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnabledMetrics", "marshallLocationName" : "EnabledMetrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EnabledMetric", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EnabledMetric", "variable" : { "variableName" : "member", "variableType" : "EnabledMetric", "variableDeclarationType" : "EnabledMetric", "documentation" : "", "simpleType" : "EnabledMetric", "variableSetterType" : "EnabledMetric" }, "setterModel" : { "variableName" : "member", "variableType" : "EnabledMetric", "variableDeclarationType" : "EnabledMetric", "documentation" : "", "simpleType" : "EnabledMetric", "variableSetterType" : "EnabledMetric" }, "getterModel" : { "returnType" : "EnabledMetric", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EnabledMetric", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n@param enabledMetrics The metrics enabled for the group.*/", "getterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n@return The metrics enabled for the group.*/", "fluentSetterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n@param enabledMetrics The metrics enabled for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The metrics enabled for the group.

                  \n

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

                  \n@param enabledMetrics The metrics enabled for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinSize" : { "documentation" : "

                  The minimum size of the group.

                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The minimum size of the group.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The minimum size of the group.

                  \n@param minSize The minimum size of the group.*/", "getterDocumentation" : "/**

                  The minimum size of the group.

                  \n@return The minimum size of the group.*/", "fluentSetterDocumentation" : "/**

                  The minimum size of the group.

                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The minimum size of the group.

                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultCooldown" : { "documentation" : "

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

                  ", "name" : "DefaultCooldown", "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCooldown", "marshallLocationName" : "DefaultCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.*/", "getterDocumentation" : "/**

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

                  \n@return The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TerminationPolicies" : { "documentation" : "

                  The termination policies for the group.

                  ", "name" : "TerminationPolicies", "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The termination policies for the group.

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

                  The termination policies for the group.

                  \n@param terminationPolicies The termination policies for the group.*/", "getterDocumentation" : "/**

                  The termination policies for the group.

                  \n@return The termination policies for the group.*/", "fluentSetterDocumentation" : "/**

                  The termination policies for the group.

                  \n@param terminationPolicies The termination policies for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The termination policies for the group.

                  \n

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

                  \n@param terminationPolicies The termination policies for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                  The name of the group.

                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                  The name of the group.

                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the group.

                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPCZoneIdentifier" : { "documentation" : "

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

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

                  ", "name" : "VPCZoneIdentifier", "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCZoneIdentifier", "marshallLocationName" : "VPCZoneIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                  \n@param vPCZoneIdentifier One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.*/", "getterDocumentation" : "/**

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

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

                  \n@return One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.*/", "fluentSetterDocumentation" : "/**

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

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

                  \n@param vPCZoneIdentifier One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                  \n@param vPCZoneIdentifier One or more subnet IDs, if applicable, separated by commas.

                  If you specify VPCZoneIdentifier and AvailabilityZones, ensure that the Availability Zones of the subnets match the values for AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlacementGroup" : { "documentation" : "

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  ", "name" : "PlacementGroup", "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementGroup", "marshallLocationName" : "PlacementGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@return The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckType" : { "documentation" : "

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

                  ", "name" : "HealthCheckType", "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckType", "marshallLocationName" : "HealthCheckType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.*/", "getterDocumentation" : "/**

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

                  \n@return The service to use for the health checks. The valid values are EC2 and ELB.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                  The tags for the group.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagDescriptionList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The tags for the group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TagDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagDescription", "variable" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "TagDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The tags for the group.

                  \n@param tags The tags for the group.*/", "getterDocumentation" : "/**

                  The tags for the group.

                  \n@return The tags for the group.*/", "fluentSetterDocumentation" : "/**

                  The tags for the group.

                  \n@param tags The tags for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The tags for the group.

                  \n

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

                  \n@param tags The tags for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MetricGranularityType" : { "c2jName" : "MetricGranularityType", "documentation" : "

                  Describes a granularity of a metric.

                  ", "shapeName" : "MetricGranularityType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The granularity. The only valid value is 1Minute.

                  ", "name" : "Granularity", "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The granularity. The only valid value is 1Minute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularity", "marshallLocationName" : "Granularity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@param granularity The granularity. The only valid value is 1Minute.*/", "getterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@return The granularity. The only valid value is 1Minute.*/", "fluentSetterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@param granularity The granularity. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@param granularity The granularity. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "metricGranularityType", "variableType" : "MetricGranularityType", "variableDeclarationType" : "MetricGranularityType", "documentation" : null, "simpleType" : "MetricGranularityType", "variableSetterType" : "MetricGranularityType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Granularity" : { "documentation" : "

                  The granularity. The only valid value is 1Minute.

                  ", "name" : "Granularity", "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The granularity. The only valid value is 1Minute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "granularity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularity", "marshallLocationName" : "Granularity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@param granularity The granularity. The only valid value is 1Minute.*/", "getterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@return The granularity. The only valid value is 1Minute.*/", "fluentSetterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@param granularity The granularity. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The granularity. The only valid value is 1Minute.

                  \n@param granularity The granularity. The only valid value is 1Minute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteNotificationConfigurationResult" : { "c2jName" : "DeleteNotificationConfigurationResult", "documentation" : null, "shapeName" : "DeleteNotificationConfigurationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteNotificationConfigurationResult", "variableType" : "DeleteNotificationConfigurationResult", "variableDeclarationType" : "DeleteNotificationConfigurationResult", "documentation" : null, "simpleType" : "DeleteNotificationConfigurationResult", "variableSetterType" : "DeleteNotificationConfigurationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateAutoScalingGroupResult" : { "c2jName" : "CreateAutoScalingGroupResult", "documentation" : null, "shapeName" : "CreateAutoScalingGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createAutoScalingGroupResult", "variableType" : "CreateAutoScalingGroupResult", "variableDeclarationType" : "CreateAutoScalingGroupResult", "documentation" : null, "simpleType" : "CreateAutoScalingGroupResult", "variableSetterType" : "CreateAutoScalingGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateLaunchConfigurationResult" : { "c2jName" : "CreateLaunchConfigurationResult", "documentation" : null, "shapeName" : "CreateLaunchConfigurationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createLaunchConfigurationResult", "variableType" : "CreateLaunchConfigurationResult", "variableDeclarationType" : "CreateLaunchConfigurationResult", "documentation" : null, "simpleType" : "CreateLaunchConfigurationResult", "variableSetterType" : "CreateLaunchConfigurationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteTagsRequest" : { "c2jName" : "DeleteTagsType", "documentation" : "", "shapeName" : "DeleteTagsRequest", "deprecated" : false, "required" : [ "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  One or more tags.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more tags.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  One or more tags.

                  \n@param tags One or more tags.*/", "getterDocumentation" : "/**

                  One or more tags.

                  \n@return One or more tags.*/", "fluentSetterDocumentation" : "/**

                  One or more tags.

                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more tags.

                  \n

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

                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "variableDeclarationType" : "DeleteTagsRequest", "documentation" : null, "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "marshaller" : { "action" : "DeleteTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                  One or more tags.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more tags.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  One or more tags.

                  \n@param tags One or more tags.*/", "getterDocumentation" : "/**

                  One or more tags.

                  \n@return One or more tags.*/", "fluentSetterDocumentation" : "/**

                  One or more tags.

                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more tags.

                  \n

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

                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableMetricsCollectionResult" : { "c2jName" : "EnableMetricsCollectionResult", "documentation" : null, "shapeName" : "EnableMetricsCollectionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "enableMetricsCollectionResult", "variableType" : "EnableMetricsCollectionResult", "variableDeclarationType" : "EnableMetricsCollectionResult", "documentation" : null, "simpleType" : "EnableMetricsCollectionResult", "variableSetterType" : "EnableMetricsCollectionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAutoScalingGroupsRequest" : { "c2jName" : "AutoScalingGroupNamesType", "documentation" : "", "shapeName" : "DescribeAutoScalingGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The group names.

                  ", "name" : "AutoScalingGroupNames", "c2jName" : "AutoScalingGroupNames", "c2jShape" : "AutoScalingGroupNames", "variable" : { "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The group names.

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

                  The group names.

                  \n@param autoScalingGroupNames The group names.*/", "getterDocumentation" : "/**

                  The group names.

                  \n@return The group names.*/", "fluentSetterDocumentation" : "/**

                  The group names.

                  \n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The group names.

                  \n

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

                  \n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The maximum number of items to return with this call.

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of items to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAutoScalingGroupsRequest", "variableType" : "DescribeAutoScalingGroupsRequest", "variableDeclarationType" : "DescribeAutoScalingGroupsRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingGroupsRequest", "variableSetterType" : "DescribeAutoScalingGroupsRequest" }, "marshaller" : { "action" : "DescribeAutoScalingGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupNames" : { "documentation" : "

                  The group names.

                  ", "name" : "AutoScalingGroupNames", "c2jName" : "AutoScalingGroupNames", "c2jShape" : "AutoScalingGroupNames", "variable" : { "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The group names.

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

                  The group names.

                  \n@param autoScalingGroupNames The group names.*/", "getterDocumentation" : "/**

                  The group names.

                  \n@return The group names.*/", "fluentSetterDocumentation" : "/**

                  The group names.

                  \n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The group names.

                  \n

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

                  \n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                  The maximum number of items to return with this call.

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of items to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of items to return with this call.

                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableMetricsCollectionResult" : { "c2jName" : "DisableMetricsCollectionResult", "documentation" : null, "shapeName" : "DisableMetricsCollectionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "disableMetricsCollectionResult", "variableType" : "DisableMetricsCollectionResult", "variableDeclarationType" : "DisableMetricsCollectionResult", "documentation" : null, "simpleType" : "DisableMetricsCollectionResult", "variableSetterType" : "DisableMetricsCollectionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EnterStandbyResult" : { "c2jName" : "EnterStandbyAnswer", "documentation" : "", "shapeName" : "EnterStandbyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The activities related to moving instances into Standby mode.

                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The activities related to moving instances into Standby mode.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n@param activities The activities related to moving instances into Standby mode.*/", "getterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n@return The activities related to moving instances into Standby mode.*/", "fluentSetterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n@param activities The activities related to moving instances into Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n

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

                  \n@param activities The activities related to moving instances into Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enterStandbyResult", "variableType" : "EnterStandbyResult", "variableDeclarationType" : "EnterStandbyResult", "documentation" : null, "simpleType" : "EnterStandbyResult", "variableSetterType" : "EnterStandbyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "EnterStandbyResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Activities" : { "documentation" : "

                  The activities related to moving instances into Standby mode.

                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The activities related to moving instances into Standby mode.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n@param activities The activities related to moving instances into Standby mode.*/", "getterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n@return The activities related to moving instances into Standby mode.*/", "fluentSetterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n@param activities The activities related to moving instances into Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The activities related to moving instances into Standby mode.

                  \n

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

                  \n@param activities The activities related to moving instances into Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SuspendProcessesRequest" : { "c2jName" : "ScalingProcessQuery", "documentation" : "", "shapeName" : "SuspendProcessesRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

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

                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  One or more of the following processes:

                  • Launch

                  • Terminate

                  • HealthCheck

                  • ReplaceUnhealthy

                  • AZRebalance

                  • AlarmNotification

                  • ScheduledActions

                  • AddToLoadBalancer

                  ", "name" : "ScalingProcesses", "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "variable" : { "variableName" : "scalingProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more of the following processes:

                  • Launch

                  • Terminate

                  • HealthCheck

                  • ReplaceUnhealthy

                  • AZRebalance

                  • AlarmNotification

                  • ScheduledActions

                  • AddToLoadBalancer

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

                  One or more of the following processes:

                  • Launch

                  • Terminate

                  • HealthCheck

                  • ReplaceUnhealthy

                  • AZRebalance

                  • AlarmNotification

                  • ScheduledActions

                  • AddToLoadBalancer

                  \n@param scalingProcesses One or more of the following processes:

                  • Launch

                  • Terminate

                  • HealthCheck

                  • ReplaceUnhealthy

                  • AZRebalance

                  • AlarmNotification

                  • ScheduledActions

                  • AddToLoadBalancer

                  • */", "getterDocumentation" : "/**

                    One or more of the following processes:

                    • Launch

                    • Terminate

                    • HealthCheck

                    • ReplaceUnhealthy

                    • AZRebalance

                    • AlarmNotification

                    • ScheduledActions

                    • AddToLoadBalancer

                    \n@return One or more of the following processes:

                    • Launch

                    • Terminate

                    • HealthCheck

                    • ReplaceUnhealthy

                    • AZRebalance

                    • AlarmNotification

                    • ScheduledActions

                    • AddToLoadBalancer

                    • */", "fluentSetterDocumentation" : "/**

                      One or more of the following processes:

                      • Launch

                      • Terminate

                      • HealthCheck

                      • ReplaceUnhealthy

                      • AZRebalance

                      • AlarmNotification

                      • ScheduledActions

                      • AddToLoadBalancer

                      \n@param scalingProcesses One or more of the following processes:

                      • Launch

                      • Terminate

                      • HealthCheck

                      • ReplaceUnhealthy

                      • AZRebalance

                      • AlarmNotification

                      • ScheduledActions

                      • AddToLoadBalancer

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

                        One or more of the following processes:

                        • Launch

                        • Terminate

                        • HealthCheck

                        • ReplaceUnhealthy

                        • AZRebalance

                        • AlarmNotification

                        • ScheduledActions

                        • AddToLoadBalancer

                        \n

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

                        \n@param scalingProcesses One or more of the following processes:

                        • Launch

                        • Terminate

                        • HealthCheck

                        • ReplaceUnhealthy

                        • AZRebalance

                        • AlarmNotification

                        • ScheduledActions

                        • AddToLoadBalancer

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "suspendProcessesRequest", "variableType" : "SuspendProcessesRequest", "variableDeclarationType" : "SuspendProcessesRequest", "documentation" : null, "simpleType" : "SuspendProcessesRequest", "variableSetterType" : "SuspendProcessesRequest" }, "marshaller" : { "action" : "SuspendProcesses", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ScalingProcesses" : { "documentation" : "

                          One or more of the following processes:

                          • Launch

                          • Terminate

                          • HealthCheck

                          • ReplaceUnhealthy

                          • AZRebalance

                          • AlarmNotification

                          • ScheduledActions

                          • AddToLoadBalancer

                          ", "name" : "ScalingProcesses", "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "variable" : { "variableName" : "scalingProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          One or more of the following processes:

                          • Launch

                          • Terminate

                          • HealthCheck

                          • ReplaceUnhealthy

                          • AZRebalance

                          • AlarmNotification

                          • ScheduledActions

                          • AddToLoadBalancer

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

                          One or more of the following processes:

                          • Launch

                          • Terminate

                          • HealthCheck

                          • ReplaceUnhealthy

                          • AZRebalance

                          • AlarmNotification

                          • ScheduledActions

                          • AddToLoadBalancer

                          \n@param scalingProcesses One or more of the following processes:

                          • Launch

                          • Terminate

                          • HealthCheck

                          • ReplaceUnhealthy

                          • AZRebalance

                          • AlarmNotification

                          • ScheduledActions

                          • AddToLoadBalancer

                          • */", "getterDocumentation" : "/**

                            One or more of the following processes:

                            • Launch

                            • Terminate

                            • HealthCheck

                            • ReplaceUnhealthy

                            • AZRebalance

                            • AlarmNotification

                            • ScheduledActions

                            • AddToLoadBalancer

                            \n@return One or more of the following processes:

                            • Launch

                            • Terminate

                            • HealthCheck

                            • ReplaceUnhealthy

                            • AZRebalance

                            • AlarmNotification

                            • ScheduledActions

                            • AddToLoadBalancer

                            • */", "fluentSetterDocumentation" : "/**

                              One or more of the following processes:

                              • Launch

                              • Terminate

                              • HealthCheck

                              • ReplaceUnhealthy

                              • AZRebalance

                              • AlarmNotification

                              • ScheduledActions

                              • AddToLoadBalancer

                              \n@param scalingProcesses One or more of the following processes:

                              • Launch

                              • Terminate

                              • HealthCheck

                              • ReplaceUnhealthy

                              • AZRebalance

                              • AlarmNotification

                              • ScheduledActions

                              • AddToLoadBalancer

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

                                One or more of the following processes:

                                • Launch

                                • Terminate

                                • HealthCheck

                                • ReplaceUnhealthy

                                • AZRebalance

                                • AlarmNotification

                                • ScheduledActions

                                • AddToLoadBalancer

                                \n

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

                                \n@param scalingProcesses One or more of the following processes:

                                • Launch

                                • Terminate

                                • HealthCheck

                                • ReplaceUnhealthy

                                • AZRebalance

                                • AlarmNotification

                                • ScheduledActions

                                • AddToLoadBalancer

                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

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

                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

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

                                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeletePolicyResult" : { "c2jName" : "DeletePolicyResult", "documentation" : null, "shapeName" : "DeletePolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deletePolicyResult", "variableType" : "DeletePolicyResult", "variableDeclarationType" : "DeletePolicyResult", "documentation" : null, "simpleType" : "DeletePolicyResult", "variableSetterType" : "DeletePolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAutoScalingGroupsResult" : { "c2jName" : "AutoScalingGroupsType", "documentation" : "", "shapeName" : "DescribeAutoScalingGroupsResult", "deprecated" : false, "required" : [ "AutoScalingGroups" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The groups.

                                  ", "name" : "AutoScalingGroups", "c2jName" : "AutoScalingGroups", "c2jShape" : "AutoScalingGroups", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The groups.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroups", "marshallLocationName" : "AutoScalingGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AutoScalingGroup", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AutoScalingGroup", "variable" : { "variableName" : "member", "variableType" : "AutoScalingGroup", "variableDeclarationType" : "AutoScalingGroup", "documentation" : "", "simpleType" : "AutoScalingGroup", "variableSetterType" : "AutoScalingGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "AutoScalingGroup", "variableDeclarationType" : "AutoScalingGroup", "documentation" : "", "simpleType" : "AutoScalingGroup", "variableSetterType" : "AutoScalingGroup" }, "getterModel" : { "returnType" : "AutoScalingGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "AutoScalingGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The groups.

                                  \n@param autoScalingGroups The groups.*/", "getterDocumentation" : "/**

                                  The groups.

                                  \n@return The groups.*/", "fluentSetterDocumentation" : "/**

                                  The groups.

                                  \n@param autoScalingGroups The groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The groups.

                                  \n

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

                                  \n@param autoScalingGroups The groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAutoScalingGroupsResult", "variableType" : "DescribeAutoScalingGroupsResult", "variableDeclarationType" : "DescribeAutoScalingGroupsResult", "documentation" : null, "simpleType" : "DescribeAutoScalingGroupsResult", "variableSetterType" : "DescribeAutoScalingGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAutoScalingGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroups" : { "documentation" : "

                                  The groups.

                                  ", "name" : "AutoScalingGroups", "c2jName" : "AutoScalingGroups", "c2jShape" : "AutoScalingGroups", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The groups.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroups", "marshallLocationName" : "AutoScalingGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AutoScalingGroup", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AutoScalingGroup", "variable" : { "variableName" : "member", "variableType" : "AutoScalingGroup", "variableDeclarationType" : "AutoScalingGroup", "documentation" : "", "simpleType" : "AutoScalingGroup", "variableSetterType" : "AutoScalingGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "AutoScalingGroup", "variableDeclarationType" : "AutoScalingGroup", "documentation" : "", "simpleType" : "AutoScalingGroup", "variableSetterType" : "AutoScalingGroup" }, "getterModel" : { "returnType" : "AutoScalingGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "AutoScalingGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The groups.

                                  \n@param autoScalingGroups The groups.*/", "getterDocumentation" : "/**

                                  The groups.

                                  \n@return The groups.*/", "fluentSetterDocumentation" : "/**

                                  The groups.

                                  \n@param autoScalingGroups The groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The groups.

                                  \n

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

                                  \n@param autoScalingGroups The groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ScalingActivityInProgressException" : { "c2jName" : "ScalingActivityInProgressFault", "documentation" : "

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

                                  ", "shapeName" : "ScalingActivityInProgressException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "scalingActivityInProgressException", "variableType" : "ScalingActivityInProgressException", "variableDeclarationType" : "ScalingActivityInProgressException", "documentation" : null, "simpleType" : "ScalingActivityInProgressException", "variableSetterType" : "ScalingActivityInProgressException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ScalingActivityInProgress", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTagsResult" : { "c2jName" : "TagsType", "documentation" : "", "shapeName" : "DescribeTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  One or more tags.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagDescriptionList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  One or more tags.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TagDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagDescription", "variable" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "TagDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  One or more tags.

                                  \n@param tags One or more tags.*/", "getterDocumentation" : "/**

                                  One or more tags.

                                  \n@return One or more tags.*/", "fluentSetterDocumentation" : "/**

                                  One or more tags.

                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  One or more tags.

                                  \n

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

                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTagsResult", "variableType" : "DescribeTagsResult", "variableDeclarationType" : "DescribeTagsResult", "documentation" : null, "simpleType" : "DescribeTagsResult", "variableSetterType" : "DescribeTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeTagsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                  One or more tags.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagDescriptionList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  One or more tags.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TagDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagDescription", "variable" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "TagDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  One or more tags.

                                  \n@param tags One or more tags.*/", "getterDocumentation" : "/**

                                  One or more tags.

                                  \n@return One or more tags.*/", "fluentSetterDocumentation" : "/**

                                  One or more tags.

                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  One or more tags.

                                  \n

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

                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Instance" : { "c2jName" : "Instance", "documentation" : "

                                  Describes an EC2 instance.

                                  ", "shapeName" : "Instance", "deprecated" : false, "required" : [ "InstanceId", "AvailabilityZone", "LifecycleState", "HealthStatus", "LaunchConfigurationName", "ProtectedFromScaleIn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The ID of the instance.

                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Availability Zone in which the instance is running.

                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Availability Zone in which the instance is running.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@param availabilityZone The Availability Zone in which the instance is running.*/", "getterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@return The Availability Zone in which the instance is running.*/", "fluentSetterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@param availabilityZone The Availability Zone in which the instance is running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@param availabilityZone The Availability Zone in which the instance is running.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  ", "name" : "LifecycleState", "c2jName" : "LifecycleState", "c2jShape" : "LifecycleState", "variable" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleState", "marshallLocationName" : "LifecycleState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "LifecycleState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@param lifecycleState A description of the current lifecycle state. Note that the Quarantined state is not used.\n@see LifecycleState*/", "getterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@return A description of the current lifecycle state. Note that the Quarantined state is not used.\n@see LifecycleState*/", "fluentSetterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@param lifecycleState A description of the current lifecycle state. Note that the Quarantined state is not used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleState*/", "varargSetterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@param lifecycleState A description of the current lifecycle state. Note that the Quarantined state is not used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleState*/" }, { "documentation" : "

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

                                  ", "name" : "HealthStatus", "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthStatus", "marshallLocationName" : "HealthStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param healthStatus The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "getterDocumentation" : "/**

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

                                  \n@return The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param healthStatus The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param healthStatus The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The launch configuration associated with the instance.

                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The launch configuration associated with the instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@param launchConfigurationName The launch configuration associated with the instance.*/", "getterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@return The launch configuration associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  ", "name" : "ProtectedFromScaleIn", "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProtectedFromScaleIn", "marshallLocationName" : "ProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instance", "variableType" : "Instance", "variableDeclarationType" : "Instance", "documentation" : null, "simpleType" : "Instance", "variableSetterType" : "Instance" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LaunchConfigurationName" : { "documentation" : "

                                  The launch configuration associated with the instance.

                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The launch configuration associated with the instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@param launchConfigurationName The launch configuration associated with the instance.*/", "getterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@return The launch configuration associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The launch configuration associated with the instance.

                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                  The ID of the instance.

                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProtectedFromScaleIn" : { "documentation" : "

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  ", "name" : "ProtectedFromScaleIn", "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProtectedFromScaleIn", "marshallLocationName" : "ProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthStatus" : { "documentation" : "

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

                                  ", "name" : "HealthStatus", "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthStatus", "marshallLocationName" : "HealthStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param healthStatus The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "getterDocumentation" : "/**

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

                                  \n@return The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param healthStatus The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param healthStatus The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZone" : { "documentation" : "

                                  The Availability Zone in which the instance is running.

                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Availability Zone in which the instance is running.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@param availabilityZone The Availability Zone in which the instance is running.*/", "getterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@return The Availability Zone in which the instance is running.*/", "fluentSetterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@param availabilityZone The Availability Zone in which the instance is running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Availability Zone in which the instance is running.

                                  \n@param availabilityZone The Availability Zone in which the instance is running.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleState" : { "documentation" : "

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  ", "name" : "LifecycleState", "c2jName" : "LifecycleState", "c2jShape" : "LifecycleState", "variable" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleState", "marshallLocationName" : "LifecycleState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "LifecycleState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@param lifecycleState A description of the current lifecycle state. Note that the Quarantined state is not used.\n@see LifecycleState*/", "getterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@return A description of the current lifecycle state. Note that the Quarantined state is not used.\n@see LifecycleState*/", "fluentSetterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@param lifecycleState A description of the current lifecycle state. Note that the Quarantined state is not used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleState*/", "varargSetterDocumentation" : "/**

                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                  \n@param lifecycleState A description of the current lifecycle state. Note that the Quarantined state is not used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleState*/" } } }, "LifecycleHook" : { "c2jName" : "LifecycleHook", "documentation" : "

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

                                  • Pause the instance after it launches, but before it is put into service
                                  • Pause the instance as it terminates, but before it is fully terminated

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

                                  ", "shapeName" : "LifecycleHook", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the lifecycle hook.

                                  ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the lifecycle hook.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the lifecycle hook.

                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                  The name of the lifecycle hook.

                                  \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                  The name of the lifecycle hook.

                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the lifecycle hook.

                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.*/", "getterDocumentation" : "/**

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

                                  \n@return The name of the Auto Scaling group for the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "LifecycleTransition", "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "variable" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleTransition", "marshallLocationName" : "LifecycleTransition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param lifecycleTransition The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.*/", "getterDocumentation" : "/**

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

                                  \n@return The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param lifecycleTransition The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param lifecycleTransition The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  • Lifecycle action token
                                  • User account ID
                                  • Name of the Auto Scaling group
                                  • Lifecycle hook name
                                  • EC2 instance ID
                                  • Lifecycle transition
                                  • Notification metadata
                                  ", "name" : "NotificationTargetARN", "c2jName" : "NotificationTargetARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  • Lifecycle action token
                                  • User account ID
                                  • Name of the Auto Scaling group
                                  • Lifecycle hook name
                                  • EC2 instance ID
                                  • Lifecycle transition
                                  • Notification metadata
                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTargetARN", "marshallLocationName" : "NotificationTargetARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  • Lifecycle action token
                                  • User account ID
                                  • Name of the Auto Scaling group
                                  • Lifecycle hook name
                                  • EC2 instance ID
                                  • Lifecycle transition
                                  • Notification metadata
                                  \n@param notificationTargetARN The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                  • Lifecycle action token
                                  • User account ID
                                  • Name of the Auto Scaling group
                                  • Lifecycle hook name
                                  • EC2 instance ID
                                  • Lifecycle transition
                                  • Notification metadata
                                  • */", "getterDocumentation" : "/**

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

                                    • Lifecycle action token
                                    • User account ID
                                    • Name of the Auto Scaling group
                                    • Lifecycle hook name
                                    • EC2 instance ID
                                    • Lifecycle transition
                                    • Notification metadata
                                    \n@return The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                    • Lifecycle action token
                                    • User account ID
                                    • Name of the Auto Scaling group
                                    • Lifecycle hook name
                                    • EC2 instance ID
                                    • Lifecycle transition
                                    • Notification metadata
                                    • */", "fluentSetterDocumentation" : "/**

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

                                      • Lifecycle action token
                                      • User account ID
                                      • Name of the Auto Scaling group
                                      • Lifecycle hook name
                                      • EC2 instance ID
                                      • Lifecycle transition
                                      • Notification metadata
                                      \n@param notificationTargetARN The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                      • Lifecycle action token
                                      • User account ID
                                      • Name of the Auto Scaling group
                                      • Lifecycle hook name
                                      • EC2 instance ID
                                      • Lifecycle transition
                                      • Notification metadata
                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                        • Lifecycle action token
                                        • User account ID
                                        • Name of the Auto Scaling group
                                        • Lifecycle hook name
                                        • EC2 instance ID
                                        • Lifecycle transition
                                        • Notification metadata
                                        \n@param notificationTargetARN The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                        • Lifecycle action token
                                        • User account ID
                                        • Name of the Auto Scaling group
                                        • Lifecycle hook name
                                        • EC2 instance ID
                                        • Lifecycle transition
                                        • Notification metadata
                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                          ", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleARN", "marshallLocationName" : "RoleARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          \n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.*/", "getterDocumentation" : "/**

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

                                          \n@return The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.*/", "fluentSetterDocumentation" : "/**

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

                                          \n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                          \n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                          ", "name" : "NotificationMetadata", "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "variable" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationMetadata", "marshallLocationName" : "NotificationMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          \n@param notificationMetadata Additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "getterDocumentation" : "/**

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

                                          \n@return Additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "fluentSetterDocumentation" : "/**

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

                                          \n@param notificationMetadata Additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                          \n@param notificationMetadata Additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          ", "name" : "HeartbeatTimeout", "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "variable" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeartbeatTimeout", "marshallLocationName" : "HeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@param heartbeatTimeout The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.*/", "getterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@return The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.*/", "fluentSetterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@param heartbeatTimeout The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@param heartbeatTimeout The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          ", "name" : "GlobalTimeout", "c2jName" : "GlobalTimeout", "c2jShape" : "GlobalTimeout", "variable" : { "variableName" : "globalTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "globalTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "GlobalTimeout", "marshallLocationName" : "GlobalTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@param globalTimeout The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).*/", "getterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@return The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).*/", "fluentSetterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@param globalTimeout The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@param globalTimeout The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                          ", "name" : "DefaultResult", "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "variable" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultResult", "marshallLocationName" : "DefaultResult", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          \n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.*/", "getterDocumentation" : "/**

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

                                          \n@return Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.*/", "fluentSetterDocumentation" : "/**

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

                                          \n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                          \n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lifecycleHook", "variableType" : "LifecycleHook", "variableDeclarationType" : "LifecycleHook", "documentation" : null, "simpleType" : "LifecycleHook", "variableSetterType" : "LifecycleHook" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHookName" : { "documentation" : "

                                          The name of the lifecycle hook.

                                          ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The name of the lifecycle hook.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The name of the lifecycle hook.

                                          \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                          The name of the lifecycle hook.

                                          \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                          The name of the lifecycle hook.

                                          \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The name of the lifecycle hook.

                                          \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleTransition" : { "documentation" : "

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

                                          ", "name" : "LifecycleTransition", "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "variable" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleTransition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleTransition", "marshallLocationName" : "LifecycleTransition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          \n@param lifecycleTransition The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.*/", "getterDocumentation" : "/**

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

                                          \n@return The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.*/", "fluentSetterDocumentation" : "/**

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

                                          \n@param lifecycleTransition The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                          \n@param lifecycleTransition The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

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

                                          ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.*/", "getterDocumentation" : "/**

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

                                          \n@return The name of the Auto Scaling group for the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

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

                                          \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                          \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HeartbeatTimeout" : { "documentation" : "

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          ", "name" : "HeartbeatTimeout", "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "variable" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "heartbeatTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeartbeatTimeout", "marshallLocationName" : "HeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@param heartbeatTimeout The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.*/", "getterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@return The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.*/", "fluentSetterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@param heartbeatTimeout The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

                                          \n@param heartbeatTimeout The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "GlobalTimeout" : { "documentation" : "

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          ", "name" : "GlobalTimeout", "c2jName" : "GlobalTimeout", "c2jShape" : "GlobalTimeout", "variable" : { "variableName" : "globalTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "globalTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "GlobalTimeout", "marshallLocationName" : "GlobalTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@param globalTimeout The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).*/", "getterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@return The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).*/", "fluentSetterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@param globalTimeout The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).

                                          \n@param globalTimeout The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The default is 172800 seconds (48 hours).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationMetadata" : { "documentation" : "

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

                                          ", "name" : "NotificationMetadata", "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "variable" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationMetadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationMetadata", "marshallLocationName" : "NotificationMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          \n@param notificationMetadata Additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "getterDocumentation" : "/**

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

                                          \n@return Additional information that you want to include any time Auto Scaling sends a message to the notification target.*/", "fluentSetterDocumentation" : "/**

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

                                          \n@param notificationMetadata Additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                          \n@param notificationMetadata Additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultResult" : { "documentation" : "

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

                                          ", "name" : "DefaultResult", "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "variable" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultResult", "marshallLocationName" : "DefaultResult", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          \n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.*/", "getterDocumentation" : "/**

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

                                          \n@return Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.*/", "fluentSetterDocumentation" : "/**

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

                                          \n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                          \n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is CONTINUE.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTargetARN" : { "documentation" : "

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

                                          • Lifecycle action token
                                          • User account ID
                                          • Name of the Auto Scaling group
                                          • Lifecycle hook name
                                          • EC2 instance ID
                                          • Lifecycle transition
                                          • Notification metadata
                                          ", "name" : "NotificationTargetARN", "c2jName" : "NotificationTargetARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                          • Lifecycle action token
                                          • User account ID
                                          • Name of the Auto Scaling group
                                          • Lifecycle hook name
                                          • EC2 instance ID
                                          • Lifecycle transition
                                          • Notification metadata
                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTargetARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTargetARN", "marshallLocationName" : "NotificationTargetARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                          • Lifecycle action token
                                          • User account ID
                                          • Name of the Auto Scaling group
                                          • Lifecycle hook name
                                          • EC2 instance ID
                                          • Lifecycle transition
                                          • Notification metadata
                                          \n@param notificationTargetARN The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                          • Lifecycle action token
                                          • User account ID
                                          • Name of the Auto Scaling group
                                          • Lifecycle hook name
                                          • EC2 instance ID
                                          • Lifecycle transition
                                          • Notification metadata
                                          • */", "getterDocumentation" : "/**

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

                                            • Lifecycle action token
                                            • User account ID
                                            • Name of the Auto Scaling group
                                            • Lifecycle hook name
                                            • EC2 instance ID
                                            • Lifecycle transition
                                            • Notification metadata
                                            \n@return The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                            • Lifecycle action token
                                            • User account ID
                                            • Name of the Auto Scaling group
                                            • Lifecycle hook name
                                            • EC2 instance ID
                                            • Lifecycle transition
                                            • Notification metadata
                                            • */", "fluentSetterDocumentation" : "/**

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

                                              • Lifecycle action token
                                              • User account ID
                                              • Name of the Auto Scaling group
                                              • Lifecycle hook name
                                              • EC2 instance ID
                                              • Lifecycle transition
                                              • Notification metadata
                                              \n@param notificationTargetARN The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                              • Lifecycle action token
                                              • User account ID
                                              • Name of the Auto Scaling group
                                              • Lifecycle hook name
                                              • EC2 instance ID
                                              • Lifecycle transition
                                              • Notification metadata
                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                • Lifecycle action token
                                                • User account ID
                                                • Name of the Auto Scaling group
                                                • Lifecycle hook name
                                                • EC2 instance ID
                                                • Lifecycle transition
                                                • Notification metadata
                                                \n@param notificationTargetARN The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following:

                                                • Lifecycle action token
                                                • User account ID
                                                • Name of the Auto Scaling group
                                                • Lifecycle hook name
                                                • EC2 instance ID
                                                • Lifecycle transition
                                                • Notification metadata
                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleARN" : { "documentation" : "

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

                                                  ", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleARN", "marshallLocationName" : "RoleARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                  \n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.*/", "getterDocumentation" : "/**

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

                                                  \n@return The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutScalingPolicyResult" : { "c2jName" : "PolicyARNType", "documentation" : "", "shapeName" : "PutScalingPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  ", "name" : "PolicyARN", "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyARN", "marshallLocationName" : "PolicyARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the policy.

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

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putScalingPolicyResult", "variableType" : "PutScalingPolicyResult", "variableDeclarationType" : "PutScalingPolicyResult", "documentation" : null, "simpleType" : "PutScalingPolicyResult", "variableSetterType" : "PutScalingPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "PutScalingPolicyResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyARN" : { "documentation" : "

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  ", "name" : "PolicyARN", "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyARN", "marshallLocationName" : "PolicyARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the policy.

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

                                                  The Amazon Resource Name (ARN) of the policy.

                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteLifecycleHookRequest" : { "c2jName" : "DeleteLifecycleHookType", "documentation" : "", "shapeName" : "DeleteLifecycleHookRequest", "deprecated" : false, "required" : [ "LifecycleHookName", "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The name of the lifecycle hook.

                                                  ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the lifecycle hook.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.*/", "getterDocumentation" : "/**

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

                                                  \n@return The name of the Auto Scaling group for the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteLifecycleHookRequest", "variableType" : "DeleteLifecycleHookRequest", "variableDeclarationType" : "DeleteLifecycleHookRequest", "documentation" : null, "simpleType" : "DeleteLifecycleHookRequest", "variableSetterType" : "DeleteLifecycleHookRequest" }, "marshaller" : { "action" : "DeleteLifecycleHook", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHookName" : { "documentation" : "

                                                  The name of the lifecycle hook.

                                                  ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the lifecycle hook.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the lifecycle hook.

                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

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

                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.*/", "getterDocumentation" : "/**

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

                                                  \n@return The name of the Auto Scaling group for the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProcessType" : { "c2jName" : "ProcessType", "documentation" : "

                                                  Describes a process type.

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

                                                  ", "shapeName" : "ProcessType", "deprecated" : false, "required" : [ "ProcessName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  One of the following processes:

                                                  • Launch

                                                  • Terminate

                                                  • AddToLoadBalancer

                                                  • AlarmNotification

                                                  • AZRebalance

                                                  • HealthCheck

                                                  • ReplaceUnhealthy

                                                  • ScheduledActions

                                                  ", "name" : "ProcessName", "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  One of the following processes:

                                                  • Launch

                                                  • Terminate

                                                  • AddToLoadBalancer

                                                  • AlarmNotification

                                                  • AZRebalance

                                                  • HealthCheck

                                                  • ReplaceUnhealthy

                                                  • ScheduledActions

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProcessName", "marshallLocationName" : "ProcessName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  One of the following processes:

                                                  • Launch

                                                  • Terminate

                                                  • AddToLoadBalancer

                                                  • AlarmNotification

                                                  • AZRebalance

                                                  • HealthCheck

                                                  • ReplaceUnhealthy

                                                  • ScheduledActions

                                                  \n@param processName One of the following processes:

                                                  • Launch

                                                  • Terminate

                                                  • AddToLoadBalancer

                                                  • AlarmNotification

                                                  • AZRebalance

                                                  • HealthCheck

                                                  • ReplaceUnhealthy

                                                  • ScheduledActions

                                                  • */", "getterDocumentation" : "/**

                                                    One of the following processes:

                                                    • Launch

                                                    • Terminate

                                                    • AddToLoadBalancer

                                                    • AlarmNotification

                                                    • AZRebalance

                                                    • HealthCheck

                                                    • ReplaceUnhealthy

                                                    • ScheduledActions

                                                    \n@return One of the following processes:

                                                    • Launch

                                                    • Terminate

                                                    • AddToLoadBalancer

                                                    • AlarmNotification

                                                    • AZRebalance

                                                    • HealthCheck

                                                    • ReplaceUnhealthy

                                                    • ScheduledActions

                                                    • */", "fluentSetterDocumentation" : "/**

                                                      One of the following processes:

                                                      • Launch

                                                      • Terminate

                                                      • AddToLoadBalancer

                                                      • AlarmNotification

                                                      • AZRebalance

                                                      • HealthCheck

                                                      • ReplaceUnhealthy

                                                      • ScheduledActions

                                                      \n@param processName One of the following processes:

                                                      • Launch

                                                      • Terminate

                                                      • AddToLoadBalancer

                                                      • AlarmNotification

                                                      • AZRebalance

                                                      • HealthCheck

                                                      • ReplaceUnhealthy

                                                      • ScheduledActions

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

                                                        One of the following processes:

                                                        • Launch

                                                        • Terminate

                                                        • AddToLoadBalancer

                                                        • AlarmNotification

                                                        • AZRebalance

                                                        • HealthCheck

                                                        • ReplaceUnhealthy

                                                        • ScheduledActions

                                                        \n@param processName One of the following processes:

                                                        • Launch

                                                        • Terminate

                                                        • AddToLoadBalancer

                                                        • AlarmNotification

                                                        • AZRebalance

                                                        • HealthCheck

                                                        • ReplaceUnhealthy

                                                        • ScheduledActions

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "processType", "variableType" : "ProcessType", "variableDeclarationType" : "ProcessType", "documentation" : null, "simpleType" : "ProcessType", "variableSetterType" : "ProcessType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ProcessName" : { "documentation" : "

                                                          One of the following processes:

                                                          • Launch

                                                          • Terminate

                                                          • AddToLoadBalancer

                                                          • AlarmNotification

                                                          • AZRebalance

                                                          • HealthCheck

                                                          • ReplaceUnhealthy

                                                          • ScheduledActions

                                                          ", "name" : "ProcessName", "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          One of the following processes:

                                                          • Launch

                                                          • Terminate

                                                          • AddToLoadBalancer

                                                          • AlarmNotification

                                                          • AZRebalance

                                                          • HealthCheck

                                                          • ReplaceUnhealthy

                                                          • ScheduledActions

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProcessName", "marshallLocationName" : "ProcessName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          One of the following processes:

                                                          • Launch

                                                          • Terminate

                                                          • AddToLoadBalancer

                                                          • AlarmNotification

                                                          • AZRebalance

                                                          • HealthCheck

                                                          • ReplaceUnhealthy

                                                          • ScheduledActions

                                                          \n@param processName One of the following processes:

                                                          • Launch

                                                          • Terminate

                                                          • AddToLoadBalancer

                                                          • AlarmNotification

                                                          • AZRebalance

                                                          • HealthCheck

                                                          • ReplaceUnhealthy

                                                          • ScheduledActions

                                                          • */", "getterDocumentation" : "/**

                                                            One of the following processes:

                                                            • Launch

                                                            • Terminate

                                                            • AddToLoadBalancer

                                                            • AlarmNotification

                                                            • AZRebalance

                                                            • HealthCheck

                                                            • ReplaceUnhealthy

                                                            • ScheduledActions

                                                            \n@return One of the following processes:

                                                            • Launch

                                                            • Terminate

                                                            • AddToLoadBalancer

                                                            • AlarmNotification

                                                            • AZRebalance

                                                            • HealthCheck

                                                            • ReplaceUnhealthy

                                                            • ScheduledActions

                                                            • */", "fluentSetterDocumentation" : "/**

                                                              One of the following processes:

                                                              • Launch

                                                              • Terminate

                                                              • AddToLoadBalancer

                                                              • AlarmNotification

                                                              • AZRebalance

                                                              • HealthCheck

                                                              • ReplaceUnhealthy

                                                              • ScheduledActions

                                                              \n@param processName One of the following processes:

                                                              • Launch

                                                              • Terminate

                                                              • AddToLoadBalancer

                                                              • AlarmNotification

                                                              • AZRebalance

                                                              • HealthCheck

                                                              • ReplaceUnhealthy

                                                              • ScheduledActions

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

                                                                One of the following processes:

                                                                • Launch

                                                                • Terminate

                                                                • AddToLoadBalancer

                                                                • AlarmNotification

                                                                • AZRebalance

                                                                • HealthCheck

                                                                • ReplaceUnhealthy

                                                                • ScheduledActions

                                                                \n@param processName One of the following processes:

                                                                • Launch

                                                                • Terminate

                                                                • AddToLoadBalancer

                                                                • AlarmNotification

                                                                • AZRebalance

                                                                • HealthCheck

                                                                • ReplaceUnhealthy

                                                                • ScheduledActions

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeMetricCollectionTypesRequest" : { "c2jName" : "DescribeMetricCollectionTypesRequest", "documentation" : null, "shapeName" : "DescribeMetricCollectionTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeMetricCollectionTypesRequest", "variableType" : "DescribeMetricCollectionTypesRequest", "variableDeclarationType" : "DescribeMetricCollectionTypesRequest", "documentation" : null, "simpleType" : "DescribeMetricCollectionTypesRequest", "variableSetterType" : "DescribeMetricCollectionTypesRequest" }, "marshaller" : { "action" : "DescribeMetricCollectionTypes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Ebs" : { "c2jName" : "Ebs", "documentation" : "

                                                                  Describes an Amazon EBS volume.

                                                                  ", "shapeName" : "Ebs", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ID of the snapshot.

                                                                  ", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the snapshot.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@param snapshotId The ID of the snapshot.*/", "getterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@return The ID of the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@param snapshotId The ID of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@param snapshotId The ID of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  ", "name" : "VolumeSize", "c2jName" : "VolumeSize", "c2jShape" : "BlockDeviceEbsVolumeSize", "variable" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeSize", "marshallLocationName" : "VolumeSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@param volumeSize The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@return The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@param volumeSize The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

                                                                  Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@param volumeSize The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

                                                                  Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  ", "name" : "VolumeType", "c2jName" : "VolumeType", "c2jShape" : "BlockDeviceEbsVolumeType", "variable" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeType", "marshallLocationName" : "VolumeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@param volumeType The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard*/", "getterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@return The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard*/", "fluentSetterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@param volumeType The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@param volumeType The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  ", "name" : "DeleteOnTermination", "c2jName" : "DeleteOnTermination", "c2jShape" : "BlockDeviceEbsDeleteOnTermination", "variable" : { "variableName" : "deleteOnTermination", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "deleteOnTermination", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeleteOnTermination", "marshallLocationName" : "DeleteOnTermination", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@param deleteOnTermination Indicates whether the volume is deleted on instance termination.

                                                                  Default: true*/", "getterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@return Indicates whether the volume is deleted on instance termination.

                                                                  Default: true*/", "fluentSetterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@param deleteOnTermination Indicates whether the volume is deleted on instance termination.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@param deleteOnTermination Indicates whether the volume is deleted on instance termination.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "BlockDeviceEbsIops", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@param iops The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.*/", "getterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@return The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.*/", "fluentSetterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@param iops The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@param iops The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "BlockDeviceEbsEncrypted", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param encrypted Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@return Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param encrypted Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param encrypted Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "ebs", "variableType" : "Ebs", "variableDeclarationType" : "Ebs", "documentation" : null, "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotId" : { "documentation" : "

                                                                  The ID of the snapshot.

                                                                  ", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the snapshot.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@param snapshotId The ID of the snapshot.*/", "getterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@return The ID of the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@param snapshotId The ID of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the snapshot.

                                                                  \n@param snapshotId The ID of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VolumeType" : { "documentation" : "

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  ", "name" : "VolumeType", "c2jName" : "VolumeType", "c2jShape" : "BlockDeviceEbsVolumeType", "variable" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeType", "marshallLocationName" : "VolumeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@param volumeType The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard*/", "getterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@return The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard*/", "fluentSetterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@param volumeType The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard

                                                                  \n@param volumeType The volume type. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

                                                                  Valid values: standard | io1 | gp2

                                                                  Default: standard\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Encrypted" : { "documentation" : "

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "BlockDeviceEbsEncrypted", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param encrypted Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@return Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param encrypted Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param encrypted Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Iops" : { "documentation" : "

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "BlockDeviceEbsIops", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@param iops The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.*/", "getterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@return The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.*/", "fluentSetterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@param iops The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.

                                                                  \n@param iops The number of I/O operations per second (IOPS) to provision for the volume.

                                                                  Constraint: Required when the volume type is io1.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VolumeSize" : { "documentation" : "

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  ", "name" : "VolumeSize", "c2jName" : "VolumeSize", "c2jShape" : "BlockDeviceEbsVolumeSize", "variable" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeSize", "marshallLocationName" : "VolumeSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@param volumeSize The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@return The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@param volumeSize The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

                                                                  Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

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

                                                                  \n@param volumeSize The volume size, in GiB. For standard volumes, specify a value from 1 to 1,024. For io1 volumes, specify a value from 4 to 16,384. For gp2 volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

                                                                  Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeleteOnTermination" : { "documentation" : "

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  ", "name" : "DeleteOnTermination", "c2jName" : "DeleteOnTermination", "c2jShape" : "BlockDeviceEbsDeleteOnTermination", "variable" : { "variableName" : "deleteOnTermination", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "deleteOnTermination", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeleteOnTermination", "marshallLocationName" : "DeleteOnTermination", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@param deleteOnTermination Indicates whether the volume is deleted on instance termination.

                                                                  Default: true*/", "getterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@return Indicates whether the volume is deleted on instance termination.

                                                                  Default: true*/", "fluentSetterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@param deleteOnTermination Indicates whether the volume is deleted on instance termination.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Indicates whether the volume is deleted on instance termination.

                                                                  Default: true

                                                                  \n@param deleteOnTermination Indicates whether the volume is deleted on instance termination.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeScalingActivitiesRequest" : { "c2jName" : "DescribeScalingActivitiesType", "documentation" : "", "shapeName" : "DescribeScalingActivitiesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "ActivityIds", "c2jName" : "ActivityIds", "c2jShape" : "ActivityIds", "variable" : { "variableName" : "activityIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

                                                                  \n@param activityIds The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param activityIds The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

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

                                                                  \n@param activityIds The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The name of the group.

                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The maximum number of items to return with this call.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of items to return with this call.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeScalingActivitiesRequest", "variableType" : "DescribeScalingActivitiesRequest", "variableDeclarationType" : "DescribeScalingActivitiesRequest", "documentation" : null, "simpleType" : "DescribeScalingActivitiesRequest", "variableSetterType" : "DescribeScalingActivitiesRequest" }, "marshaller" : { "action" : "DescribeScalingActivities", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityIds" : { "documentation" : "

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

                                                                  ", "name" : "ActivityIds", "c2jName" : "ActivityIds", "c2jShape" : "ActivityIds", "variable" : { "variableName" : "activityIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

                                                                  \n@param activityIds The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param activityIds The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

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

                                                                  \n@param activityIds The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                  The name of the group.

                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                                  The maximum number of items to return with this call.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of items to return with this call.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of items to return with this call.

                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLifecycleHooksRequest" : { "c2jName" : "DescribeLifecycleHooksType", "documentation" : "", "shapeName" : "DescribeLifecycleHooksRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the group.

                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The names of one or more lifecycle hooks.

                                                                  ", "name" : "LifecycleHookNames", "c2jName" : "LifecycleHookNames", "c2jShape" : "LifecycleHookNames", "variable" : { "variableName" : "lifecycleHookNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  The names of one or more lifecycle hooks.

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

                                                                  The names of one or more lifecycle hooks.

                                                                  \n@param lifecycleHookNames The names of one or more lifecycle hooks.*/", "getterDocumentation" : "/**

                                                                  The names of one or more lifecycle hooks.

                                                                  \n@return The names of one or more lifecycle hooks.*/", "fluentSetterDocumentation" : "/**

                                                                  The names of one or more lifecycle hooks.

                                                                  \n@param lifecycleHookNames The names of one or more lifecycle hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The names of one or more lifecycle hooks.

                                                                  \n

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

                                                                  \n@param lifecycleHookNames The names of one or more lifecycle hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLifecycleHooksRequest", "variableType" : "DescribeLifecycleHooksRequest", "variableDeclarationType" : "DescribeLifecycleHooksRequest", "documentation" : null, "simpleType" : "DescribeLifecycleHooksRequest", "variableSetterType" : "DescribeLifecycleHooksRequest" }, "marshaller" : { "action" : "DescribeLifecycleHooks", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHookNames" : { "documentation" : "

                                                                  The names of one or more lifecycle hooks.

                                                                  ", "name" : "LifecycleHookNames", "c2jName" : "LifecycleHookNames", "c2jShape" : "LifecycleHookNames", "variable" : { "variableName" : "lifecycleHookNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  The names of one or more lifecycle hooks.

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

                                                                  The names of one or more lifecycle hooks.

                                                                  \n@param lifecycleHookNames The names of one or more lifecycle hooks.*/", "getterDocumentation" : "/**

                                                                  The names of one or more lifecycle hooks.

                                                                  \n@return The names of one or more lifecycle hooks.*/", "fluentSetterDocumentation" : "/**

                                                                  The names of one or more lifecycle hooks.

                                                                  \n@param lifecycleHookNames The names of one or more lifecycle hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The names of one or more lifecycle hooks.

                                                                  \n

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

                                                                  \n@param lifecycleHookNames The names of one or more lifecycle hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                  The name of the group.

                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the group.

                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateAutoScalingGroupRequest" : { "c2jName" : "UpdateAutoScalingGroupType", "documentation" : "", "shapeName" : "UpdateAutoScalingGroupRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the Auto Scaling group.

                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the Auto Scaling group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The name of the launch configuration.

                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the launch configuration.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "getterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@return The name of the launch configuration.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The minimum size of the Auto Scaling group.

                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The minimum size of the Auto Scaling group.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@param minSize The minimum size of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@return The minimum size of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@param minSize The minimum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@param minSize The minimum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The maximum size of the Auto Scaling group.

                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum size of the Auto Scaling group.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@param maxSize The maximum size of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@return The maximum size of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@param maxSize The maximum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@param maxSize The maximum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                                                  ", "name" : "DefaultCooldown", "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCooldown", "marshallLocationName" : "DefaultCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

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

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

                                                                  \n@return The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

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

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

                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  One or more Availability Zones for the group.

                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  One or more Availability Zones for the group.

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

                                                                  One or more Availability Zones for the group.

                                                                  \n@param availabilityZones One or more Availability Zones for the group.*/", "getterDocumentation" : "/**

                                                                  One or more Availability Zones for the group.

                                                                  \n@return One or more Availability Zones for the group.*/", "fluentSetterDocumentation" : "/**

                                                                  One or more Availability Zones for the group.

                                                                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  One or more Availability Zones for the group.

                                                                  \n

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

                                                                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "HealthCheckType", "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckType", "marshallLocationName" : "HealthCheckType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The service to use for the health checks. The valid values are EC2 and ELB.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  ", "name" : "HealthCheckGracePeriod", "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "variable" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckGracePeriod", "marshallLocationName" : "HealthCheckGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@return The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "name" : "PlacementGroup", "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementGroup", "marshallLocationName" : "PlacementGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@return The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  ", "name" : "VPCZoneIdentifier", "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCZoneIdentifier", "marshallLocationName" : "VPCZoneIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@param vPCZoneIdentifier The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@return The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@param vPCZoneIdentifier The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@param vPCZoneIdentifier The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                  ", "name" : "TerminationPolicies", "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                  \n

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

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  ", "name" : "NewInstancesProtectedFromScaleIn", "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@return Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateAutoScalingGroupRequest", "variableType" : "UpdateAutoScalingGroupRequest", "variableDeclarationType" : "UpdateAutoScalingGroupRequest", "documentation" : null, "simpleType" : "UpdateAutoScalingGroupRequest", "variableSetterType" : "UpdateAutoScalingGroupRequest" }, "marshaller" : { "action" : "UpdateAutoScalingGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LaunchConfigurationName" : { "documentation" : "

                                                                  The name of the launch configuration.

                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the launch configuration.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "getterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@return The name of the launch configuration.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the launch configuration.

                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

                                                                  One or more Availability Zones for the group.

                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  One or more Availability Zones for the group.

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

                                                                  One or more Availability Zones for the group.

                                                                  \n@param availabilityZones One or more Availability Zones for the group.*/", "getterDocumentation" : "/**

                                                                  One or more Availability Zones for the group.

                                                                  \n@return One or more Availability Zones for the group.*/", "fluentSetterDocumentation" : "/**

                                                                  One or more Availability Zones for the group.

                                                                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  One or more Availability Zones for the group.

                                                                  \n

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

                                                                  \n@param availabilityZones One or more Availability Zones for the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DesiredCapacity" : { "documentation" : "

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

                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckGracePeriod" : { "documentation" : "

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  ", "name" : "HealthCheckGracePeriod", "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "variable" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckGracePeriod", "marshallLocationName" : "HealthCheckGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@return The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

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

                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300.

                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxSize" : { "documentation" : "

                                                                  The maximum size of the Auto Scaling group.

                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum size of the Auto Scaling group.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@param maxSize The maximum size of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@return The maximum size of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@param maxSize The maximum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum size of the Auto Scaling group.

                                                                  \n@param maxSize The maximum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewInstancesProtectedFromScaleIn" : { "documentation" : "

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  ", "name" : "NewInstancesProtectedFromScaleIn", "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@return Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinSize" : { "documentation" : "

                                                                  The minimum size of the Auto Scaling group.

                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The minimum size of the Auto Scaling group.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@param minSize The minimum size of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@return The minimum size of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@param minSize The minimum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The minimum size of the Auto Scaling group.

                                                                  \n@param minSize The minimum size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultCooldown" : { "documentation" : "

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

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

                                                                  ", "name" : "DefaultCooldown", "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCooldown", "marshallLocationName" : "DefaultCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

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

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

                                                                  \n@return The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

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

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

                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TerminationPolicies" : { "documentation" : "

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                  ", "name" : "TerminationPolicies", "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                  \n

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

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

                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                  The name of the Auto Scaling group.

                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the Auto Scaling group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPCZoneIdentifier" : { "documentation" : "

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  ", "name" : "VPCZoneIdentifier", "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCZoneIdentifier", "marshallLocationName" : "VPCZoneIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@param vPCZoneIdentifier The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@return The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@param vPCZoneIdentifier The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                  \n@param vPCZoneIdentifier The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.

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

                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlacementGroup" : { "documentation" : "

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "name" : "PlacementGroup", "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementGroup", "marshallLocationName" : "PlacementGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@return The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckType" : { "documentation" : "

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

                                                                  ", "name" : "HealthCheckType", "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckType", "marshallLocationName" : "HealthCheckType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The service to use for the health checks. The valid values are EC2 and ELB.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachLoadBalancersResult" : { "c2jName" : "AttachLoadBalancersResultType", "documentation" : "", "shapeName" : "AttachLoadBalancersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "attachLoadBalancersResult", "variableType" : "AttachLoadBalancersResult", "variableDeclarationType" : "AttachLoadBalancersResult", "documentation" : null, "simpleType" : "AttachLoadBalancersResult", "variableSetterType" : "AttachLoadBalancersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "AttachLoadBalancersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TerminateInstanceInAutoScalingGroupRequest" : { "c2jName" : "TerminateInstanceInAutoScalingGroupType", "documentation" : "", "shapeName" : "TerminateInstanceInAutoScalingGroupRequest", "deprecated" : false, "required" : [ "InstanceId", "ShouldDecrementDesiredCapacity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ID of the instance.

                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the instance.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "ShouldDecrementDesiredCapacity", "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "variable" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "marshallLocationName" : "ShouldDecrementDesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param shouldDecrementDesiredCapacity If true, terminating the instance also decrements the size of the Auto Scaling group.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If true, terminating the instance also decrements the size of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param shouldDecrementDesiredCapacity If true, terminating the instance also decrements the size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param shouldDecrementDesiredCapacity If true, terminating the instance also decrements the size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "terminateInstanceInAutoScalingGroupRequest", "variableType" : "TerminateInstanceInAutoScalingGroupRequest", "variableDeclarationType" : "TerminateInstanceInAutoScalingGroupRequest", "documentation" : null, "simpleType" : "TerminateInstanceInAutoScalingGroupRequest", "variableSetterType" : "TerminateInstanceInAutoScalingGroupRequest" }, "marshaller" : { "action" : "TerminateInstanceInAutoScalingGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceId" : { "documentation" : "

                                                                  The ID of the instance.

                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the instance.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the instance.

                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShouldDecrementDesiredCapacity" : { "documentation" : "

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

                                                                  ", "name" : "ShouldDecrementDesiredCapacity", "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "variable" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "marshallLocationName" : "ShouldDecrementDesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param shouldDecrementDesiredCapacity If true, terminating the instance also decrements the size of the Auto Scaling group.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If true, terminating the instance also decrements the size of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  If true, terminating the instance also decrements the size of the Auto Scaling group.

                                                                  \n@param shouldDecrementDesiredCapacity If true, terminating the instance also decrements the size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If true, terminating the instance also decrements the size of the Auto Scaling group.

                                                                  \n@param shouldDecrementDesiredCapacity If true, terminating the instance also decrements the size of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResumeProcessesRequest" : { "c2jName" : "ScalingProcessQuery", "documentation" : "", "shapeName" : "ResumeProcessesRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  One or more of the following processes:

                                                                  • Launch

                                                                  • Terminate

                                                                  • HealthCheck

                                                                  • ReplaceUnhealthy

                                                                  • AZRebalance

                                                                  • AlarmNotification

                                                                  • ScheduledActions

                                                                  • AddToLoadBalancer

                                                                  ", "name" : "ScalingProcesses", "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "variable" : { "variableName" : "scalingProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  One or more of the following processes:

                                                                  • Launch

                                                                  • Terminate

                                                                  • HealthCheck

                                                                  • ReplaceUnhealthy

                                                                  • AZRebalance

                                                                  • AlarmNotification

                                                                  • ScheduledActions

                                                                  • AddToLoadBalancer

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scalingProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingProcesses", "marshallLocationName" : "ScalingProcesses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  One or more of the following processes:

                                                                  • Launch

                                                                  • Terminate

                                                                  • HealthCheck

                                                                  • ReplaceUnhealthy

                                                                  • AZRebalance

                                                                  • AlarmNotification

                                                                  • ScheduledActions

                                                                  • AddToLoadBalancer

                                                                  \n@param scalingProcesses One or more of the following processes:

                                                                  • Launch

                                                                  • Terminate

                                                                  • HealthCheck

                                                                  • ReplaceUnhealthy

                                                                  • AZRebalance

                                                                  • AlarmNotification

                                                                  • ScheduledActions

                                                                  • AddToLoadBalancer

                                                                  • */", "getterDocumentation" : "/**

                                                                    One or more of the following processes:

                                                                    • Launch

                                                                    • Terminate

                                                                    • HealthCheck

                                                                    • ReplaceUnhealthy

                                                                    • AZRebalance

                                                                    • AlarmNotification

                                                                    • ScheduledActions

                                                                    • AddToLoadBalancer

                                                                    \n@return One or more of the following processes:

                                                                    • Launch

                                                                    • Terminate

                                                                    • HealthCheck

                                                                    • ReplaceUnhealthy

                                                                    • AZRebalance

                                                                    • AlarmNotification

                                                                    • ScheduledActions

                                                                    • AddToLoadBalancer

                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                      One or more of the following processes:

                                                                      • Launch

                                                                      • Terminate

                                                                      • HealthCheck

                                                                      • ReplaceUnhealthy

                                                                      • AZRebalance

                                                                      • AlarmNotification

                                                                      • ScheduledActions

                                                                      • AddToLoadBalancer

                                                                      \n@param scalingProcesses One or more of the following processes:

                                                                      • Launch

                                                                      • Terminate

                                                                      • HealthCheck

                                                                      • ReplaceUnhealthy

                                                                      • AZRebalance

                                                                      • AlarmNotification

                                                                      • ScheduledActions

                                                                      • AddToLoadBalancer

                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                        One or more of the following processes:

                                                                        • Launch

                                                                        • Terminate

                                                                        • HealthCheck

                                                                        • ReplaceUnhealthy

                                                                        • AZRebalance

                                                                        • AlarmNotification

                                                                        • ScheduledActions

                                                                        • AddToLoadBalancer

                                                                        \n

                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingProcesses(java.util.Collection)} or {@link #withScalingProcesses(java.util.Collection)} if you want to override the existing values.

                                                                        \n@param scalingProcesses One or more of the following processes:

                                                                        • Launch

                                                                        • Terminate

                                                                        • HealthCheck

                                                                        • ReplaceUnhealthy

                                                                        • AZRebalance

                                                                        • AlarmNotification

                                                                        • ScheduledActions

                                                                        • AddToLoadBalancer

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resumeProcessesRequest", "variableType" : "ResumeProcessesRequest", "variableDeclarationType" : "ResumeProcessesRequest", "documentation" : null, "simpleType" : "ResumeProcessesRequest", "variableSetterType" : "ResumeProcessesRequest" }, "marshaller" : { "action" : "ResumeProcesses", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ScalingProcesses" : { "documentation" : "

                                                                          One or more of the following processes:

                                                                          • Launch

                                                                          • Terminate

                                                                          • HealthCheck

                                                                          • ReplaceUnhealthy

                                                                          • AZRebalance

                                                                          • AlarmNotification

                                                                          • ScheduledActions

                                                                          • AddToLoadBalancer

                                                                          ", "name" : "ScalingProcesses", "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "variable" : { "variableName" : "scalingProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                          One or more of the following processes:

                                                                          • Launch

                                                                          • Terminate

                                                                          • HealthCheck

                                                                          • ReplaceUnhealthy

                                                                          • AZRebalance

                                                                          • AlarmNotification

                                                                          • ScheduledActions

                                                                          • AddToLoadBalancer

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scalingProcesses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingProcesses", "marshallLocationName" : "ScalingProcesses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                          One or more of the following processes:

                                                                          • Launch

                                                                          • Terminate

                                                                          • HealthCheck

                                                                          • ReplaceUnhealthy

                                                                          • AZRebalance

                                                                          • AlarmNotification

                                                                          • ScheduledActions

                                                                          • AddToLoadBalancer

                                                                          \n@param scalingProcesses One or more of the following processes:

                                                                          • Launch

                                                                          • Terminate

                                                                          • HealthCheck

                                                                          • ReplaceUnhealthy

                                                                          • AZRebalance

                                                                          • AlarmNotification

                                                                          • ScheduledActions

                                                                          • AddToLoadBalancer

                                                                          • */", "getterDocumentation" : "/**

                                                                            One or more of the following processes:

                                                                            • Launch

                                                                            • Terminate

                                                                            • HealthCheck

                                                                            • ReplaceUnhealthy

                                                                            • AZRebalance

                                                                            • AlarmNotification

                                                                            • ScheduledActions

                                                                            • AddToLoadBalancer

                                                                            \n@return One or more of the following processes:

                                                                            • Launch

                                                                            • Terminate

                                                                            • HealthCheck

                                                                            • ReplaceUnhealthy

                                                                            • AZRebalance

                                                                            • AlarmNotification

                                                                            • ScheduledActions

                                                                            • AddToLoadBalancer

                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                              One or more of the following processes:

                                                                              • Launch

                                                                              • Terminate

                                                                              • HealthCheck

                                                                              • ReplaceUnhealthy

                                                                              • AZRebalance

                                                                              • AlarmNotification

                                                                              • ScheduledActions

                                                                              • AddToLoadBalancer

                                                                              \n@param scalingProcesses One or more of the following processes:

                                                                              • Launch

                                                                              • Terminate

                                                                              • HealthCheck

                                                                              • ReplaceUnhealthy

                                                                              • AZRebalance

                                                                              • AlarmNotification

                                                                              • ScheduledActions

                                                                              • AddToLoadBalancer

                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                One or more of the following processes:

                                                                                • Launch

                                                                                • Terminate

                                                                                • HealthCheck

                                                                                • ReplaceUnhealthy

                                                                                • AZRebalance

                                                                                • AlarmNotification

                                                                                • ScheduledActions

                                                                                • AddToLoadBalancer

                                                                                \n

                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingProcesses(java.util.Collection)} or {@link #withScalingProcesses(java.util.Collection)} if you want to override the existing values.

                                                                                \n@param scalingProcesses One or more of the following processes:

                                                                                • Launch

                                                                                • Terminate

                                                                                • HealthCheck

                                                                                • ReplaceUnhealthy

                                                                                • AZRebalance

                                                                                • AlarmNotification

                                                                                • ScheduledActions

                                                                                • AddToLoadBalancer

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeScheduledActionsRequest" : { "c2jName" : "DescribeScheduledActionsType", "documentation" : "", "shapeName" : "DescribeScheduledActionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  ", "name" : "ScheduledActionNames", "c2jName" : "ScheduledActionNames", "c2jShape" : "ScheduledActionNames", "variable" : { "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionNames", "marshallLocationName" : "ScheduledActionNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/", "getterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n@return Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/", "fluentSetterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScheduledActionNames(java.util.Collection)} or {@link #withScheduledActionNames(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "getterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@return The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "getterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@return The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The maximum number of items to return with this call.

                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The maximum number of items to return with this call.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeScheduledActionsRequest", "variableType" : "DescribeScheduledActionsRequest", "variableDeclarationType" : "DescribeScheduledActionsRequest", "documentation" : null, "simpleType" : "DescribeScheduledActionsRequest", "variableSetterType" : "DescribeScheduledActionsRequest" }, "marshaller" : { "action" : "DescribeScheduledActions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ScheduledActionNames" : { "documentation" : "

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  ", "name" : "ScheduledActionNames", "c2jName" : "ScheduledActionNames", "c2jShape" : "ScheduledActionNames", "variable" : { "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionNames", "marshallLocationName" : "ScheduledActionNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/", "getterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n@return Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/", "fluentSetterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScheduledActionNames(java.util.Collection)} or {@link #withScheduledActionNames(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

                                                                                  You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "getterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@return The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "getterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@return The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

                                                                                  \n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                                                  The maximum number of items to return with this call.

                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The maximum number of items to return with this call.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The maximum number of items to return with this call.

                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAccountLimitsRequest" : { "c2jName" : "DescribeAccountLimitsRequest", "documentation" : null, "shapeName" : "DescribeAccountLimitsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "variableDeclarationType" : "DescribeAccountLimitsRequest", "documentation" : null, "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "marshaller" : { "action" : "DescribeAccountLimits", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ScalingPolicy" : { "c2jName" : "ScalingPolicy", "documentation" : "

                                                                                  Describes a scaling policy.

                                                                                  ", "shapeName" : "ScalingPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with this scaling policy.*/", "getterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@return The name of the Auto Scaling group associated with this scaling policy.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with this scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with this scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The name of the scaling policy.

                                                                                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the scaling policy.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the scaling policy.

                                                                                  \n@param policyName The name of the scaling policy.*/", "getterDocumentation" : "/**

                                                                                  The name of the scaling policy.

                                                                                  \n@return The name of the scaling policy.*/", "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.*/", "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.*/" }, { "documentation" : "

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  ", "name" : "PolicyARN", "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyARN", "marshallLocationName" : "PolicyARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "getterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  ", "name" : "PolicyType", "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyType", "marshallLocationName" : "PolicyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.*/", "getterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@return The policy type. Valid values are SimpleScaling and StepScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  ", "name" : "AdjustmentType", "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentType", "marshallLocationName" : "AdjustmentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@param adjustmentType The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "getterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@return The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@param adjustmentType The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@param adjustmentType The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  ", "name" : "MinAdjustmentStep", "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "variable" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentStep", "marshallLocationName" : "MinAdjustmentStep", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "fluentSetterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  ", "name" : "MinAdjustmentMagnitude", "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "variable" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentMagnitude", "marshallLocationName" : "MinAdjustmentMagnitude", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "getterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@return The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "fluentSetterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "name" : "ScalingAdjustment", "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "variable" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingAdjustment", "marshallLocationName" : "ScalingAdjustment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "getterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  ", "name" : "Cooldown", "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cooldown", "marshallLocationName" : "Cooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.*/", "getterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.*/", "fluentSetterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  ", "name" : "StepAdjustments", "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "variable" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StepAdjustments", "marshallLocationName" : "StepAdjustments", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StepAdjustment", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StepAdjustment", "variable" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "setterModel" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "StepAdjustment", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "getterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n@return A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "fluentSetterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  ", "name" : "MetricAggregationType", "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAggregationType", "marshallLocationName" : "MetricAggregationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.*/", "getterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@return The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.*/", "fluentSetterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  ", "name" : "EstimatedInstanceWarmup", "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "variable" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedInstanceWarmup", "marshallLocationName" : "EstimatedInstanceWarmup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.*/", "getterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@return The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.*/", "fluentSetterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  ", "name" : "Alarms", "c2jName" : "Alarms", "c2jShape" : "Alarms", "variable" : { "variableName" : "alarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alarms", "marshallLocationName" : "Alarms", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Alarm", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Alarm", "variable" : { "variableName" : "member", "variableType" : "Alarm", "variableDeclarationType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "setterModel" : { "variableName" : "member", "variableType" : "Alarm", "variableDeclarationType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "getterModel" : { "returnType" : "Alarm", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Alarm", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n@param alarms The CloudWatch alarms related to the policy.*/", "getterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n@return The CloudWatch alarms related to the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n@param alarms The CloudWatch alarms related to the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarms(java.util.Collection)} or {@link #withAlarms(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param alarms The CloudWatch alarms related to the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "scalingPolicy", "variableType" : "ScalingPolicy", "variableDeclarationType" : "ScalingPolicy", "documentation" : null, "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricAggregationType" : { "documentation" : "

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  ", "name" : "MetricAggregationType", "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAggregationType", "marshallLocationName" : "MetricAggregationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.*/", "getterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@return The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.*/", "fluentSetterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyType" : { "documentation" : "

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  ", "name" : "PolicyType", "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyType", "marshallLocationName" : "PolicyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.*/", "getterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@return The policy type. Valid values are SimpleScaling and StepScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScalingAdjustment" : { "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "name" : "ScalingAdjustment", "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "variable" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingAdjustment", "marshallLocationName" : "ScalingAdjustment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "getterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Cooldown" : { "documentation" : "

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  ", "name" : "Cooldown", "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cooldown", "marshallLocationName" : "Cooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.*/", "getterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.*/", "fluentSetterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StepAdjustments" : { "documentation" : "

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  ", "name" : "StepAdjustments", "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "variable" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StepAdjustments", "marshallLocationName" : "StepAdjustments", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StepAdjustment", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StepAdjustment", "variable" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "setterModel" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "StepAdjustment", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "getterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n@return A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "fluentSetterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Alarms" : { "documentation" : "

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  ", "name" : "Alarms", "c2jName" : "Alarms", "c2jShape" : "Alarms", "variable" : { "variableName" : "alarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alarms", "marshallLocationName" : "Alarms", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Alarm", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Alarm", "variable" : { "variableName" : "member", "variableType" : "Alarm", "variableDeclarationType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "setterModel" : { "variableName" : "member", "variableType" : "Alarm", "variableDeclarationType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "getterModel" : { "returnType" : "Alarm", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Alarm", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n@param alarms The CloudWatch alarms related to the policy.*/", "getterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n@return The CloudWatch alarms related to the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n@param alarms The CloudWatch alarms related to the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The CloudWatch alarms related to the policy.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarms(java.util.Collection)} or {@link #withAlarms(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param alarms The CloudWatch alarms related to the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinAdjustmentMagnitude" : { "documentation" : "

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  ", "name" : "MinAdjustmentMagnitude", "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "variable" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentMagnitude", "marshallLocationName" : "MinAdjustmentMagnitude", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "getterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@return The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "fluentSetterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AdjustmentType" : { "documentation" : "

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  ", "name" : "AdjustmentType", "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentType", "marshallLocationName" : "AdjustmentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@param adjustmentType The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "getterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@return The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@param adjustmentType The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                  \n@param adjustmentType The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinAdjustmentStep" : { "documentation" : "

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  ", "name" : "MinAdjustmentStep", "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "variable" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentStep", "marshallLocationName" : "MinAdjustmentStep", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "fluentSetterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyARN" : { "documentation" : "

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  ", "name" : "PolicyARN", "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyARN", "marshallLocationName" : "PolicyARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "getterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with this scaling policy.*/", "getterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@return The name of the Auto Scaling group associated with this scaling policy.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with this scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with this scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

                                                                                  The name of the scaling policy.

                                                                                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the scaling policy.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the scaling policy.

                                                                                  \n@param policyName The name of the scaling policy.*/", "getterDocumentation" : "/**

                                                                                  The name of the scaling policy.

                                                                                  \n@return The name of the scaling policy.*/", "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.*/", "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.*/" }, "EstimatedInstanceWarmup" : { "documentation" : "

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  ", "name" : "EstimatedInstanceWarmup", "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "variable" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedInstanceWarmup", "marshallLocationName" : "EstimatedInstanceWarmup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.*/", "getterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@return The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.*/", "fluentSetterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachInstancesResult" : { "c2jName" : "AttachInstancesResult", "documentation" : null, "shapeName" : "AttachInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "attachInstancesResult", "variableType" : "AttachInstancesResult", "variableDeclarationType" : "AttachInstancesResult", "documentation" : null, "simpleType" : "AttachInstancesResult", "variableSetterType" : "AttachInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteAutoScalingGroupResult" : { "c2jName" : "DeleteAutoScalingGroupResult", "documentation" : null, "shapeName" : "DeleteAutoScalingGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteAutoScalingGroupResult", "variableType" : "DeleteAutoScalingGroupResult", "variableDeclarationType" : "DeleteAutoScalingGroupResult", "documentation" : null, "simpleType" : "DeleteAutoScalingGroupResult", "variableSetterType" : "DeleteAutoScalingGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ExecutePolicyResult" : { "c2jName" : "ExecutePolicyResult", "documentation" : null, "shapeName" : "ExecutePolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "executePolicyResult", "variableType" : "ExecutePolicyResult", "variableDeclarationType" : "ExecutePolicyResult", "documentation" : null, "simpleType" : "ExecutePolicyResult", "variableSetterType" : "ExecutePolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeLifecycleHooksResult" : { "c2jName" : "DescribeLifecycleHooksAnswer", "documentation" : "", "shapeName" : "DescribeLifecycleHooksResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The lifecycle hooks for the specified group.

                                                                                  ", "name" : "LifecycleHooks", "c2jName" : "LifecycleHooks", "c2jShape" : "LifecycleHooks", "variable" : { "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The lifecycle hooks for the specified group.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHooks", "marshallLocationName" : "LifecycleHooks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LifecycleHook", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LifecycleHook", "variable" : { "variableName" : "member", "variableType" : "LifecycleHook", "variableDeclarationType" : "LifecycleHook", "documentation" : "", "simpleType" : "LifecycleHook", "variableSetterType" : "LifecycleHook" }, "setterModel" : { "variableName" : "member", "variableType" : "LifecycleHook", "variableDeclarationType" : "LifecycleHook", "documentation" : "", "simpleType" : "LifecycleHook", "variableSetterType" : "LifecycleHook" }, "getterModel" : { "returnType" : "LifecycleHook", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LifecycleHook", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n@param lifecycleHooks The lifecycle hooks for the specified group.*/", "getterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n@return The lifecycle hooks for the specified group.*/", "fluentSetterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n@param lifecycleHooks The lifecycle hooks for the specified group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLifecycleHooks(java.util.Collection)} or {@link #withLifecycleHooks(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param lifecycleHooks The lifecycle hooks for the specified group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLifecycleHooksResult", "variableType" : "DescribeLifecycleHooksResult", "variableDeclarationType" : "DescribeLifecycleHooksResult", "documentation" : null, "simpleType" : "DescribeLifecycleHooksResult", "variableSetterType" : "DescribeLifecycleHooksResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLifecycleHooksResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHooks" : { "documentation" : "

                                                                                  The lifecycle hooks for the specified group.

                                                                                  ", "name" : "LifecycleHooks", "c2jName" : "LifecycleHooks", "c2jShape" : "LifecycleHooks", "variable" : { "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The lifecycle hooks for the specified group.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHooks", "marshallLocationName" : "LifecycleHooks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LifecycleHook", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LifecycleHook", "variable" : { "variableName" : "member", "variableType" : "LifecycleHook", "variableDeclarationType" : "LifecycleHook", "documentation" : "", "simpleType" : "LifecycleHook", "variableSetterType" : "LifecycleHook" }, "setterModel" : { "variableName" : "member", "variableType" : "LifecycleHook", "variableDeclarationType" : "LifecycleHook", "documentation" : "", "simpleType" : "LifecycleHook", "variableSetterType" : "LifecycleHook" }, "getterModel" : { "returnType" : "LifecycleHook", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LifecycleHook", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n@param lifecycleHooks The lifecycle hooks for the specified group.*/", "getterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n@return The lifecycle hooks for the specified group.*/", "fluentSetterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n@param lifecycleHooks The lifecycle hooks for the specified group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The lifecycle hooks for the specified group.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLifecycleHooks(java.util.Collection)} or {@link #withLifecycleHooks(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param lifecycleHooks The lifecycle hooks for the specified group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AutoScalingInstanceDetails" : { "c2jName" : "AutoScalingInstanceDetails", "documentation" : "

                                                                                  Describes an EC2 instance associated with an Auto Scaling group.

                                                                                  ", "shapeName" : "AutoScalingInstanceDetails", "deprecated" : false, "required" : [ "InstanceId", "AutoScalingGroupName", "AvailabilityZone", "LifecycleState", "HealthStatus", "LaunchConfigurationName", "ProtectedFromScaleIn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The ID of the instance.

                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ID of the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.*/", "getterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@return The name of the Auto Scaling group associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The Availability Zone for the instance.

                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The Availability Zone for the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@param availabilityZone The Availability Zone for the instance.*/", "getterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@return The Availability Zone for the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  ", "name" : "LifecycleState", "c2jName" : "LifecycleState", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleState", "marshallLocationName" : "LifecycleState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@return The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  ", "name" : "HealthStatus", "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthStatus", "marshallLocationName" : "HealthStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "getterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@return The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "fluentSetterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The launch configuration associated with the instance.

                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The launch configuration associated with the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@param launchConfigurationName The launch configuration associated with the instance.*/", "getterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@return The launch configuration associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  ", "name" : "ProtectedFromScaleIn", "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProtectedFromScaleIn", "marshallLocationName" : "ProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "autoScalingInstanceDetails", "variableType" : "AutoScalingInstanceDetails", "variableDeclarationType" : "AutoScalingInstanceDetails", "documentation" : null, "simpleType" : "AutoScalingInstanceDetails", "variableSetterType" : "AutoScalingInstanceDetails" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LaunchConfigurationName" : { "documentation" : "

                                                                                  The launch configuration associated with the instance.

                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The launch configuration associated with the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@param launchConfigurationName The launch configuration associated with the instance.*/", "getterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@return The launch configuration associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The launch configuration associated with the instance.

                                                                                  \n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                                                                  The ID of the instance.

                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ID of the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ID of the instance.

                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.*/", "getterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@return The name of the Auto Scaling group associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the Auto Scaling group associated with the instance.

                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProtectedFromScaleIn" : { "documentation" : "

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  ", "name" : "ProtectedFromScaleIn", "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProtectedFromScaleIn", "marshallLocationName" : "ProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthStatus" : { "documentation" : "

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  ", "name" : "HealthStatus", "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthStatus", "marshallLocationName" : "HealthStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "getterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@return The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/", "fluentSetterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

                                                                                  \n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZone" : { "documentation" : "

                                                                                  The Availability Zone for the instance.

                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The Availability Zone for the instance.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@param availabilityZone The Availability Zone for the instance.*/", "getterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@return The Availability Zone for the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Availability Zone for the instance.

                                                                                  \n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleState" : { "documentation" : "

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  ", "name" : "LifecycleState", "c2jName" : "LifecycleState", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleState", "marshallLocationName" : "LifecycleState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@return The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.

                                                                                  \n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachLoadBalancersRequest" : { "c2jName" : "AttachLoadBalancersType", "documentation" : "", "shapeName" : "AttachLoadBalancersRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  One or more load balancer names.

                                                                                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  One or more load balancer names.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerNames", "marshallLocationName" : "LoadBalancerNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n@param loadBalancerNames One or more load balancer names.*/", "getterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n@return One or more load balancer names.*/", "fluentSetterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "attachLoadBalancersRequest", "variableType" : "AttachLoadBalancersRequest", "variableDeclarationType" : "AttachLoadBalancersRequest", "documentation" : null, "simpleType" : "AttachLoadBalancersRequest", "variableSetterType" : "AttachLoadBalancersRequest" }, "marshaller" : { "action" : "AttachLoadBalancers", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerNames" : { "documentation" : "

                                                                                  One or more load balancer names.

                                                                                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  One or more load balancer names.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerNames", "marshallLocationName" : "LoadBalancerNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n@param loadBalancerNames One or more load balancer names.*/", "getterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n@return One or more load balancer names.*/", "fluentSetterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  One or more load balancer names.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the group.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the group.

                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StepAdjustment" : { "c2jName" : "StepAdjustment", "documentation" : "

                                                                                  Describes an adjustment based on the difference between the value of the aggregated CloudWatch metric and the breach threshold that you've defined for the alarm.

                                                                                  For the following examples, suppose that you have an alarm with a breach threshold of 50:

                                                                                  • If you want the adjustment to be triggered when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.

                                                                                  • If you want the adjustment to be triggered when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.

                                                                                  There are a few rules for the step adjustments for your step policy:

                                                                                  • The ranges of your step adjustments can't overlap or have a gap.

                                                                                  • At most one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound.

                                                                                  • At most one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound.

                                                                                  • The upper and lower bound can't be null in the same step adjustment.

                                                                                  ", "shapeName" : "StepAdjustment", "deprecated" : false, "required" : [ "ScalingAdjustment" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  ", "name" : "MetricIntervalLowerBound", "c2jName" : "MetricIntervalLowerBound", "c2jShape" : "MetricScale", "variable" : { "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricIntervalLowerBound", "marshallLocationName" : "MetricIntervalLowerBound", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "getterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@return The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  ", "name" : "MetricIntervalUpperBound", "c2jName" : "MetricIntervalUpperBound", "c2jShape" : "MetricScale", "variable" : { "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricIntervalUpperBound", "marshallLocationName" : "MetricIntervalUpperBound", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.*/", "getterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@return The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.*/", "fluentSetterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "name" : "ScalingAdjustment", "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "variable" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingAdjustment", "marshallLocationName" : "ScalingAdjustment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "getterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stepAdjustment", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : null, "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricIntervalUpperBound" : { "documentation" : "

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  ", "name" : "MetricIntervalUpperBound", "c2jName" : "MetricIntervalUpperBound", "c2jShape" : "MetricScale", "variable" : { "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricIntervalUpperBound", "marshallLocationName" : "MetricIntervalUpperBound", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.*/", "getterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@return The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.*/", "fluentSetterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.

                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricIntervalLowerBound" : { "documentation" : "

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  ", "name" : "MetricIntervalLowerBound", "c2jName" : "MetricIntervalLowerBound", "c2jShape" : "MetricScale", "variable" : { "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricIntervalLowerBound", "marshallLocationName" : "MetricIntervalLowerBound", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "getterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@return The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScalingAdjustment" : { "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "name" : "ScalingAdjustment", "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "variable" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingAdjustment", "marshallLocationName" : "ScalingAdjustment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "getterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.*/", "fluentSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLifecycleHookTypesResult" : { "c2jName" : "DescribeLifecycleHookTypesAnswer", "documentation" : "", "shapeName" : "DescribeLifecycleHookTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  One or more of the following notification types:

                                                                                  • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                  • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                  ", "name" : "LifecycleHookTypes", "c2jName" : "LifecycleHookTypes", "c2jShape" : "AutoScalingNotificationTypes", "variable" : { "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  One or more of the following notification types:

                                                                                  • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                  • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookTypes", "marshallLocationName" : "LifecycleHookTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  One or more of the following notification types:

                                                                                  • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                  • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                  \n@param lifecycleHookTypes One or more of the following notification types:

                                                                                  • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                  • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                  • */", "getterDocumentation" : "/**

                                                                                    One or more of the following notification types:

                                                                                    • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                    • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                    \n@return One or more of the following notification types:

                                                                                    • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                    • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                      One or more of the following notification types:

                                                                                      • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                      • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                      \n@param lifecycleHookTypes One or more of the following notification types:

                                                                                      • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                      • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                        One or more of the following notification types:

                                                                                        • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                        • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                        \n

                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setLifecycleHookTypes(java.util.Collection)} or {@link #withLifecycleHookTypes(java.util.Collection)} if you want to override the existing values.

                                                                                        \n@param lifecycleHookTypes One or more of the following notification types:

                                                                                        • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                        • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLifecycleHookTypesResult", "variableType" : "DescribeLifecycleHookTypesResult", "variableDeclarationType" : "DescribeLifecycleHookTypesResult", "documentation" : null, "simpleType" : "DescribeLifecycleHookTypesResult", "variableSetterType" : "DescribeLifecycleHookTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLifecycleHookTypesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHookTypes" : { "documentation" : "

                                                                                          One or more of the following notification types:

                                                                                          • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                          • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                          ", "name" : "LifecycleHookTypes", "c2jName" : "LifecycleHookTypes", "c2jShape" : "AutoScalingNotificationTypes", "variable" : { "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                          One or more of the following notification types:

                                                                                          • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                          • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookTypes", "marshallLocationName" : "LifecycleHookTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                          One or more of the following notification types:

                                                                                          • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                          • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                          \n@param lifecycleHookTypes One or more of the following notification types:

                                                                                          • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                          • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                          • */", "getterDocumentation" : "/**

                                                                                            One or more of the following notification types:

                                                                                            • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                            • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                            \n@return One or more of the following notification types:

                                                                                            • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                            • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                              One or more of the following notification types:

                                                                                              • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                              • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                              \n@param lifecycleHookTypes One or more of the following notification types:

                                                                                              • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                              • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                One or more of the following notification types:

                                                                                                • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                                • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                                \n

                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setLifecycleHookTypes(java.util.Collection)} or {@link #withLifecycleHookTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                \n@param lifecycleHookTypes One or more of the following notification types:

                                                                                                • autoscaling:EC2_INSTANCE_LAUNCHING

                                                                                                • autoscaling:EC2_INSTANCE_TERMINATING

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnterStandbyRequest" : { "c2jName" : "EnterStandbyQuery", "documentation" : "", "shapeName" : "EnterStandbyRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "ShouldDecrementDesiredCapacity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n@param instanceIds One or more instances to move into Standby mode. You must specify at least one instance ID.*/", "getterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n@return One or more instances to move into Standby mode. You must specify at least one instance ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n@param instanceIds One or more instances to move into Standby mode. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param instanceIds One or more instances to move into Standby mode. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The name of the Auto Scaling group.

                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the Auto Scaling group.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  ", "name" : "ShouldDecrementDesiredCapacity", "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "variable" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "marshallLocationName" : "ShouldDecrementDesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@param shouldDecrementDesiredCapacity Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.*/", "getterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@return Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@param shouldDecrementDesiredCapacity Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@param shouldDecrementDesiredCapacity Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enterStandbyRequest", "variableType" : "EnterStandbyRequest", "variableDeclarationType" : "EnterStandbyRequest", "documentation" : null, "simpleType" : "EnterStandbyRequest", "variableSetterType" : "EnterStandbyRequest" }, "marshaller" : { "action" : "EnterStandby", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingGroupName" : { "documentation" : "

                                                                                                  The name of the Auto Scaling group.

                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the Auto Scaling group.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the Auto Scaling group.

                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShouldDecrementDesiredCapacity" : { "documentation" : "

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  ", "name" : "ShouldDecrementDesiredCapacity", "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "variable" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "marshallLocationName" : "ShouldDecrementDesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@param shouldDecrementDesiredCapacity Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.*/", "getterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@return Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@param shouldDecrementDesiredCapacity Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

                                                                                                  \n@param shouldDecrementDesiredCapacity Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n@param instanceIds One or more instances to move into Standby mode. You must specify at least one instance ID.*/", "getterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n@return One or more instances to move into Standby mode. You must specify at least one instance ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n@param instanceIds One or more instances to move into Standby mode. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  One or more instances to move into Standby mode. You must specify at least one instance ID.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param instanceIds One or more instances to move into Standby mode. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextToken", "documentation" : "

                                                                                                  The NextToken value is not valid.

                                                                                                  ", "shapeName" : "InvalidNextTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "variableDeclarationType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidNextToken", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ScalingActivityStatusCode" : { "c2jName" : "ScalingActivityStatusCode", "documentation" : "", "shapeName" : "ScalingActivityStatusCode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PendingSpotBidPlacement", "value" : "PendingSpotBidPlacement" }, { "name" : "WaitingForSpotInstanceRequestId", "value" : "WaitingForSpotInstanceRequestId" }, { "name" : "WaitingForSpotInstanceId", "value" : "WaitingForSpotInstanceId" }, { "name" : "WaitingForInstanceId", "value" : "WaitingForInstanceId" }, { "name" : "PreInService", "value" : "PreInService" }, { "name" : "InProgress", "value" : "InProgress" }, { "name" : "WaitingForELBConnectionDraining", "value" : "WaitingForELBConnectionDraining" }, { "name" : "MidLifecycleAction", "value" : "MidLifecycleAction" }, { "name" : "WaitingForInstanceWarmup", "value" : "WaitingForInstanceWarmup" }, { "name" : "Successful", "value" : "Successful" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "Cancelled", "value" : "Cancelled" } ], "variable" : { "variableName" : "scalingActivityStatusCode", "variableType" : "ScalingActivityStatusCode", "variableDeclarationType" : "ScalingActivityStatusCode", "documentation" : null, "simpleType" : "ScalingActivityStatusCode", "variableSetterType" : "ScalingActivityStatusCode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DisableMetricsCollectionRequest" : { "c2jName" : "DisableMetricsCollectionQuery", "documentation" : "", "shapeName" : "DisableMetricsCollectionRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.*/", "getterDocumentation" : "/**

                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                  \n@return The name or Amazon Resource Name (ARN) of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                  • GroupMinSize

                                                                                                  • GroupMaxSize

                                                                                                  • GroupDesiredCapacity

                                                                                                  • GroupInServiceInstances

                                                                                                  • GroupPendingInstances

                                                                                                  • GroupStandbyInstances

                                                                                                  • GroupTerminatingInstances

                                                                                                  • GroupTotalInstances

                                                                                                  ", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "Metrics", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                  • GroupMinSize

                                                                                                  • GroupMaxSize

                                                                                                  • GroupDesiredCapacity

                                                                                                  • GroupInServiceInstances

                                                                                                  • GroupPendingInstances

                                                                                                  • GroupStandbyInstances

                                                                                                  • GroupTerminatingInstances

                                                                                                  • GroupTotalInstances

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metrics", "marshallLocationName" : "Metrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                  • GroupMinSize

                                                                                                  • GroupMaxSize

                                                                                                  • GroupDesiredCapacity

                                                                                                  • GroupInServiceInstances

                                                                                                  • GroupPendingInstances

                                                                                                  • GroupStandbyInstances

                                                                                                  • GroupTerminatingInstances

                                                                                                  • GroupTotalInstances

                                                                                                  \n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                  • GroupMinSize

                                                                                                  • GroupMaxSize

                                                                                                  • GroupDesiredCapacity

                                                                                                  • GroupInServiceInstances

                                                                                                  • GroupPendingInstances

                                                                                                  • GroupStandbyInstances

                                                                                                  • GroupTerminatingInstances

                                                                                                  • GroupTotalInstances

                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                    One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                    • GroupMinSize

                                                                                                    • GroupMaxSize

                                                                                                    • GroupDesiredCapacity

                                                                                                    • GroupInServiceInstances

                                                                                                    • GroupPendingInstances

                                                                                                    • GroupStandbyInstances

                                                                                                    • GroupTerminatingInstances

                                                                                                    • GroupTotalInstances

                                                                                                    \n@return One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                    • GroupMinSize

                                                                                                    • GroupMaxSize

                                                                                                    • GroupDesiredCapacity

                                                                                                    • GroupInServiceInstances

                                                                                                    • GroupPendingInstances

                                                                                                    • GroupStandbyInstances

                                                                                                    • GroupTerminatingInstances

                                                                                                    • GroupTotalInstances

                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                      One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                      • GroupMinSize

                                                                                                      • GroupMaxSize

                                                                                                      • GroupDesiredCapacity

                                                                                                      • GroupInServiceInstances

                                                                                                      • GroupPendingInstances

                                                                                                      • GroupStandbyInstances

                                                                                                      • GroupTerminatingInstances

                                                                                                      • GroupTotalInstances

                                                                                                      \n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                      • GroupMinSize

                                                                                                      • GroupMaxSize

                                                                                                      • GroupDesiredCapacity

                                                                                                      • GroupInServiceInstances

                                                                                                      • GroupPendingInstances

                                                                                                      • GroupStandbyInstances

                                                                                                      • GroupTerminatingInstances

                                                                                                      • GroupTotalInstances

                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                        One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                        • GroupMinSize

                                                                                                        • GroupMaxSize

                                                                                                        • GroupDesiredCapacity

                                                                                                        • GroupInServiceInstances

                                                                                                        • GroupPendingInstances

                                                                                                        • GroupStandbyInstances

                                                                                                        • GroupTerminatingInstances

                                                                                                        • GroupTotalInstances

                                                                                                        \n

                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.

                                                                                                        \n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                        • GroupMinSize

                                                                                                        • GroupMaxSize

                                                                                                        • GroupDesiredCapacity

                                                                                                        • GroupInServiceInstances

                                                                                                        • GroupPendingInstances

                                                                                                        • GroupStandbyInstances

                                                                                                        • GroupTerminatingInstances

                                                                                                        • GroupTotalInstances

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableMetricsCollectionRequest", "variableType" : "DisableMetricsCollectionRequest", "variableDeclarationType" : "DisableMetricsCollectionRequest", "documentation" : null, "simpleType" : "DisableMetricsCollectionRequest", "variableSetterType" : "DisableMetricsCollectionRequest" }, "marshaller" : { "action" : "DisableMetricsCollection", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Metrics" : { "documentation" : "

                                                                                                          One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                          • GroupMinSize

                                                                                                          • GroupMaxSize

                                                                                                          • GroupDesiredCapacity

                                                                                                          • GroupInServiceInstances

                                                                                                          • GroupPendingInstances

                                                                                                          • GroupStandbyInstances

                                                                                                          • GroupTerminatingInstances

                                                                                                          • GroupTotalInstances

                                                                                                          ", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "Metrics", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                          • GroupMinSize

                                                                                                          • GroupMaxSize

                                                                                                          • GroupDesiredCapacity

                                                                                                          • GroupInServiceInstances

                                                                                                          • GroupPendingInstances

                                                                                                          • GroupStandbyInstances

                                                                                                          • GroupTerminatingInstances

                                                                                                          • GroupTotalInstances

                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metrics", "marshallLocationName" : "Metrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                          One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                          • GroupMinSize

                                                                                                          • GroupMaxSize

                                                                                                          • GroupDesiredCapacity

                                                                                                          • GroupInServiceInstances

                                                                                                          • GroupPendingInstances

                                                                                                          • GroupStandbyInstances

                                                                                                          • GroupTerminatingInstances

                                                                                                          • GroupTotalInstances

                                                                                                          \n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                          • GroupMinSize

                                                                                                          • GroupMaxSize

                                                                                                          • GroupDesiredCapacity

                                                                                                          • GroupInServiceInstances

                                                                                                          • GroupPendingInstances

                                                                                                          • GroupStandbyInstances

                                                                                                          • GroupTerminatingInstances

                                                                                                          • GroupTotalInstances

                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                            One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                            • GroupMinSize

                                                                                                            • GroupMaxSize

                                                                                                            • GroupDesiredCapacity

                                                                                                            • GroupInServiceInstances

                                                                                                            • GroupPendingInstances

                                                                                                            • GroupStandbyInstances

                                                                                                            • GroupTerminatingInstances

                                                                                                            • GroupTotalInstances

                                                                                                            \n@return One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                            • GroupMinSize

                                                                                                            • GroupMaxSize

                                                                                                            • GroupDesiredCapacity

                                                                                                            • GroupInServiceInstances

                                                                                                            • GroupPendingInstances

                                                                                                            • GroupStandbyInstances

                                                                                                            • GroupTerminatingInstances

                                                                                                            • GroupTotalInstances

                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                              One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                              • GroupMinSize

                                                                                                              • GroupMaxSize

                                                                                                              • GroupDesiredCapacity

                                                                                                              • GroupInServiceInstances

                                                                                                              • GroupPendingInstances

                                                                                                              • GroupStandbyInstances

                                                                                                              • GroupTerminatingInstances

                                                                                                              • GroupTotalInstances

                                                                                                              \n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                              • GroupMinSize

                                                                                                              • GroupMaxSize

                                                                                                              • GroupDesiredCapacity

                                                                                                              • GroupInServiceInstances

                                                                                                              • GroupPendingInstances

                                                                                                              • GroupStandbyInstances

                                                                                                              • GroupTerminatingInstances

                                                                                                              • GroupTotalInstances

                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                                • GroupMinSize

                                                                                                                • GroupMaxSize

                                                                                                                • GroupDesiredCapacity

                                                                                                                • GroupInServiceInstances

                                                                                                                • GroupPendingInstances

                                                                                                                • GroupStandbyInstances

                                                                                                                • GroupTerminatingInstances

                                                                                                                • GroupTotalInstances

                                                                                                                \n

                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.

                                                                                                                \n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are disabled.

                                                                                                                • GroupMinSize

                                                                                                                • GroupMaxSize

                                                                                                                • GroupDesiredCapacity

                                                                                                                • GroupInServiceInstances

                                                                                                                • GroupPendingInstances

                                                                                                                • GroupStandbyInstances

                                                                                                                • GroupTerminatingInstances

                                                                                                                • GroupTotalInstances

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.*/", "getterDocumentation" : "/**

                                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                                  \n@return The name or Amazon Resource Name (ARN) of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name or Amazon Resource Name (ARN) of the group.

                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAutoScalingNotificationTypesResult" : { "c2jName" : "DescribeAutoScalingNotificationTypesAnswer", "documentation" : "", "shapeName" : "DescribeAutoScalingNotificationTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  One or more of the following notification types:

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                  ", "name" : "AutoScalingNotificationTypes", "c2jName" : "AutoScalingNotificationTypes", "c2jShape" : "AutoScalingNotificationTypes", "variable" : { "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  One or more of the following notification types:

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingNotificationTypes", "marshallLocationName" : "AutoScalingNotificationTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  One or more of the following notification types:

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                  \n@param autoScalingNotificationTypes One or more of the following notification types:

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                    One or more of the following notification types:

                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                    • autoscaling:TEST_NOTIFICATION

                                                                                                                    \n@return One or more of the following notification types:

                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                    • autoscaling:TEST_NOTIFICATION

                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                      One or more of the following notification types:

                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                      • autoscaling:TEST_NOTIFICATION

                                                                                                                      \n@param autoScalingNotificationTypes One or more of the following notification types:

                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                      • autoscaling:TEST_NOTIFICATION

                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                        One or more of the following notification types:

                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                        • autoscaling:TEST_NOTIFICATION

                                                                                                                        \n

                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingNotificationTypes(java.util.Collection)} or {@link #withAutoScalingNotificationTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                        \n@param autoScalingNotificationTypes One or more of the following notification types:

                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                        • autoscaling:TEST_NOTIFICATION

                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAutoScalingNotificationTypesResult", "variableType" : "DescribeAutoScalingNotificationTypesResult", "variableDeclarationType" : "DescribeAutoScalingNotificationTypesResult", "documentation" : null, "simpleType" : "DescribeAutoScalingNotificationTypesResult", "variableSetterType" : "DescribeAutoScalingNotificationTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAutoScalingNotificationTypesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingNotificationTypes" : { "documentation" : "

                                                                                                                          One or more of the following notification types:

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                          ", "name" : "AutoScalingNotificationTypes", "c2jName" : "AutoScalingNotificationTypes", "c2jShape" : "AutoScalingNotificationTypes", "variable" : { "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                          One or more of the following notification types:

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingNotificationTypes", "marshallLocationName" : "AutoScalingNotificationTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                          One or more of the following notification types:

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                          \n@param autoScalingNotificationTypes One or more of the following notification types:

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                            One or more of the following notification types:

                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                            • autoscaling:TEST_NOTIFICATION

                                                                                                                            \n@return One or more of the following notification types:

                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                            • autoscaling:TEST_NOTIFICATION

                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                              One or more of the following notification types:

                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                              • autoscaling:TEST_NOTIFICATION

                                                                                                                              \n@param autoScalingNotificationTypes One or more of the following notification types:

                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                              • autoscaling:TEST_NOTIFICATION

                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                One or more of the following notification types:

                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                • autoscaling:TEST_NOTIFICATION

                                                                                                                                \n

                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingNotificationTypes(java.util.Collection)} or {@link #withAutoScalingNotificationTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                \n@param autoScalingNotificationTypes One or more of the following notification types:

                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                • autoscaling:TEST_NOTIFICATION

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SuspendedProcess" : { "c2jName" : "SuspendedProcess", "documentation" : "

                                                                                                                                  Describes an Auto Scaling process that has been suspended. For more information, see ProcessType.

                                                                                                                                  ", "shapeName" : "SuspendedProcess", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the suspended process.

                                                                                                                                  ", "name" : "ProcessName", "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the suspended process.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProcessName", "marshallLocationName" : "ProcessName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@param processName The name of the suspended process.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@return The name of the suspended process.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@param processName The name of the suspended process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@param processName The name of the suspended process.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  ", "name" : "SuspensionReason", "c2jName" : "SuspensionReason", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "suspensionReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "suspensionReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SuspensionReason", "marshallLocationName" : "SuspensionReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.*/", "getterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@return The reason that the process was suspended.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "suspendedProcess", "variableType" : "SuspendedProcess", "variableDeclarationType" : "SuspendedProcess", "documentation" : null, "simpleType" : "SuspendedProcess", "variableSetterType" : "SuspendedProcess" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ProcessName" : { "documentation" : "

                                                                                                                                  The name of the suspended process.

                                                                                                                                  ", "name" : "ProcessName", "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the suspended process.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "processName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProcessName", "marshallLocationName" : "ProcessName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@param processName The name of the suspended process.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@return The name of the suspended process.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@param processName The name of the suspended process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the suspended process.

                                                                                                                                  \n@param processName The name of the suspended process.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SuspensionReason" : { "documentation" : "

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  ", "name" : "SuspensionReason", "c2jName" : "SuspensionReason", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "suspensionReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "suspensionReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SuspensionReason", "marshallLocationName" : "SuspensionReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.*/", "getterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@return The reason that the process was suspended.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The reason that the process was suspended.

                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededFault", "documentation" : "

                                                                                                                                  You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.

                                                                                                                                  ", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

                                                                                                                                  Describes a tag for an Auto Scaling group.

                                                                                                                                  ", "shapeName" : "Tag", "deprecated" : false, "required" : [ "Key" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.*/", "getterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@return The type of resource. The only supported value is auto-scaling-group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@return The tag key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@return The tag value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "name" : "PropagateAtLaunch", "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "variable" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PropagateAtLaunch", "marshallLocationName" : "PropagateAtLaunch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.*/", "getterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@return Determines whether the tag is added to new instances as they are launched in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@return The tag value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.*/", "getterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@return The type of resource. The only supported value is auto-scaling-group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@return The tag key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PropagateAtLaunch" : { "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "name" : "PropagateAtLaunch", "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "variable" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PropagateAtLaunch", "marshallLocationName" : "PropagateAtLaunch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.*/", "getterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@return Determines whether the tag is added to new instances as they are launched in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeScalingProcessTypesResult" : { "c2jName" : "ProcessesType", "documentation" : "", "shapeName" : "DescribeScalingProcessTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The names of the process types.

                                                                                                                                  ", "name" : "Processes", "c2jName" : "Processes", "c2jShape" : "Processes", "variable" : { "variableName" : "processes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The names of the process types.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "processes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Processes", "marshallLocationName" : "Processes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProcessType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProcessType", "variable" : { "variableName" : "member", "variableType" : "ProcessType", "variableDeclarationType" : "ProcessType", "documentation" : "", "simpleType" : "ProcessType", "variableSetterType" : "ProcessType" }, "setterModel" : { "variableName" : "member", "variableType" : "ProcessType", "variableDeclarationType" : "ProcessType", "documentation" : "", "simpleType" : "ProcessType", "variableSetterType" : "ProcessType" }, "getterModel" : { "returnType" : "ProcessType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProcessType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n@param processes The names of the process types.*/", "getterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n@return The names of the process types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n@param processes The names of the process types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setProcesses(java.util.Collection)} or {@link #withProcesses(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param processes The names of the process types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeScalingProcessTypesResult", "variableType" : "DescribeScalingProcessTypesResult", "variableDeclarationType" : "DescribeScalingProcessTypesResult", "documentation" : null, "simpleType" : "DescribeScalingProcessTypesResult", "variableSetterType" : "DescribeScalingProcessTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeScalingProcessTypesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Processes" : { "documentation" : "

                                                                                                                                  The names of the process types.

                                                                                                                                  ", "name" : "Processes", "c2jName" : "Processes", "c2jShape" : "Processes", "variable" : { "variableName" : "processes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The names of the process types.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "processes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Processes", "marshallLocationName" : "Processes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProcessType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProcessType", "variable" : { "variableName" : "member", "variableType" : "ProcessType", "variableDeclarationType" : "ProcessType", "documentation" : "", "simpleType" : "ProcessType", "variableSetterType" : "ProcessType" }, "setterModel" : { "variableName" : "member", "variableType" : "ProcessType", "variableDeclarationType" : "ProcessType", "documentation" : "", "simpleType" : "ProcessType", "variableSetterType" : "ProcessType" }, "getterModel" : { "returnType" : "ProcessType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProcessType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n@param processes The names of the process types.*/", "getterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n@return The names of the process types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n@param processes The names of the process types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The names of the process types.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setProcesses(java.util.Collection)} or {@link #withProcesses(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param processes The names of the process types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetInstanceProtectionRequest" : { "c2jName" : "SetInstanceProtectionQuery", "documentation" : "", "shapeName" : "SetInstanceProtectionRequest", "deprecated" : false, "required" : [ "InstanceIds", "AutoScalingGroupName", "ProtectedFromScaleIn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@return One or more instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "name" : "ProtectedFromScaleIn", "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "ProtectedFromScaleIn", "variable" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProtectedFromScaleIn", "marshallLocationName" : "ProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setInstanceProtectionRequest", "variableType" : "SetInstanceProtectionRequest", "variableDeclarationType" : "SetInstanceProtectionRequest", "documentation" : null, "simpleType" : "SetInstanceProtectionRequest", "variableSetterType" : "SetInstanceProtectionRequest" }, "marshaller" : { "action" : "SetInstanceProtection", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProtectedFromScaleIn" : { "documentation" : "

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "name" : "ProtectedFromScaleIn", "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "ProtectedFromScaleIn", "variable" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProtectedFromScaleIn", "marshallLocationName" : "ProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@return One or more instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteScheduledActionRequest" : { "c2jName" : "DeleteScheduledActionType", "documentation" : "", "shapeName" : "DeleteScheduledActionRequest", "deprecated" : false, "required" : [ "ScheduledActionName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the action to delete.

                                                                                                                                  ", "name" : "ScheduledActionName", "c2jName" : "ScheduledActionName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the action to delete.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionName", "marshallLocationName" : "ScheduledActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@param scheduledActionName The name of the action to delete.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@return The name of the action to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@param scheduledActionName The name of the action to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@param scheduledActionName The name of the action to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteScheduledActionRequest", "variableType" : "DeleteScheduledActionRequest", "variableDeclarationType" : "DeleteScheduledActionRequest", "documentation" : null, "simpleType" : "DeleteScheduledActionRequest", "variableSetterType" : "DeleteScheduledActionRequest" }, "marshaller" : { "action" : "DeleteScheduledAction", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ScheduledActionName" : { "documentation" : "

                                                                                                                                  The name of the action to delete.

                                                                                                                                  ", "name" : "ScheduledActionName", "c2jName" : "ScheduledActionName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the action to delete.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionName", "marshallLocationName" : "ScheduledActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@param scheduledActionName The name of the action to delete.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@return The name of the action to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@param scheduledActionName The name of the action to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the action to delete.

                                                                                                                                  \n@param scheduledActionName The name of the action to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResumeProcessesResult" : { "c2jName" : "ResumeProcessesResult", "documentation" : null, "shapeName" : "ResumeProcessesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resumeProcessesResult", "variableType" : "ResumeProcessesResult", "variableDeclarationType" : "ResumeProcessesResult", "documentation" : null, "simpleType" : "ResumeProcessesResult", "variableSetterType" : "ResumeProcessesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeMetricCollectionTypesResult" : { "c2jName" : "DescribeMetricCollectionTypesAnswer", "documentation" : "", "shapeName" : "DescribeMetricCollectionTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  One or more metrics.

                                                                                                                                  ", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "MetricCollectionTypes", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more metrics.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metrics", "marshallLocationName" : "Metrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricCollectionType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricCollectionType", "variable" : { "variableName" : "member", "variableType" : "MetricCollectionType", "variableDeclarationType" : "MetricCollectionType", "documentation" : "", "simpleType" : "MetricCollectionType", "variableSetterType" : "MetricCollectionType" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricCollectionType", "variableDeclarationType" : "MetricCollectionType", "documentation" : "", "simpleType" : "MetricCollectionType", "variableSetterType" : "MetricCollectionType" }, "getterModel" : { "returnType" : "MetricCollectionType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "MetricCollectionType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n@param metrics One or more metrics.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n@return One or more metrics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n@param metrics One or more metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param metrics One or more metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  ", "name" : "Granularities", "c2jName" : "Granularities", "c2jShape" : "MetricGranularityTypes", "variable" : { "variableName" : "granularities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "granularities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularities", "marshallLocationName" : "Granularities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricGranularityType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricGranularityType", "variable" : { "variableName" : "member", "variableType" : "MetricGranularityType", "variableDeclarationType" : "MetricGranularityType", "documentation" : "", "simpleType" : "MetricGranularityType", "variableSetterType" : "MetricGranularityType" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricGranularityType", "variableDeclarationType" : "MetricGranularityType", "documentation" : "", "simpleType" : "MetricGranularityType", "variableSetterType" : "MetricGranularityType" }, "getterModel" : { "returnType" : "MetricGranularityType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "MetricGranularityType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n@param granularities The granularities for the metrics.*/", "getterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n@return The granularities for the metrics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n@param granularities The granularities for the metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGranularities(java.util.Collection)} or {@link #withGranularities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param granularities The granularities for the metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeMetricCollectionTypesResult", "variableType" : "DescribeMetricCollectionTypesResult", "variableDeclarationType" : "DescribeMetricCollectionTypesResult", "documentation" : null, "simpleType" : "DescribeMetricCollectionTypesResult", "variableSetterType" : "DescribeMetricCollectionTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeMetricCollectionTypesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Metrics" : { "documentation" : "

                                                                                                                                  One or more metrics.

                                                                                                                                  ", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "MetricCollectionTypes", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more metrics.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metrics", "marshallLocationName" : "Metrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricCollectionType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricCollectionType", "variable" : { "variableName" : "member", "variableType" : "MetricCollectionType", "variableDeclarationType" : "MetricCollectionType", "documentation" : "", "simpleType" : "MetricCollectionType", "variableSetterType" : "MetricCollectionType" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricCollectionType", "variableDeclarationType" : "MetricCollectionType", "documentation" : "", "simpleType" : "MetricCollectionType", "variableSetterType" : "MetricCollectionType" }, "getterModel" : { "returnType" : "MetricCollectionType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "MetricCollectionType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n@param metrics One or more metrics.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n@return One or more metrics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n@param metrics One or more metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more metrics.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param metrics One or more metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Granularities" : { "documentation" : "

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  ", "name" : "Granularities", "c2jName" : "Granularities", "c2jShape" : "MetricGranularityTypes", "variable" : { "variableName" : "granularities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "granularities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Granularities", "marshallLocationName" : "Granularities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricGranularityType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricGranularityType", "variable" : { "variableName" : "member", "variableType" : "MetricGranularityType", "variableDeclarationType" : "MetricGranularityType", "documentation" : "", "simpleType" : "MetricGranularityType", "variableSetterType" : "MetricGranularityType" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricGranularityType", "variableDeclarationType" : "MetricGranularityType", "documentation" : "", "simpleType" : "MetricGranularityType", "variableSetterType" : "MetricGranularityType" }, "getterModel" : { "returnType" : "MetricGranularityType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "MetricGranularityType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n@param granularities The granularities for the metrics.*/", "getterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n@return The granularities for the metrics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n@param granularities The granularities for the metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The granularities for the metrics.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGranularities(java.util.Collection)} or {@link #withGranularities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param granularities The granularities for the metrics.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateOrUpdateTagsRequest" : { "c2jName" : "CreateOrUpdateTagsType", "documentation" : "", "shapeName" : "CreateOrUpdateTagsRequest", "deprecated" : false, "required" : [ "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n@param tags One or more tags.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n@return One or more tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createOrUpdateTagsRequest", "variableType" : "CreateOrUpdateTagsRequest", "variableDeclarationType" : "CreateOrUpdateTagsRequest", "documentation" : null, "simpleType" : "CreateOrUpdateTagsRequest", "variableSetterType" : "CreateOrUpdateTagsRequest" }, "marshaller" : { "action" : "CreateOrUpdateTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n@param tags One or more tags.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n@return One or more tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param tags One or more tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachLoadBalancersRequest" : { "c2jName" : "DetachLoadBalancersType", "documentation" : "", "shapeName" : "DetachLoadBalancersRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  One or more load balancer names.

                                                                                                                                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more load balancer names.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerNames", "marshallLocationName" : "LoadBalancerNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n@param loadBalancerNames One or more load balancer names.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n@return One or more load balancer names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "detachLoadBalancersRequest", "variableType" : "DetachLoadBalancersRequest", "variableDeclarationType" : "DetachLoadBalancersRequest", "documentation" : null, "simpleType" : "DetachLoadBalancersRequest", "variableSetterType" : "DetachLoadBalancersRequest" }, "marshaller" : { "action" : "DetachLoadBalancers", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerNames" : { "documentation" : "

                                                                                                                                  One or more load balancer names.

                                                                                                                                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more load balancer names.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerNames", "marshallLocationName" : "LoadBalancerNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n@param loadBalancerNames One or more load balancer names.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n@return One or more load balancer names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more load balancer names.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param loadBalancerNames One or more load balancer names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteLaunchConfigurationResult" : { "c2jName" : "DeleteLaunchConfigurationResult", "documentation" : null, "shapeName" : "DeleteLaunchConfigurationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteLaunchConfigurationResult", "variableType" : "DeleteLaunchConfigurationResult", "variableDeclarationType" : "DeleteLaunchConfigurationResult", "documentation" : null, "simpleType" : "DeleteLaunchConfigurationResult", "variableSetterType" : "DeleteLaunchConfigurationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeLoadBalancersRequest" : { "c2jName" : "DescribeLoadBalancersRequest", "documentation" : "", "shapeName" : "DescribeLoadBalancersRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "variableDeclarationType" : "DescribeLoadBalancersRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "marshaller" : { "action" : "DescribeLoadBalancers", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribePoliciesResult" : { "c2jName" : "PoliciesType", "documentation" : "", "shapeName" : "DescribePoliciesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The scaling policies.

                                                                                                                                  ", "name" : "ScalingPolicies", "c2jName" : "ScalingPolicies", "c2jShape" : "ScalingPolicies", "variable" : { "variableName" : "scalingPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The scaling policies.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scalingPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingPolicies", "marshallLocationName" : "ScalingPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ScalingPolicy", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ScalingPolicy", "variable" : { "variableName" : "member", "variableType" : "ScalingPolicy", "variableDeclarationType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "setterModel" : { "variableName" : "member", "variableType" : "ScalingPolicy", "variableDeclarationType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "getterModel" : { "returnType" : "ScalingPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ScalingPolicy", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n@param scalingPolicies The scaling policies.*/", "getterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n@return The scaling policies.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n@param scalingPolicies The scaling policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingPolicies(java.util.Collection)} or {@link #withScalingPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param scalingPolicies The scaling policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describePoliciesResult", "variableType" : "DescribePoliciesResult", "variableDeclarationType" : "DescribePoliciesResult", "documentation" : null, "simpleType" : "DescribePoliciesResult", "variableSetterType" : "DescribePoliciesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribePoliciesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ScalingPolicies" : { "documentation" : "

                                                                                                                                  The scaling policies.

                                                                                                                                  ", "name" : "ScalingPolicies", "c2jName" : "ScalingPolicies", "c2jShape" : "ScalingPolicies", "variable" : { "variableName" : "scalingPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The scaling policies.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scalingPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingPolicies", "marshallLocationName" : "ScalingPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ScalingPolicy", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ScalingPolicy", "variable" : { "variableName" : "member", "variableType" : "ScalingPolicy", "variableDeclarationType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "setterModel" : { "variableName" : "member", "variableType" : "ScalingPolicy", "variableDeclarationType" : "ScalingPolicy", "documentation" : "", "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "getterModel" : { "returnType" : "ScalingPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ScalingPolicy", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n@param scalingPolicies The scaling policies.*/", "getterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n@return The scaling policies.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n@param scalingPolicies The scaling policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The scaling policies.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScalingPolicies(java.util.Collection)} or {@link #withScalingPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param scalingPolicies The scaling policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteAutoScalingGroupRequest" : { "c2jName" : "DeleteAutoScalingGroupType", "documentation" : "", "shapeName" : "DeleteAutoScalingGroupRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the group to delete.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group to delete.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@param autoScalingGroupName The name of the group to delete.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@return The name of the group to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@param autoScalingGroupName The name of the group to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@param autoScalingGroupName The name of the group to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  ", "name" : "ForceDelete", "c2jName" : "ForceDelete", "c2jShape" : "ForceDelete", "variable" : { "variableName" : "forceDelete", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "forceDelete", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForceDelete", "marshallLocationName" : "ForceDelete", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@param forceDelete Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@return Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@param forceDelete Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@param forceDelete Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteAutoScalingGroupRequest", "variableType" : "DeleteAutoScalingGroupRequest", "variableDeclarationType" : "DeleteAutoScalingGroupRequest", "documentation" : null, "simpleType" : "DeleteAutoScalingGroupRequest", "variableSetterType" : "DeleteAutoScalingGroupRequest" }, "marshaller" : { "action" : "DeleteAutoScalingGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group to delete.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group to delete.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@param autoScalingGroupName The name of the group to delete.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@return The name of the group to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@param autoScalingGroupName The name of the group to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group to delete.

                                                                                                                                  \n@param autoScalingGroupName The name of the group to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ForceDelete" : { "documentation" : "

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  ", "name" : "ForceDelete", "c2jName" : "ForceDelete", "c2jShape" : "ForceDelete", "variable" : { "variableName" : "forceDelete", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "forceDelete", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForceDelete", "marshallLocationName" : "ForceDelete", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@param forceDelete Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@return Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@param forceDelete Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.

                                                                                                                                  \n@param forceDelete Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ScheduledUpdateGroupAction" : { "c2jName" : "ScheduledUpdateGroupAction", "documentation" : "

                                                                                                                                  Describes a scheduled update to an Auto Scaling group.

                                                                                                                                  ", "shapeName" : "ScheduledUpdateGroupAction", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  ", "name" : "ScheduledActionName", "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionName", "marshallLocationName" : "ScheduledActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@return The name of the scheduled action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  ", "name" : "ScheduledActionARN", "c2jName" : "ScheduledActionARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "scheduledActionARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionARN", "marshallLocationName" : "ScheduledActionARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.*/", "getterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the scheduled action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  ", "name" : "Time", "c2jName" : "Time", "c2jShape" : "TimestampType", "variable" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Time", "marshallLocationName" : "Time", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@param time This parameter is deprecated.*/", "getterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@return This parameter is deprecated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@param startTime The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "getterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@return The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@param startTime The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@param startTime The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@param endTime The date and time that the action is scheduled to end. This date and time can be up to one month in the future.*/", "getterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@return The date and time that the action is scheduled to end. This date and time can be up to one month in the future.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@param endTime The date and time that the action is scheduled to end. This date and time can be up to one month in the future.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@param endTime The date and time that the action is scheduled to end. This date and time can be up to one month in the future.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  ", "name" : "Recurrence", "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Recurrence", "marshallLocationName" : "Recurrence", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@param recurrence The recurring schedule for the action.*/", "getterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@return The recurring schedule for the action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@param recurrence The recurring schedule for the action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@param recurrence The recurring schedule for the action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@return The minimum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@return The maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@param desiredCapacity The number of instances you prefer to maintain in the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@return The number of instances you prefer to maintain in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@param desiredCapacity The number of instances you prefer to maintain in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@param desiredCapacity The number of instances you prefer to maintain in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "scheduledUpdateGroupAction", "variableType" : "ScheduledUpdateGroupAction", "variableDeclarationType" : "ScheduledUpdateGroupAction", "documentation" : null, "simpleType" : "ScheduledUpdateGroupAction", "variableSetterType" : "ScheduledUpdateGroupAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Recurrence" : { "documentation" : "

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  ", "name" : "Recurrence", "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Recurrence", "marshallLocationName" : "Recurrence", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@param recurrence The recurring schedule for the action.*/", "getterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@return The recurring schedule for the action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@param recurrence The recurring schedule for the action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The recurring schedule for the action.

                                                                                                                                  \n@param recurrence The recurring schedule for the action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinSize" : { "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@return The minimum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScheduledActionName" : { "documentation" : "

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  ", "name" : "ScheduledActionName", "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionName", "marshallLocationName" : "ScheduledActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@return The name of the scheduled action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the scheduled action.

                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@param endTime The date and time that the action is scheduled to end. This date and time can be up to one month in the future.*/", "getterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@return The date and time that the action is scheduled to end. This date and time can be up to one month in the future.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@param endTime The date and time that the action is scheduled to end. This date and time can be up to one month in the future.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

                                                                                                                                  \n@param endTime The date and time that the action is scheduled to end. This date and time can be up to one month in the future.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@param startTime The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "getterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@return The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@param startTime The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                  \n@param startTime The date and time that the action is scheduled to begin. This date and time can be up to one month in the future.

                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DesiredCapacity" : { "documentation" : "

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@param desiredCapacity The number of instances you prefer to maintain in the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@return The number of instances you prefer to maintain in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@param desiredCapacity The number of instances you prefer to maintain in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                  \n@param desiredCapacity The number of instances you prefer to maintain in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Time" : { "documentation" : "

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  ", "name" : "Time", "c2jName" : "Time", "c2jShape" : "TimestampType", "variable" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Time", "marshallLocationName" : "Time", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@param time This parameter is deprecated.*/", "getterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@return This parameter is deprecated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  This parameter is deprecated.

                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxSize" : { "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@return The maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScheduledActionARN" : { "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  ", "name" : "ScheduledActionARN", "c2jName" : "ScheduledActionARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "scheduledActionARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionARN", "marshallLocationName" : "ScheduledActionARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.*/", "getterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the scheduled action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAutoScalingGroupRequest" : { "c2jName" : "CreateAutoScalingGroupType", "documentation" : "", "shapeName" : "CreateAutoScalingGroupRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "MinSize", "MaxSize" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@param autoScalingGroupName The name of the group. This name must be unique within the scope of your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@return The name of the group. This name must be unique within the scope of your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@param autoScalingGroupName The name of the group. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@param autoScalingGroupName The name of the group. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@return The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param instanceId The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param instanceId The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param instanceId The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@return The minimum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@return The maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@return The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "DefaultCooldown", "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCooldown", "marshallLocationName" : "DefaultCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n@return One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerNames", "marshallLocationName" : "LoadBalancerNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param loadBalancerNames One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param loadBalancerNames One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param loadBalancerNames One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "HealthCheckType", "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckType", "marshallLocationName" : "HealthCheckType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "HealthCheckGracePeriod", "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "variable" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckGracePeriod", "marshallLocationName" : "HealthCheckGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  ", "name" : "PlacementGroup", "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementGroup", "marshallLocationName" : "PlacementGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@return The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "VPCZoneIdentifier", "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCZoneIdentifier", "marshallLocationName" : "VPCZoneIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param vPCZoneIdentifier A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param vPCZoneIdentifier A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param vPCZoneIdentifier A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "TerminationPolicies", "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TerminationPolicies", "marshallLocationName" : "TerminationPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param terminationPolicies One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param terminationPolicies One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTerminationPolicies(java.util.Collection)} or {@link #withTerminationPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param terminationPolicies One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "name" : "NewInstancesProtectedFromScaleIn", "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@return Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param tags One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param tags One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param tags One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAutoScalingGroupRequest", "variableType" : "CreateAutoScalingGroupRequest", "variableDeclarationType" : "CreateAutoScalingGroupRequest", "documentation" : null, "simpleType" : "CreateAutoScalingGroupRequest", "variableSetterType" : "CreateAutoScalingGroupRequest" }, "marshaller" : { "action" : "CreateAutoScalingGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerNames" : { "documentation" : "

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerNames", "marshallLocationName" : "LoadBalancerNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param loadBalancerNames One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param loadBalancerNames One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param loadBalancerNames One or more load balancers.

                                                                                                                                  For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchConfigurationName" : { "documentation" : "

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@return The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param instanceId The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param instanceId The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param instanceId The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

                                                                                                                                  When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

                                                                                                                                  For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n@return One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DesiredCapacity" : { "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@return The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckGracePeriod" : { "documentation" : "

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "HealthCheckGracePeriod", "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "variable" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckGracePeriod", "marshallLocationName" : "HealthCheckGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckGracePeriod The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300.

                                                                                                                                  This parameter is required if you are adding an ELB health check.

                                                                                                                                  For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxSize" : { "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@return The maximum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum size of the group.

                                                                                                                                  \n@param maxSize The maximum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewInstancesProtectedFromScaleIn" : { "documentation" : "

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "name" : "NewInstancesProtectedFromScaleIn", "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "variable" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "getterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@return Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                  \n@param newInstancesProtectedFromScaleIn Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinSize" : { "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The minimum size of the group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@return The minimum size of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The minimum size of the group.

                                                                                                                                  \n@param minSize The minimum size of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultCooldown" : { "documentation" : "

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "DefaultCooldown", "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "defaultCooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCooldown", "marshallLocationName" : "DefaultCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param defaultCooldown The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TerminationPolicies" : { "documentation" : "

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "TerminationPolicies", "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "terminationPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TerminationPolicies", "marshallLocationName" : "TerminationPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param terminationPolicies One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param terminationPolicies One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTerminationPolicies(java.util.Collection)} or {@link #withTerminationPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param terminationPolicies One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.

                                                                                                                                  For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@param autoScalingGroupName The name of the group. This name must be unique within the scope of your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@return The name of the group. This name must be unique within the scope of your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@param autoScalingGroupName The name of the group. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group. This name must be unique within the scope of your AWS account.

                                                                                                                                  \n@param autoScalingGroupName The name of the group. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPCZoneIdentifier" : { "documentation" : "

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "VPCZoneIdentifier", "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCZoneIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCZoneIdentifier", "marshallLocationName" : "VPCZoneIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param vPCZoneIdentifier A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param vPCZoneIdentifier A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param vPCZoneIdentifier A comma-separated list of subnet identifiers for your virtual private cloud (VPC).

                                                                                                                                  If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.

                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlacementGroup" : { "documentation" : "

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  ", "name" : "PlacementGroup", "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementGroup", "marshallLocationName" : "PlacementGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@return The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                  \n@param placementGroup The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckType" : { "documentation" : "

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "HealthCheckType", "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthCheckType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckType", "marshallLocationName" : "HealthCheckType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param healthCheckType The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                  By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param tags One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n@return One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n@param tags One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param tags One or more tags.

                                                                                                                                  For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetDesiredCapacityRequest" : { "c2jName" : "SetDesiredCapacityType", "documentation" : "", "shapeName" : "SetDesiredCapacityRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "DesiredCapacity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@return The number of EC2 instances that should be running in the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  ", "name" : "HonorCooldown", "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "variable" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HonorCooldown", "marshallLocationName" : "HonorCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/", "getterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@return By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setDesiredCapacityRequest", "variableType" : "SetDesiredCapacityRequest", "variableDeclarationType" : "SetDesiredCapacityRequest", "documentation" : null, "simpleType" : "SetDesiredCapacityRequest", "variableSetterType" : "SetDesiredCapacityRequest" }, "marshaller" : { "action" : "SetDesiredCapacity", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HonorCooldown" : { "documentation" : "

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  ", "name" : "HonorCooldown", "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "variable" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HonorCooldown", "marshallLocationName" : "HonorCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/", "getterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@return By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

                                                                                                                                  \n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DesiredCapacity" : { "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@return The number of EC2 instances that should be running in the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetInstanceProtectionResult" : { "c2jName" : "SetInstanceProtectionAnswer", "documentation" : "", "shapeName" : "SetInstanceProtectionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setInstanceProtectionResult", "variableType" : "SetInstanceProtectionResult", "variableDeclarationType" : "SetInstanceProtectionResult", "documentation" : null, "simpleType" : "SetInstanceProtectionResult", "variableSetterType" : "SetInstanceProtectionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "SetInstanceProtectionResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AlreadyExistsException" : { "c2jName" : "AlreadyExistsFault", "documentation" : "

                                                                                                                                  You already have an Auto Scaling group or launch configuration with this name.

                                                                                                                                  ", "shapeName" : "AlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "alreadyExistsException", "variableType" : "AlreadyExistsException", "variableDeclarationType" : "AlreadyExistsException", "documentation" : null, "simpleType" : "AlreadyExistsException", "variableSetterType" : "AlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TagDescription" : { "c2jName" : "TagDescription", "documentation" : "

                                                                                                                                  Describes a tag for an Auto Scaling group.

                                                                                                                                  ", "shapeName" : "TagDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.*/", "getterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@return The type of resource. The only supported value is auto-scaling-group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@return The tag key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@return The tag value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "name" : "PropagateAtLaunch", "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "variable" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PropagateAtLaunch", "marshallLocationName" : "PropagateAtLaunch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.*/", "getterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@return Determines whether the tag is added to new instances as they are launched in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tagDescription", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param resourceId The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag value.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@return The tag value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag value.

                                                                                                                                  \n@param value The tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "XmlString", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.*/", "getterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@return The type of resource. The only supported value is auto-scaling-group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                  \n@param resourceType The type of resource. The only supported value is auto-scaling-group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The tag key.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.*/", "getterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@return The tag key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The tag key.

                                                                                                                                  \n@param key The tag key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PropagateAtLaunch" : { "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "name" : "PropagateAtLaunch", "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "variable" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PropagateAtLaunch", "marshallLocationName" : "PropagateAtLaunch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.*/", "getterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@return Determines whether the tag is added to new instances as they are launched in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                  \n@param propagateAtLaunch Determines whether the tag is added to new instances as they are launched in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CompleteLifecycleActionRequest" : { "c2jName" : "CompleteLifecycleActionType", "documentation" : "", "shapeName" : "CompleteLifecycleActionRequest", "deprecated" : false, "required" : [ "LifecycleHookName", "AutoScalingGroupName", "LifecycleActionResult" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@param autoScalingGroupName The name of the group for the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@return The name of the group for the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  ", "name" : "LifecycleActionToken", "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "variable" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleActionToken", "marshallLocationName" : "LifecycleActionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@return A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  ", "name" : "LifecycleActionResult", "c2jName" : "LifecycleActionResult", "c2jShape" : "LifecycleActionResult", "variable" : { "variableName" : "lifecycleActionResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleActionResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleActionResult", "marshallLocationName" : "LifecycleActionResult", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/", "getterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@return The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "completeLifecycleActionRequest", "variableType" : "CompleteLifecycleActionRequest", "variableDeclarationType" : "CompleteLifecycleActionRequest", "documentation" : null, "simpleType" : "CompleteLifecycleActionRequest", "variableSetterType" : "CompleteLifecycleActionRequest" }, "marshaller" : { "action" : "CompleteLifecycleAction", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHookName" : { "documentation" : "

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@param autoScalingGroupName The name of the group for the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@return The name of the group for the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group for the lifecycle hook.

                                                                                                                                  \n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleActionResult" : { "documentation" : "

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  ", "name" : "LifecycleActionResult", "c2jName" : "LifecycleActionResult", "c2jShape" : "LifecycleActionResult", "variable" : { "variableName" : "lifecycleActionResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleActionResult", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleActionResult", "marshallLocationName" : "LifecycleActionResult", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/", "getterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@return The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The action for the group to take. This parameter can be either CONTINUE or ABANDON.

                                                                                                                                  \n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleActionToken" : { "documentation" : "

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  ", "name" : "LifecycleActionToken", "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "variable" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleActionToken", "marshallLocationName" : "LifecycleActionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@return A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                  \n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachInstancesRequest" : { "c2jName" : "AttachInstancesQuery", "documentation" : "", "shapeName" : "AttachInstancesRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@return One or more instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "attachInstancesRequest", "variableType" : "AttachInstancesRequest", "variableDeclarationType" : "AttachInstancesRequest", "documentation" : null, "simpleType" : "AttachInstancesRequest", "variableSetterType" : "AttachInstancesRequest" }, "marshaller" : { "action" : "AttachInstances", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@return One or more instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetInstanceHealthRequest" : { "c2jName" : "SetInstanceHealthQuery", "documentation" : "", "shapeName" : "SetInstanceHealthRequest", "deprecated" : false, "required" : [ "InstanceId", "HealthStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  ", "name" : "HealthStatus", "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthStatus", "marshallLocationName" : "HealthStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@param healthStatus The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.*/", "getterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@return The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@param healthStatus The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@param healthStatus The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  ", "name" : "ShouldRespectGracePeriod", "c2jName" : "ShouldRespectGracePeriod", "c2jShape" : "ShouldRespectGracePeriod", "variable" : { "variableName" : "shouldRespectGracePeriod", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldRespectGracePeriod", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldRespectGracePeriod", "marshallLocationName" : "ShouldRespectGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@param shouldRespectGracePeriod If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.*/", "getterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@return If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@param shouldRespectGracePeriod If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@param shouldRespectGracePeriod If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setInstanceHealthRequest", "variableType" : "SetInstanceHealthRequest", "variableDeclarationType" : "SetInstanceHealthRequest", "documentation" : null, "simpleType" : "SetInstanceHealthRequest", "variableSetterType" : "SetInstanceHealthRequest" }, "marshaller" : { "action" : "SetInstanceHealth", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceId" : { "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The ID of the instance.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the instance.

                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShouldRespectGracePeriod" : { "documentation" : "

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  ", "name" : "ShouldRespectGracePeriod", "c2jName" : "ShouldRespectGracePeriod", "c2jShape" : "ShouldRespectGracePeriod", "variable" : { "variableName" : "shouldRespectGracePeriod", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldRespectGracePeriod", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldRespectGracePeriod", "marshallLocationName" : "ShouldRespectGracePeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@param shouldRespectGracePeriod If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.*/", "getterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@return If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@param shouldRespectGracePeriod If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.

                                                                                                                                  \n@param shouldRespectGracePeriod If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

                                                                                                                                  For more information, see the description of the health check grace period for CreateAutoScalingGroup.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthStatus" : { "documentation" : "

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  ", "name" : "HealthStatus", "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "healthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthStatus", "marshallLocationName" : "HealthStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@param healthStatus The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.*/", "getterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@return The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@param healthStatus The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

                                                                                                                                  \n@param healthStatus The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAdjustmentTypesRequest" : { "c2jName" : "DescribeAdjustmentTypesRequest", "documentation" : null, "shapeName" : "DescribeAdjustmentTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeAdjustmentTypesRequest", "variableType" : "DescribeAdjustmentTypesRequest", "variableDeclarationType" : "DescribeAdjustmentTypesRequest", "documentation" : null, "simpleType" : "DescribeAdjustmentTypesRequest", "variableSetterType" : "DescribeAdjustmentTypesRequest" }, "marshaller" : { "action" : "DescribeAdjustmentTypes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutNotificationConfigurationResult" : { "c2jName" : "PutNotificationConfigurationResult", "documentation" : null, "shapeName" : "PutNotificationConfigurationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putNotificationConfigurationResult", "variableType" : "PutNotificationConfigurationResult", "variableDeclarationType" : "PutNotificationConfigurationResult", "documentation" : null, "simpleType" : "PutNotificationConfigurationResult", "variableSetterType" : "PutNotificationConfigurationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeNotificationConfigurationsResult" : { "c2jName" : "DescribeNotificationConfigurationsAnswer", "documentation" : "", "shapeName" : "DescribeNotificationConfigurationsResult", "deprecated" : false, "required" : [ "NotificationConfigurations" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The notification configurations.

                                                                                                                                  ", "name" : "NotificationConfigurations", "c2jName" : "NotificationConfigurations", "c2jShape" : "NotificationConfigurations", "variable" : { "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The notification configurations.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationConfigurations", "marshallLocationName" : "NotificationConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NotificationConfiguration", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NotificationConfiguration", "variable" : { "variableName" : "member", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "getterModel" : { "returnType" : "NotificationConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "NotificationConfiguration", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n@param notificationConfigurations The notification configurations.*/", "getterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n@return The notification configurations.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationConfigurations(java.util.Collection)} or {@link #withNotificationConfigurations(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeNotificationConfigurationsResult", "variableType" : "DescribeNotificationConfigurationsResult", "variableDeclarationType" : "DescribeNotificationConfigurationsResult", "documentation" : null, "simpleType" : "DescribeNotificationConfigurationsResult", "variableSetterType" : "DescribeNotificationConfigurationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeNotificationConfigurationsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationConfigurations" : { "documentation" : "

                                                                                                                                  The notification configurations.

                                                                                                                                  ", "name" : "NotificationConfigurations", "c2jName" : "NotificationConfigurations", "c2jShape" : "NotificationConfigurations", "variable" : { "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The notification configurations.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationConfigurations", "marshallLocationName" : "NotificationConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NotificationConfiguration", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NotificationConfiguration", "variable" : { "variableName" : "member", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "getterModel" : { "returnType" : "NotificationConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "NotificationConfiguration", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n@param notificationConfigurations The notification configurations.*/", "getterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n@return The notification configurations.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The notification configurations.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationConfigurations(java.util.Collection)} or {@link #withNotificationConfigurations(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutLifecycleHookResult" : { "c2jName" : "PutLifecycleHookAnswer", "documentation" : "", "shapeName" : "PutLifecycleHookResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putLifecycleHookResult", "variableType" : "PutLifecycleHookResult", "variableDeclarationType" : "PutLifecycleHookResult", "documentation" : null, "simpleType" : "PutLifecycleHookResult", "variableSetterType" : "PutLifecycleHookResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "PutLifecycleHookResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeLoadBalancersResult" : { "c2jName" : "DescribeLoadBalancersResponse", "documentation" : "", "shapeName" : "DescribeLoadBalancersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The load balancers.

                                                                                                                                  ", "name" : "LoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancerStates", "variable" : { "variableName" : "loadBalancers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The load balancers.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancers", "marshallLocationName" : "LoadBalancers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LoadBalancerState", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LoadBalancerState", "variable" : { "variableName" : "member", "variableType" : "LoadBalancerState", "variableDeclarationType" : "LoadBalancerState", "documentation" : "", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "setterModel" : { "variableName" : "member", "variableType" : "LoadBalancerState", "variableDeclarationType" : "LoadBalancerState", "documentation" : "", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "getterModel" : { "returnType" : "LoadBalancerState", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LoadBalancerState", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n@param loadBalancers The load balancers.*/", "getterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n@return The load balancers.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n@param loadBalancers The load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancers(java.util.Collection)} or {@link #withLoadBalancers(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param loadBalancers The load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancersResult", "variableType" : "DescribeLoadBalancersResult", "variableDeclarationType" : "DescribeLoadBalancersResult", "documentation" : null, "simpleType" : "DescribeLoadBalancersResult", "variableSetterType" : "DescribeLoadBalancersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLoadBalancersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancers" : { "documentation" : "

                                                                                                                                  The load balancers.

                                                                                                                                  ", "name" : "LoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancerStates", "variable" : { "variableName" : "loadBalancers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The load balancers.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loadBalancers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancers", "marshallLocationName" : "LoadBalancers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LoadBalancerState", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LoadBalancerState", "variable" : { "variableName" : "member", "variableType" : "LoadBalancerState", "variableDeclarationType" : "LoadBalancerState", "documentation" : "", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "setterModel" : { "variableName" : "member", "variableType" : "LoadBalancerState", "variableDeclarationType" : "LoadBalancerState", "documentation" : "", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "getterModel" : { "returnType" : "LoadBalancerState", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LoadBalancerState", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n@param loadBalancers The load balancers.*/", "getterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n@return The load balancers.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n@param loadBalancers The load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The load balancers.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancers(java.util.Collection)} or {@link #withLoadBalancers(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param loadBalancers The load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeScalingActivitiesResult" : { "c2jName" : "ActivitiesType", "documentation" : "", "shapeName" : "DescribeScalingActivitiesResult", "deprecated" : false, "required" : [ "Activities" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The scaling activities.

                                                                                                                                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The scaling activities.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n@param activities The scaling activities.*/", "getterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n@return The scaling activities.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n@param activities The scaling activities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param activities The scaling activities.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeScalingActivitiesResult", "variableType" : "DescribeScalingActivitiesResult", "variableDeclarationType" : "DescribeScalingActivitiesResult", "documentation" : null, "simpleType" : "DescribeScalingActivitiesResult", "variableSetterType" : "DescribeScalingActivitiesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeScalingActivitiesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Activities" : { "documentation" : "

                                                                                                                                  The scaling activities.

                                                                                                                                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The scaling activities.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n@param activities The scaling activities.*/", "getterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n@return The scaling activities.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n@param activities The scaling activities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The scaling activities.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param activities The scaling activities.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAccountLimitsResult" : { "c2jName" : "DescribeAccountLimitsAnswer", "documentation" : "", "shapeName" : "DescribeAccountLimitsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  ", "name" : "MaxNumberOfAutoScalingGroups", "c2jName" : "MaxNumberOfAutoScalingGroups", "c2jShape" : "MaxNumberOfAutoScalingGroups", "variable" : { "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxNumberOfAutoScalingGroups", "marshallLocationName" : "MaxNumberOfAutoScalingGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@param maxNumberOfAutoScalingGroups The maximum number of groups allowed for your AWS account. The default limit is 20 per region.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@return The maximum number of groups allowed for your AWS account. The default limit is 20 per region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@param maxNumberOfAutoScalingGroups The maximum number of groups allowed for your AWS account. The default limit is 20 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@param maxNumberOfAutoScalingGroups The maximum number of groups allowed for your AWS account. The default limit is 20 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  ", "name" : "MaxNumberOfLaunchConfigurations", "c2jName" : "MaxNumberOfLaunchConfigurations", "c2jShape" : "MaxNumberOfLaunchConfigurations", "variable" : { "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxNumberOfLaunchConfigurations", "marshallLocationName" : "MaxNumberOfLaunchConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@param maxNumberOfLaunchConfigurations The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@return The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@param maxNumberOfLaunchConfigurations The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@param maxNumberOfLaunchConfigurations The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  ", "name" : "NumberOfAutoScalingGroups", "c2jName" : "NumberOfAutoScalingGroups", "c2jShape" : "NumberOfAutoScalingGroups", "variable" : { "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfAutoScalingGroups", "marshallLocationName" : "NumberOfAutoScalingGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@param numberOfAutoScalingGroups The current number of groups for your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@return The current number of groups for your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@param numberOfAutoScalingGroups The current number of groups for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@param numberOfAutoScalingGroups The current number of groups for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  ", "name" : "NumberOfLaunchConfigurations", "c2jName" : "NumberOfLaunchConfigurations", "c2jShape" : "NumberOfLaunchConfigurations", "variable" : { "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfLaunchConfigurations", "marshallLocationName" : "NumberOfLaunchConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@return The current number of launch configurations for your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAccountLimitsResult", "variableType" : "DescribeAccountLimitsResult", "variableDeclarationType" : "DescribeAccountLimitsResult", "documentation" : null, "simpleType" : "DescribeAccountLimitsResult", "variableSetterType" : "DescribeAccountLimitsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAccountLimitsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxNumberOfAutoScalingGroups" : { "documentation" : "

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  ", "name" : "MaxNumberOfAutoScalingGroups", "c2jName" : "MaxNumberOfAutoScalingGroups", "c2jShape" : "MaxNumberOfAutoScalingGroups", "variable" : { "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxNumberOfAutoScalingGroups", "marshallLocationName" : "MaxNumberOfAutoScalingGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@param maxNumberOfAutoScalingGroups The maximum number of groups allowed for your AWS account. The default limit is 20 per region.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@return The maximum number of groups allowed for your AWS account. The default limit is 20 per region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@param maxNumberOfAutoScalingGroups The maximum number of groups allowed for your AWS account. The default limit is 20 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

                                                                                                                                  \n@param maxNumberOfAutoScalingGroups The maximum number of groups allowed for your AWS account. The default limit is 20 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxNumberOfLaunchConfigurations" : { "documentation" : "

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  ", "name" : "MaxNumberOfLaunchConfigurations", "c2jName" : "MaxNumberOfLaunchConfigurations", "c2jShape" : "MaxNumberOfLaunchConfigurations", "variable" : { "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxNumberOfLaunchConfigurations", "marshallLocationName" : "MaxNumberOfLaunchConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@param maxNumberOfLaunchConfigurations The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@return The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@param maxNumberOfLaunchConfigurations The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

                                                                                                                                  \n@param maxNumberOfLaunchConfigurations The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumberOfAutoScalingGroups" : { "documentation" : "

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  ", "name" : "NumberOfAutoScalingGroups", "c2jName" : "NumberOfAutoScalingGroups", "c2jShape" : "NumberOfAutoScalingGroups", "variable" : { "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfAutoScalingGroups", "marshallLocationName" : "NumberOfAutoScalingGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@param numberOfAutoScalingGroups The current number of groups for your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@return The current number of groups for your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@param numberOfAutoScalingGroups The current number of groups for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The current number of groups for your AWS account.

                                                                                                                                  \n@param numberOfAutoScalingGroups The current number of groups for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumberOfLaunchConfigurations" : { "documentation" : "

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  ", "name" : "NumberOfLaunchConfigurations", "c2jName" : "NumberOfLaunchConfigurations", "c2jShape" : "NumberOfLaunchConfigurations", "variable" : { "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfLaunchConfigurations", "marshallLocationName" : "NumberOfLaunchConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@return The current number of launch configurations for your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The current number of launch configurations for your AWS account.

                                                                                                                                  \n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachInstancesRequest" : { "c2jName" : "DetachInstancesQuery", "documentation" : "", "shapeName" : "DetachInstancesRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "ShouldDecrementDesiredCapacity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@return One or more instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  ", "name" : "ShouldDecrementDesiredCapacity", "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "variable" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "marshallLocationName" : "ShouldDecrementDesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@param shouldDecrementDesiredCapacity If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.*/", "getterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@return If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@param shouldDecrementDesiredCapacity If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@param shouldDecrementDesiredCapacity If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "detachInstancesRequest", "variableType" : "DetachInstancesRequest", "variableDeclarationType" : "DetachInstancesRequest", "documentation" : null, "simpleType" : "DetachInstancesRequest", "variableSetterType" : "DetachInstancesRequest" }, "marshaller" : { "action" : "DetachInstances", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the group.

                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShouldDecrementDesiredCapacity" : { "documentation" : "

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  ", "name" : "ShouldDecrementDesiredCapacity", "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "variable" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "marshallLocationName" : "ShouldDecrementDesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@param shouldDecrementDesiredCapacity If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.*/", "getterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@return If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@param shouldDecrementDesiredCapacity If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

                                                                                                                                  \n@param shouldDecrementDesiredCapacity If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  One or more instance IDs.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@return One or more instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  One or more instance IDs.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param instanceIds One or more instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteNotificationConfigurationRequest" : { "c2jName" : "DeleteNotificationConfigurationType", "documentation" : "", "shapeName" : "DeleteNotificationConfigurationRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "TopicARN" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  ", "name" : "TopicARN", "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicARN", "marshallLocationName" : "TopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "getterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteNotificationConfigurationRequest", "variableType" : "DeleteNotificationConfigurationRequest", "variableDeclarationType" : "DeleteNotificationConfigurationRequest", "documentation" : null, "simpleType" : "DeleteNotificationConfigurationRequest", "variableSetterType" : "DeleteNotificationConfigurationRequest" }, "marshaller" : { "action" : "DeleteNotificationConfiguration", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicARN" : { "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  ", "name" : "TopicARN", "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicARN", "marshallLocationName" : "TopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "getterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsType", "documentation" : "", "shapeName" : "DescribeTagsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "Filters", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n@param filters A filter used to scope the tags to return.*/", "getterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n@return A filter used to scope the tags to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "marshaller" : { "action" : "DescribeTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "Filters", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n@param filters A filter used to scope the tags to return.*/", "getterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n@return A filter used to scope the tags to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A filter used to scope the tags to return.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ExitStandbyResult" : { "c2jName" : "ExitStandbyAnswer", "documentation" : "", "shapeName" : "ExitStandbyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n@param activities The activities related to moving instances out of Standby mode.*/", "getterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n@return The activities related to moving instances out of Standby mode.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n@param activities The activities related to moving instances out of Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param activities The activities related to moving instances out of Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "exitStandbyResult", "variableType" : "ExitStandbyResult", "variableDeclarationType" : "ExitStandbyResult", "documentation" : null, "simpleType" : "ExitStandbyResult", "variableSetterType" : "ExitStandbyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ExitStandbyResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Activities" : { "documentation" : "

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n@param activities The activities related to moving instances out of Standby mode.*/", "getterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n@return The activities related to moving instances out of Standby mode.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n@param activities The activities related to moving instances out of Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The activities related to moving instances out of Standby mode.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param activities The activities related to moving instances out of Standby mode.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTagsResult" : { "c2jName" : "DeleteTagsResult", "documentation" : null, "shapeName" : "DeleteTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTagsResult", "variableType" : "DeleteTagsResult", "variableDeclarationType" : "DeleteTagsResult", "documentation" : null, "simpleType" : "DeleteTagsResult", "variableSetterType" : "DeleteTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LifecycleState" : { "c2jName" : "LifecycleState", "documentation" : "", "shapeName" : "LifecycleState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "PendingWait", "value" : "Pending:Wait" }, { "name" : "PendingProceed", "value" : "Pending:Proceed" }, { "name" : "Quarantined", "value" : "Quarantined" }, { "name" : "InService", "value" : "InService" }, { "name" : "Terminating", "value" : "Terminating" }, { "name" : "TerminatingWait", "value" : "Terminating:Wait" }, { "name" : "TerminatingProceed", "value" : "Terminating:Proceed" }, { "name" : "Terminated", "value" : "Terminated" }, { "name" : "Detaching", "value" : "Detaching" }, { "name" : "Detached", "value" : "Detached" }, { "name" : "EnteringStandby", "value" : "EnteringStandby" }, { "name" : "Standby", "value" : "Standby" } ], "variable" : { "variableName" : "lifecycleState", "variableType" : "LifecycleState", "variableDeclarationType" : "LifecycleState", "documentation" : null, "simpleType" : "LifecycleState", "variableSetterType" : "LifecycleState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MetricCollectionType" : { "c2jName" : "MetricCollectionType", "documentation" : "

                                                                                                                                  Describes a metric.

                                                                                                                                  ", "shapeName" : "MetricCollectionType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  One of the following metrics:

                                                                                                                                  • GroupMinSize

                                                                                                                                  • GroupMaxSize

                                                                                                                                  • GroupDesiredCapacity

                                                                                                                                  • GroupInServiceInstances

                                                                                                                                  • GroupPendingInstances

                                                                                                                                  • GroupStandbyInstances

                                                                                                                                  • GroupTerminatingInstances

                                                                                                                                  • GroupTotalInstances

                                                                                                                                  ", "name" : "Metric", "c2jName" : "Metric", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  One of the following metrics:

                                                                                                                                  • GroupMinSize

                                                                                                                                  • GroupMaxSize

                                                                                                                                  • GroupDesiredCapacity

                                                                                                                                  • GroupInServiceInstances

                                                                                                                                  • GroupPendingInstances

                                                                                                                                  • GroupStandbyInstances

                                                                                                                                  • GroupTerminatingInstances

                                                                                                                                  • GroupTotalInstances

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metric", "marshallLocationName" : "Metric", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  One of the following metrics:

                                                                                                                                  • GroupMinSize

                                                                                                                                  • GroupMaxSize

                                                                                                                                  • GroupDesiredCapacity

                                                                                                                                  • GroupInServiceInstances

                                                                                                                                  • GroupPendingInstances

                                                                                                                                  • GroupStandbyInstances

                                                                                                                                  • GroupTerminatingInstances

                                                                                                                                  • GroupTotalInstances

                                                                                                                                  \n@param metric One of the following metrics:

                                                                                                                                  • GroupMinSize

                                                                                                                                  • GroupMaxSize

                                                                                                                                  • GroupDesiredCapacity

                                                                                                                                  • GroupInServiceInstances

                                                                                                                                  • GroupPendingInstances

                                                                                                                                  • GroupStandbyInstances

                                                                                                                                  • GroupTerminatingInstances

                                                                                                                                  • GroupTotalInstances

                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                    One of the following metrics:

                                                                                                                                    • GroupMinSize

                                                                                                                                    • GroupMaxSize

                                                                                                                                    • GroupDesiredCapacity

                                                                                                                                    • GroupInServiceInstances

                                                                                                                                    • GroupPendingInstances

                                                                                                                                    • GroupStandbyInstances

                                                                                                                                    • GroupTerminatingInstances

                                                                                                                                    • GroupTotalInstances

                                                                                                                                    \n@return One of the following metrics:

                                                                                                                                    • GroupMinSize

                                                                                                                                    • GroupMaxSize

                                                                                                                                    • GroupDesiredCapacity

                                                                                                                                    • GroupInServiceInstances

                                                                                                                                    • GroupPendingInstances

                                                                                                                                    • GroupStandbyInstances

                                                                                                                                    • GroupTerminatingInstances

                                                                                                                                    • GroupTotalInstances

                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                      One of the following metrics:

                                                                                                                                      • GroupMinSize

                                                                                                                                      • GroupMaxSize

                                                                                                                                      • GroupDesiredCapacity

                                                                                                                                      • GroupInServiceInstances

                                                                                                                                      • GroupPendingInstances

                                                                                                                                      • GroupStandbyInstances

                                                                                                                                      • GroupTerminatingInstances

                                                                                                                                      • GroupTotalInstances

                                                                                                                                      \n@param metric One of the following metrics:

                                                                                                                                      • GroupMinSize

                                                                                                                                      • GroupMaxSize

                                                                                                                                      • GroupDesiredCapacity

                                                                                                                                      • GroupInServiceInstances

                                                                                                                                      • GroupPendingInstances

                                                                                                                                      • GroupStandbyInstances

                                                                                                                                      • GroupTerminatingInstances

                                                                                                                                      • GroupTotalInstances

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                        One of the following metrics:

                                                                                                                                        • GroupMinSize

                                                                                                                                        • GroupMaxSize

                                                                                                                                        • GroupDesiredCapacity

                                                                                                                                        • GroupInServiceInstances

                                                                                                                                        • GroupPendingInstances

                                                                                                                                        • GroupStandbyInstances

                                                                                                                                        • GroupTerminatingInstances

                                                                                                                                        • GroupTotalInstances

                                                                                                                                        \n@param metric One of the following metrics:

                                                                                                                                        • GroupMinSize

                                                                                                                                        • GroupMaxSize

                                                                                                                                        • GroupDesiredCapacity

                                                                                                                                        • GroupInServiceInstances

                                                                                                                                        • GroupPendingInstances

                                                                                                                                        • GroupStandbyInstances

                                                                                                                                        • GroupTerminatingInstances

                                                                                                                                        • GroupTotalInstances

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "metricCollectionType", "variableType" : "MetricCollectionType", "variableDeclarationType" : "MetricCollectionType", "documentation" : null, "simpleType" : "MetricCollectionType", "variableSetterType" : "MetricCollectionType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Metric" : { "documentation" : "

                                                                                                                                          One of the following metrics:

                                                                                                                                          • GroupMinSize

                                                                                                                                          • GroupMaxSize

                                                                                                                                          • GroupDesiredCapacity

                                                                                                                                          • GroupInServiceInstances

                                                                                                                                          • GroupPendingInstances

                                                                                                                                          • GroupStandbyInstances

                                                                                                                                          • GroupTerminatingInstances

                                                                                                                                          • GroupTotalInstances

                                                                                                                                          ", "name" : "Metric", "c2jName" : "Metric", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          One of the following metrics:

                                                                                                                                          • GroupMinSize

                                                                                                                                          • GroupMaxSize

                                                                                                                                          • GroupDesiredCapacity

                                                                                                                                          • GroupInServiceInstances

                                                                                                                                          • GroupPendingInstances

                                                                                                                                          • GroupStandbyInstances

                                                                                                                                          • GroupTerminatingInstances

                                                                                                                                          • GroupTotalInstances

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metric", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metric", "marshallLocationName" : "Metric", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                          One of the following metrics:

                                                                                                                                          • GroupMinSize

                                                                                                                                          • GroupMaxSize

                                                                                                                                          • GroupDesiredCapacity

                                                                                                                                          • GroupInServiceInstances

                                                                                                                                          • GroupPendingInstances

                                                                                                                                          • GroupStandbyInstances

                                                                                                                                          • GroupTerminatingInstances

                                                                                                                                          • GroupTotalInstances

                                                                                                                                          \n@param metric One of the following metrics:

                                                                                                                                          • GroupMinSize

                                                                                                                                          • GroupMaxSize

                                                                                                                                          • GroupDesiredCapacity

                                                                                                                                          • GroupInServiceInstances

                                                                                                                                          • GroupPendingInstances

                                                                                                                                          • GroupStandbyInstances

                                                                                                                                          • GroupTerminatingInstances

                                                                                                                                          • GroupTotalInstances

                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                            One of the following metrics:

                                                                                                                                            • GroupMinSize

                                                                                                                                            • GroupMaxSize

                                                                                                                                            • GroupDesiredCapacity

                                                                                                                                            • GroupInServiceInstances

                                                                                                                                            • GroupPendingInstances

                                                                                                                                            • GroupStandbyInstances

                                                                                                                                            • GroupTerminatingInstances

                                                                                                                                            • GroupTotalInstances

                                                                                                                                            \n@return One of the following metrics:

                                                                                                                                            • GroupMinSize

                                                                                                                                            • GroupMaxSize

                                                                                                                                            • GroupDesiredCapacity

                                                                                                                                            • GroupInServiceInstances

                                                                                                                                            • GroupPendingInstances

                                                                                                                                            • GroupStandbyInstances

                                                                                                                                            • GroupTerminatingInstances

                                                                                                                                            • GroupTotalInstances

                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                              One of the following metrics:

                                                                                                                                              • GroupMinSize

                                                                                                                                              • GroupMaxSize

                                                                                                                                              • GroupDesiredCapacity

                                                                                                                                              • GroupInServiceInstances

                                                                                                                                              • GroupPendingInstances

                                                                                                                                              • GroupStandbyInstances

                                                                                                                                              • GroupTerminatingInstances

                                                                                                                                              • GroupTotalInstances

                                                                                                                                              \n@param metric One of the following metrics:

                                                                                                                                              • GroupMinSize

                                                                                                                                              • GroupMaxSize

                                                                                                                                              • GroupDesiredCapacity

                                                                                                                                              • GroupInServiceInstances

                                                                                                                                              • GroupPendingInstances

                                                                                                                                              • GroupStandbyInstances

                                                                                                                                              • GroupTerminatingInstances

                                                                                                                                              • GroupTotalInstances

                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                One of the following metrics:

                                                                                                                                                • GroupMinSize

                                                                                                                                                • GroupMaxSize

                                                                                                                                                • GroupDesiredCapacity

                                                                                                                                                • GroupInServiceInstances

                                                                                                                                                • GroupPendingInstances

                                                                                                                                                • GroupStandbyInstances

                                                                                                                                                • GroupTerminatingInstances

                                                                                                                                                • GroupTotalInstances

                                                                                                                                                \n@param metric One of the following metrics:

                                                                                                                                                • GroupMinSize

                                                                                                                                                • GroupMaxSize

                                                                                                                                                • GroupDesiredCapacity

                                                                                                                                                • GroupInServiceInstances

                                                                                                                                                • GroupPendingInstances

                                                                                                                                                • GroupStandbyInstances

                                                                                                                                                • GroupTerminatingInstances

                                                                                                                                                • GroupTotalInstances

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TerminateInstanceInAutoScalingGroupResult" : { "c2jName" : "ActivityType", "documentation" : "", "shapeName" : "TerminateInstanceInAutoScalingGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  A scaling activity.

                                                                                                                                                  ", "name" : "Activity", "c2jName" : "Activity", "c2jShape" : "Activity", "variable" : { "variableName" : "activity", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "

                                                                                                                                                  A scaling activity.

                                                                                                                                                  ", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "activity", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activity", "marshallLocationName" : "Activity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@param activity A scaling activity.*/", "getterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@return A scaling activity.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@param activity A scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@param activity A scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "terminateInstanceInAutoScalingGroupResult", "variableType" : "TerminateInstanceInAutoScalingGroupResult", "variableDeclarationType" : "TerminateInstanceInAutoScalingGroupResult", "documentation" : null, "simpleType" : "TerminateInstanceInAutoScalingGroupResult", "variableSetterType" : "TerminateInstanceInAutoScalingGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "TerminateInstanceInAutoScalingGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Activity" : { "documentation" : "

                                                                                                                                                  A scaling activity.

                                                                                                                                                  ", "name" : "Activity", "c2jName" : "Activity", "c2jShape" : "Activity", "variable" : { "variableName" : "activity", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "

                                                                                                                                                  A scaling activity.

                                                                                                                                                  ", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "activity", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activity", "marshallLocationName" : "Activity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@param activity A scaling activity.*/", "getterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@return A scaling activity.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@param activity A scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A scaling activity.

                                                                                                                                                  \n@param activity A scaling activity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateLaunchConfigurationRequest" : { "c2jName" : "CreateLaunchConfigurationType", "documentation" : "", "shapeName" : "CreateLaunchConfigurationRequest", "deprecated" : false, "required" : [ "LaunchConfigurationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. This name must be unique within the scope of your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@return The name of the launch configuration. This name must be unique within the scope of your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "ImageId", "c2jName" : "ImageId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImageId", "marshallLocationName" : "ImageId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "KeyName", "c2jName" : "KeyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyName", "marshallLocationName" : "KeyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param keyName The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param keyName The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param keyName The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroups", "marshallLocationName" : "SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlString", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n@param securityGroups One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n@return One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n@param securityGroups One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param securityGroups One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "ClassicLinkVPCId", "c2jName" : "ClassicLinkVPCId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClassicLinkVPCId", "marshallLocationName" : "ClassicLinkVPCId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "ClassicLinkVPCSecurityGroups", "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "variable" : { "variableName" : "classicLinkVPCSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "classicLinkVPCSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClassicLinkVPCSecurityGroups", "marshallLocationName" : "ClassicLinkVPCSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClassicLinkVPCSecurityGroups(java.util.Collection)} or {@link #withClassicLinkVPCSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "UserData", "c2jName" : "UserData", "c2jShape" : "XmlStringUserData", "variable" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserData", "marshallLocationName" : "UserData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param userData The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param userData The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param userData The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceId The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceId The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceId The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "InstanceType", "c2jName" : "InstanceType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceType", "marshallLocationName" : "InstanceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param instanceType The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param instanceType The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param instanceType The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  ", "name" : "KernelId", "c2jName" : "KernelId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KernelId", "marshallLocationName" : "KernelId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@param kernelId The ID of the kernel associated with the AMI.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@return The ID of the kernel associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  ", "name" : "RamdiskId", "c2jName" : "RamdiskId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RamdiskId", "marshallLocationName" : "RamdiskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@return The ID of the RAM disk associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "BlockDeviceMappings", "c2jName" : "BlockDeviceMappings", "c2jShape" : "BlockDeviceMappings", "variable" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "BlockDeviceMappings", "marshallLocationName" : "BlockDeviceMappings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "BlockDeviceMapping", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "BlockDeviceMapping", "variable" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "setterModel" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "getterModel" : { "returnType" : "BlockDeviceMapping", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "BlockDeviceMapping", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param blockDeviceMappings One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param blockDeviceMappings One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBlockDeviceMappings(java.util.Collection)} or {@link #withBlockDeviceMappings(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param blockDeviceMappings One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "InstanceMonitoring", "c2jName" : "InstanceMonitoring", "c2jShape" : "InstanceMonitoring", "variable" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "setterModel" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceMonitoring", "marshallLocationName" : "InstanceMonitoring", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "SpotPrice", "c2jName" : "SpotPrice", "c2jShape" : "SpotPrice", "variable" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SpotPrice", "marshallLocationName" : "SpotPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param spotPrice The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param spotPrice The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param spotPrice The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "IamInstanceProfile", "c2jName" : "IamInstanceProfile", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamInstanceProfile", "marshallLocationName" : "IamInstanceProfile", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "EbsOptimized", "c2jName" : "EbsOptimized", "c2jShape" : "EbsOptimized", "variable" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EbsOptimized", "marshallLocationName" : "EbsOptimized", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "AssociatePublicIpAddress", "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "variable" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociatePublicIpAddress", "marshallLocationName" : "AssociatePublicIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  ", "name" : "PlacementTenancy", "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementTenancy", "marshallLocationName" : "PlacementTenancy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@param placementTenancy The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated*/", "getterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@return The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@param placementTenancy The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@param placementTenancy The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createLaunchConfigurationRequest", "variableType" : "CreateLaunchConfigurationRequest", "variableDeclarationType" : "CreateLaunchConfigurationRequest", "documentation" : null, "simpleType" : "CreateLaunchConfigurationRequest", "variableSetterType" : "CreateLaunchConfigurationRequest" }, "marshaller" : { "action" : "CreateLaunchConfiguration", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PlacementTenancy" : { "documentation" : "

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  ", "name" : "PlacementTenancy", "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "placementTenancy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlacementTenancy", "marshallLocationName" : "PlacementTenancy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@param placementTenancy The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated*/", "getterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@return The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@param placementTenancy The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated

                                                                                                                                                  \n@param placementTenancy The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

                                                                                                                                                  You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroups" : { "documentation" : "

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroups", "marshallLocationName" : "SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlString", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n@param securityGroups One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n@return One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n@param securityGroups One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param securityGroups One or more security groups with which to associate the instances.

                                                                                                                                                  If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  If your instances are launched into a VPC, specify security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchConfigurationName" : { "documentation" : "

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. This name must be unique within the scope of your AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@return The name of the launch configuration. This name must be unique within the scope of your AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the launch configuration. This name must be unique within the scope of your AWS account.

                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration. This name must be unique within the scope of your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserData" : { "documentation" : "

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "UserData", "c2jName" : "UserData", "c2jShape" : "XmlStringUserData", "variable" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserData", "marshallLocationName" : "UserData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param userData The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param userData The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param userData The user data to make available to the launched EC2 instances. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceId The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceId The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceId The ID of the instance to use to create the launch configuration.

                                                                                                                                                  The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

                                                                                                                                                  To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

                                                                                                                                                  For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClassicLinkVPCSecurityGroups" : { "documentation" : "

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "ClassicLinkVPCSecurityGroups", "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "variable" : { "variableName" : "classicLinkVPCSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "classicLinkVPCSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClassicLinkVPCSecurityGroups", "marshallLocationName" : "ClassicLinkVPCSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClassicLinkVPCSecurityGroups(java.util.Collection)} or {@link #withClassicLinkVPCSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BlockDeviceMappings" : { "documentation" : "

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "BlockDeviceMappings", "c2jName" : "BlockDeviceMappings", "c2jShape" : "BlockDeviceMappings", "variable" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "blockDeviceMappings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "BlockDeviceMappings", "marshallLocationName" : "BlockDeviceMappings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "BlockDeviceMapping", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "BlockDeviceMapping", "variable" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "setterModel" : { "variableName" : "member", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : "", "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "getterModel" : { "returnType" : "BlockDeviceMapping", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "BlockDeviceMapping", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param blockDeviceMappings One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param blockDeviceMappings One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBlockDeviceMappings(java.util.Collection)} or {@link #withBlockDeviceMappings(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param blockDeviceMappings One or more mappings that specify how block devices are exposed to the instance. For more information, see Block Device Mapping in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IamInstanceProfile" : { "documentation" : "

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "IamInstanceProfile", "c2jName" : "IamInstanceProfile", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamInstanceProfile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamInstanceProfile", "marshallLocationName" : "IamInstanceProfile", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

                                                                                                                                                  EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see Launch Auto Scaling Instances with an IAM Role in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KernelId" : { "documentation" : "

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  ", "name" : "KernelId", "c2jName" : "KernelId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kernelId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KernelId", "marshallLocationName" : "KernelId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@param kernelId The ID of the kernel associated with the AMI.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@return The ID of the kernel associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the kernel associated with the AMI.

                                                                                                                                                  \n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AssociatePublicIpAddress" : { "documentation" : "

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "AssociatePublicIpAddress", "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "variable" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociatePublicIpAddress", "marshallLocationName" : "AssociatePublicIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling Developer Guide.

                                                                                                                                                  If you specify this parameter, be sure to specify at least one subnet when you create your group.

                                                                                                                                                  Default: If the instance is launched into a default subnet, the default is true. If the instance is launched into a nondefault subnet, the default is false. For more information, see Supported Platforms in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClassicLinkVPCId" : { "documentation" : "

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "ClassicLinkVPCId", "c2jName" : "ClassicLinkVPCId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "classicLinkVPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClassicLinkVPCId", "marshallLocationName" : "ClassicLinkVPCId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EbsOptimized" : { "documentation" : "

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "EbsOptimized", "c2jName" : "EbsOptimized", "c2jShape" : "EbsOptimized", "variable" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ebsOptimized", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EbsOptimized", "marshallLocationName" : "EbsOptimized", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see Amazon EBS-Optimized Instances in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KeyName" : { "documentation" : "

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "KeyName", "c2jName" : "KeyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "keyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyName", "marshallLocationName" : "KeyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param keyName The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param keyName The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param keyName The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RamdiskId" : { "documentation" : "

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  ", "name" : "RamdiskId", "c2jName" : "RamdiskId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ramdiskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RamdiskId", "marshallLocationName" : "RamdiskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@return The ID of the RAM disk associated with the AMI.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the RAM disk associated with the AMI.

                                                                                                                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SpotPrice" : { "documentation" : "

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "SpotPrice", "c2jName" : "SpotPrice", "c2jShape" : "SpotPrice", "variable" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "spotPrice", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SpotPrice", "marshallLocationName" : "SpotPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param spotPrice The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param spotPrice The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param spotPrice The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see Launching Spot Instances in Your Auto Scaling Group in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ImageId" : { "documentation" : "

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "ImageId", "c2jName" : "ImageId", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "imageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImageId", "marshallLocationName" : "ImageId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceType" : { "documentation" : "

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "name" : "InstanceType", "c2jName" : "InstanceType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceType", "marshallLocationName" : "InstanceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param instanceType The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@return The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param instanceType The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

                                                                                                                                                  \n@param instanceType The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceMonitoring" : { "documentation" : "

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "name" : "InstanceMonitoring", "c2jName" : "InstanceMonitoring", "c2jShape" : "InstanceMonitoring", "variable" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  ", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "setterModel" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceMonitoring", "marshallLocationName" : "InstanceMonitoring", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@return Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.

                                                                                                                                                  \n@param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default.

                                                                                                                                                  When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying False, CloudWatch generates metrics every 5 minutes. For more information, see Monitoring Your Auto Scaling Instances and Groups in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeNotificationConfigurationsRequest" : { "c2jName" : "DescribeNotificationConfigurationsType", "documentation" : "", "shapeName" : "DescribeNotificationConfigurationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the group.

                                                                                                                                                  ", "name" : "AutoScalingGroupNames", "c2jName" : "AutoScalingGroupNames", "c2jShape" : "AutoScalingGroupNames", "variable" : { "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The name of the group.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupNames", "marshallLocationName" : "AutoScalingGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n@param autoScalingGroupNames The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n@param autoScalingGroupNames The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingGroupNames(java.util.Collection)} or {@link #withAutoScalingGroupNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param autoScalingGroupNames The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeNotificationConfigurationsRequest", "variableType" : "DescribeNotificationConfigurationsRequest", "variableDeclarationType" : "DescribeNotificationConfigurationsRequest", "documentation" : null, "simpleType" : "DescribeNotificationConfigurationsRequest", "variableSetterType" : "DescribeNotificationConfigurationsRequest" }, "marshaller" : { "action" : "DescribeNotificationConfigurations", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The token for the next set of items to return. (You received this token from a previous call.)

                                                                                                                                                  \n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupNames" : { "documentation" : "

                                                                                                                                                  The name of the group.

                                                                                                                                                  ", "name" : "AutoScalingGroupNames", "c2jName" : "AutoScalingGroupNames", "c2jShape" : "AutoScalingGroupNames", "variable" : { "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The name of the group.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupNames", "marshallLocationName" : "AutoScalingGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n@param autoScalingGroupNames The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n@param autoScalingGroupNames The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the group.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingGroupNames(java.util.Collection)} or {@link #withAutoScalingGroupNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param autoScalingGroupNames The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.*/", "getterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@return The maximum number of items to return with this call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The maximum number of items to return with this call.

                                                                                                                                                  \n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTerminationPolicyTypesResult" : { "c2jName" : "DescribeTerminationPolicyTypesAnswer", "documentation" : "", "shapeName" : "DescribeTerminationPolicyTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  ", "name" : "TerminationPolicyTypes", "c2jName" : "TerminationPolicyTypes", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicyTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "terminationPolicyTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TerminationPolicyTypes", "marshallLocationName" : "TerminationPolicyTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n@param terminationPolicyTypes The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).*/", "getterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n@return The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n@param terminationPolicyTypes The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTerminationPolicyTypes(java.util.Collection)} or {@link #withTerminationPolicyTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param terminationPolicyTypes The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTerminationPolicyTypesResult", "variableType" : "DescribeTerminationPolicyTypesResult", "variableDeclarationType" : "DescribeTerminationPolicyTypesResult", "documentation" : null, "simpleType" : "DescribeTerminationPolicyTypesResult", "variableSetterType" : "DescribeTerminationPolicyTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeTerminationPolicyTypesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TerminationPolicyTypes" : { "documentation" : "

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  ", "name" : "TerminationPolicyTypes", "c2jName" : "TerminationPolicyTypes", "c2jShape" : "TerminationPolicies", "variable" : { "variableName" : "terminationPolicyTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "terminationPolicyTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TerminationPolicyTypes", "marshallLocationName" : "TerminationPolicyTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen1600", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n@param terminationPolicyTypes The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).*/", "getterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n@return The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n@param terminationPolicyTypes The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTerminationPolicyTypes(java.util.Collection)} or {@link #withTerminationPolicyTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param terminationPolicyTypes The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachInstancesResult" : { "c2jName" : "DetachInstancesAnswer", "documentation" : "", "shapeName" : "DetachInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n@param activities The activities related to detaching the instances from the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n@return The activities related to detaching the instances from the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n@param activities The activities related to detaching the instances from the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param activities The activities related to detaching the instances from the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "detachInstancesResult", "variableType" : "DetachInstancesResult", "variableDeclarationType" : "DetachInstancesResult", "documentation" : null, "simpleType" : "DetachInstancesResult", "variableSetterType" : "DetachInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DetachInstancesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Activities" : { "documentation" : "

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  ", "name" : "Activities", "c2jName" : "Activities", "c2jShape" : "Activities", "variable" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "activities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Activities", "marshallLocationName" : "Activities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Activity", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Activity", "variable" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "setterModel" : { "variableName" : "member", "variableType" : "Activity", "variableDeclarationType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Activity", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n@param activities The activities related to detaching the instances from the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n@return The activities related to detaching the instances from the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n@param activities The activities related to detaching the instances from the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The activities related to detaching the instances from the Auto Scaling group.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param activities The activities related to detaching the instances from the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachLoadBalancersResult" : { "c2jName" : "DetachLoadBalancersResultType", "documentation" : "", "shapeName" : "DetachLoadBalancersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "detachLoadBalancersResult", "variableType" : "DetachLoadBalancersResult", "variableDeclarationType" : "DetachLoadBalancersResult", "documentation" : null, "simpleType" : "DetachLoadBalancersResult", "variableSetterType" : "DetachLoadBalancersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DetachLoadBalancersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LoadBalancerState" : { "c2jName" : "LoadBalancerState", "documentation" : "

                                                                                                                                                  Describes the state of a load balancer.

                                                                                                                                                  ", "shapeName" : "LoadBalancerState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the load balancer.

                                                                                                                                                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the load balancer.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the load balancer.

                                                                                                                                                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the load balancer.

                                                                                                                                                  \n@return The name of the load balancer.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the load balancer.

                                                                                                                                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the load balancer.

                                                                                                                                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  One of the following load balancer states:

                                                                                                                                                  • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                  • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                  • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                  • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  One of the following load balancer states:

                                                                                                                                                  • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                  • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                  • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                  • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  One of the following load balancer states:

                                                                                                                                                  • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                  • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                  • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                  • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                  \n@param state One of the following load balancer states:

                                                                                                                                                  • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                  • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                  • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                  • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                    One of the following load balancer states:

                                                                                                                                                    • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                    • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                    • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                    • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                    \n@return One of the following load balancer states:

                                                                                                                                                    • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                    • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                    • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                    • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                      One of the following load balancer states:

                                                                                                                                                      • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                      • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                      • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                      • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                      \n@param state One of the following load balancer states:

                                                                                                                                                      • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                      • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                      • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                      • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                        One of the following load balancer states:

                                                                                                                                                        • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                        • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                        • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                        • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                        \n@param state One of the following load balancer states:

                                                                                                                                                        • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                        • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                        • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                        • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "loadBalancerState", "variableType" : "LoadBalancerState", "variableDeclarationType" : "LoadBalancerState", "documentation" : null, "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                                                                                                                                                          The name of the load balancer.

                                                                                                                                                          ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                          The name of the load balancer.

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          The name of the load balancer.

                                                                                                                                                          \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                                                                                                                                                          The name of the load balancer.

                                                                                                                                                          \n@return The name of the load balancer.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          The name of the load balancer.

                                                                                                                                                          \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          The name of the load balancer.

                                                                                                                                                          \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "State" : { "documentation" : "

                                                                                                                                                          One of the following load balancer states:

                                                                                                                                                          • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                          • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                          • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                          • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                          ", "name" : "State", "c2jName" : "State", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                          One of the following load balancer states:

                                                                                                                                                          • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                          • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                          • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                          • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          One of the following load balancer states:

                                                                                                                                                          • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                          • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                          • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                          • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                          \n@param state One of the following load balancer states:

                                                                                                                                                          • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                          • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                          • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                          • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                            One of the following load balancer states:

                                                                                                                                                            • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                            • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                            • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                            • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                            \n@return One of the following load balancer states:

                                                                                                                                                            • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                            • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                            • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                            • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                              One of the following load balancer states:

                                                                                                                                                              • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                              • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                              • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                              • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                              \n@param state One of the following load balancer states:

                                                                                                                                                              • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                              • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                              • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                              • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                One of the following load balancer states:

                                                                                                                                                                • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                                • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                                • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                                • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                                \n@param state One of the following load balancer states:

                                                                                                                                                                • Adding - The instances in the group are being registered with the load balancer.

                                                                                                                                                                • Added - All instances in the group are registered with the load balancer.

                                                                                                                                                                • InService - At least one instance in the group passed an ELB health check.

                                                                                                                                                                • Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLifecycleHookTypesRequest" : { "c2jName" : "DescribeLifecycleHookTypesRequest", "documentation" : null, "shapeName" : "DescribeLifecycleHookTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeLifecycleHookTypesRequest", "variableType" : "DescribeLifecycleHookTypesRequest", "variableDeclarationType" : "DescribeLifecycleHookTypesRequest", "documentation" : null, "simpleType" : "DescribeLifecycleHookTypesRequest", "variableSetterType" : "DescribeLifecycleHookTypesRequest" }, "marshaller" : { "action" : "DescribeLifecycleHookTypes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SuspendProcessesResult" : { "c2jName" : "SuspendProcessesResult", "documentation" : null, "shapeName" : "SuspendProcessesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "suspendProcessesResult", "variableType" : "SuspendProcessesResult", "variableDeclarationType" : "SuspendProcessesResult", "documentation" : null, "simpleType" : "SuspendProcessesResult", "variableSetterType" : "SuspendProcessesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateAutoScalingGroupResult" : { "c2jName" : "UpdateAutoScalingGroupResult", "documentation" : null, "shapeName" : "UpdateAutoScalingGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "updateAutoScalingGroupResult", "variableType" : "UpdateAutoScalingGroupResult", "variableDeclarationType" : "UpdateAutoScalingGroupResult", "documentation" : null, "simpleType" : "UpdateAutoScalingGroupResult", "variableSetterType" : "UpdateAutoScalingGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteScheduledActionResult" : { "c2jName" : "DeleteScheduledActionResult", "documentation" : null, "shapeName" : "DeleteScheduledActionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteScheduledActionResult", "variableType" : "DeleteScheduledActionResult", "variableDeclarationType" : "DeleteScheduledActionResult", "documentation" : null, "simpleType" : "DeleteScheduledActionResult", "variableSetterType" : "DeleteScheduledActionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RecordLifecycleActionHeartbeatRequest" : { "c2jName" : "RecordLifecycleActionHeartbeatType", "documentation" : "", "shapeName" : "RecordLifecycleActionHeartbeatRequest", "deprecated" : false, "required" : [ "LifecycleHookName", "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@return The name of the Auto Scaling group for the hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  ", "name" : "LifecycleActionToken", "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "variable" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleActionToken", "marshallLocationName" : "LifecycleActionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleActionToken A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@return A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleActionToken A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleActionToken A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recordLifecycleActionHeartbeatRequest", "variableType" : "RecordLifecycleActionHeartbeatRequest", "variableDeclarationType" : "RecordLifecycleActionHeartbeatRequest", "documentation" : null, "simpleType" : "RecordLifecycleActionHeartbeatRequest", "variableSetterType" : "RecordLifecycleActionHeartbeatRequest" }, "marshaller" : { "action" : "RecordLifecycleActionHeartbeat", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LifecycleHookName" : { "documentation" : "

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  ", "name" : "LifecycleHookName", "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "variable" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleHookName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleHookName", "marshallLocationName" : "LifecycleHookName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@return The name of the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@return The name of the Auto Scaling group for the hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleActionToken" : { "documentation" : "

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  ", "name" : "LifecycleActionToken", "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "variable" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleActionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LifecycleActionToken", "marshallLocationName" : "LifecycleActionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleActionToken A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@return A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleActionToken A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

                                                                                                                                                                  \n@param lifecycleActionToken A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutScheduledUpdateGroupActionResult" : { "c2jName" : "PutScheduledUpdateGroupActionResult", "documentation" : null, "shapeName" : "PutScheduledUpdateGroupActionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putScheduledUpdateGroupActionResult", "variableType" : "PutScheduledUpdateGroupActionResult", "variableDeclarationType" : "PutScheduledUpdateGroupActionResult", "documentation" : null, "simpleType" : "PutScheduledUpdateGroupActionResult", "variableSetterType" : "PutScheduledUpdateGroupActionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutScalingPolicyRequest" : { "c2jName" : "PutScalingPolicyType", "documentation" : "", "shapeName" : "PutScalingPolicyRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "PolicyName", "AdjustmentType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@return The name or ARN of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  ", "name" : "PolicyType", "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyType", "marshallLocationName" : "PolicyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@return The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "name" : "AdjustmentType", "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentType", "marshallLocationName" : "AdjustmentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@return The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "name" : "MinAdjustmentStep", "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "variable" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentStep", "marshallLocationName" : "MinAdjustmentStep", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  ", "name" : "MinAdjustmentMagnitude", "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "variable" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentMagnitude", "marshallLocationName" : "MinAdjustmentMagnitude", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@return The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  ", "name" : "ScalingAdjustment", "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "variable" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingAdjustment", "marshallLocationName" : "ScalingAdjustment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "name" : "Cooldown", "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cooldown", "marshallLocationName" : "Cooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "name" : "MetricAggregationType", "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAggregationType", "marshallLocationName" : "MetricAggregationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@return The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  ", "name" : "StepAdjustments", "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "variable" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StepAdjustments", "marshallLocationName" : "StepAdjustments", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StepAdjustment", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StepAdjustment", "variable" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "setterModel" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "StepAdjustment", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n@return A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "name" : "EstimatedInstanceWarmup", "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "variable" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedInstanceWarmup", "marshallLocationName" : "EstimatedInstanceWarmup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@return The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putScalingPolicyRequest", "variableType" : "PutScalingPolicyRequest", "variableDeclarationType" : "PutScalingPolicyRequest", "documentation" : null, "simpleType" : "PutScalingPolicyRequest", "variableSetterType" : "PutScalingPolicyRequest" }, "marshaller" : { "action" : "PutScalingPolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MinAdjustmentStep" : { "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "name" : "MinAdjustmentStep", "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "variable" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentStep", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentStep", "marshallLocationName" : "MinAdjustmentStep", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricAggregationType" : { "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "name" : "MetricAggregationType", "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "variable" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricAggregationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAggregationType", "marshallLocationName" : "MetricAggregationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@return The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyType" : { "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  ", "name" : "PolicyType", "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "variable" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyType", "marshallLocationName" : "PolicyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@return The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScalingAdjustment" : { "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  ", "name" : "ScalingAdjustment", "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "variable" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "scalingAdjustment", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScalingAdjustment", "marshallLocationName" : "ScalingAdjustment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@return The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.

                                                                                                                                                                  \n@param scalingAdjustment The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  This parameter is required if the policy type is SimpleScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Cooldown" : { "documentation" : "

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "name" : "Cooldown", "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "variable" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cooldown", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cooldown", "marshallLocationName" : "Cooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@return The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param cooldown The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

                                                                                                                                                                  This parameter is not supported unless the policy type is SimpleScaling.

                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StepAdjustments" : { "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  ", "name" : "StepAdjustments", "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "variable" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stepAdjustments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StepAdjustments", "marshallLocationName" : "StepAdjustments", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StepAdjustment", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StepAdjustment", "variable" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "setterModel" : { "variableName" : "member", "variableType" : "StepAdjustment", "variableDeclarationType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "StepAdjustment", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n@return A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@return The name or ARN of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the policy.

                                                                                                                                                                  \n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinAdjustmentMagnitude" : { "documentation" : "

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  ", "name" : "MinAdjustmentMagnitude", "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "variable" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAdjustmentMagnitude", "marshallLocationName" : "MinAdjustmentMagnitude", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@return The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

                                                                                                                                                                  \n@param minAdjustmentMagnitude The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EstimatedInstanceWarmup" : { "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "name" : "EstimatedInstanceWarmup", "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "variable" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedInstanceWarmup", "marshallLocationName" : "EstimatedInstanceWarmup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@return The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.

                                                                                                                                                                  \n@param estimatedInstanceWarmup The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

                                                                                                                                                                  This parameter is not supported if the policy type is SimpleScaling.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AdjustmentType" : { "documentation" : "

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "name" : "AdjustmentType", "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentType", "marshallLocationName" : "AdjustmentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@return The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BlockDeviceMapping" : { "c2jName" : "BlockDeviceMapping", "documentation" : "

                                                                                                                                                                  Describes a block device mapping.

                                                                                                                                                                  ", "shapeName" : "BlockDeviceMapping", "deprecated" : false, "required" : [ "DeviceName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  ", "name" : "VirtualName", "c2jName" : "VirtualName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "virtualName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "virtualName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VirtualName", "marshallLocationName" : "VirtualName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@param virtualName The name of the virtual device (for example, ephemeral0).*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@return The name of the virtual device (for example, ephemeral0).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@param virtualName The name of the virtual device (for example, ephemeral0).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@param virtualName The name of the virtual device (for example, ephemeral0).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  ", "name" : "DeviceName", "c2jName" : "DeviceName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "deviceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceName", "marshallLocationName" : "DeviceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@param deviceName The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).*/", "getterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@return The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@param deviceName The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@param deviceName The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  ", "name" : "Ebs", "c2jName" : "Ebs", "c2jShape" : "Ebs", "variable" : { "variableName" : "ebs", "variableType" : "Ebs", "variableDeclarationType" : "Ebs", "documentation" : "

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  ", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "setterModel" : { "variableName" : "ebs", "variableType" : "Ebs", "variableDeclarationType" : "Ebs", "documentation" : "", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "getterModel" : { "returnType" : "Ebs", "documentation" : null }, "http" : { "unmarshallLocationName" : "Ebs", "marshallLocationName" : "Ebs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@param ebs The information about the Amazon EBS volume.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@return The information about the Amazon EBS volume.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@param ebs The information about the Amazon EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@param ebs The information about the Amazon EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  ", "name" : "NoDevice", "c2jName" : "NoDevice", "c2jShape" : "NoDevice", "variable" : { "variableName" : "noDevice", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "noDevice", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NoDevice", "marshallLocationName" : "NoDevice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@param noDevice Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@return Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@param noDevice Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@param noDevice Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "blockDeviceMapping", "variableType" : "BlockDeviceMapping", "variableDeclarationType" : "BlockDeviceMapping", "documentation" : null, "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Ebs" : { "documentation" : "

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  ", "name" : "Ebs", "c2jName" : "Ebs", "c2jShape" : "Ebs", "variable" : { "variableName" : "ebs", "variableType" : "Ebs", "variableDeclarationType" : "Ebs", "documentation" : "

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  ", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "setterModel" : { "variableName" : "ebs", "variableType" : "Ebs", "variableDeclarationType" : "Ebs", "documentation" : "", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "getterModel" : { "returnType" : "Ebs", "documentation" : null }, "http" : { "unmarshallLocationName" : "Ebs", "marshallLocationName" : "Ebs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@param ebs The information about the Amazon EBS volume.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@return The information about the Amazon EBS volume.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@param ebs The information about the Amazon EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The information about the Amazon EBS volume.

                                                                                                                                                                  \n@param ebs The information about the Amazon EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NoDevice" : { "documentation" : "

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  ", "name" : "NoDevice", "c2jName" : "NoDevice", "c2jShape" : "NoDevice", "variable" : { "variableName" : "noDevice", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "noDevice", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NoDevice", "marshallLocationName" : "NoDevice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@param noDevice Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@return Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@param noDevice Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.

                                                                                                                                                                  \n@param noDevice Suppresses a device mapping.

                                                                                                                                                                  If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VirtualName" : { "documentation" : "

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  ", "name" : "VirtualName", "c2jName" : "VirtualName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "virtualName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "virtualName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VirtualName", "marshallLocationName" : "VirtualName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@param virtualName The name of the virtual device (for example, ephemeral0).*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@return The name of the virtual device (for example, ephemeral0).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@param virtualName The name of the virtual device (for example, ephemeral0).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the virtual device (for example, ephemeral0).

                                                                                                                                                                  \n@param virtualName The name of the virtual device (for example, ephemeral0).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeviceName" : { "documentation" : "

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  ", "name" : "DeviceName", "c2jName" : "DeviceName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "deviceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceName", "marshallLocationName" : "DeviceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@param deviceName The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).*/", "getterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@return The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@param deviceName The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).

                                                                                                                                                                  \n@param deviceName The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CompleteLifecycleActionResult" : { "c2jName" : "CompleteLifecycleActionAnswer", "documentation" : "", "shapeName" : "CompleteLifecycleActionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "completeLifecycleActionResult", "variableType" : "CompleteLifecycleActionResult", "variableDeclarationType" : "CompleteLifecycleActionResult", "documentation" : null, "simpleType" : "CompleteLifecycleActionResult", "variableSetterType" : "CompleteLifecycleActionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CompleteLifecycleActionResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ResourceContentionException" : { "c2jName" : "ResourceContentionFault", "documentation" : "

                                                                                                                                                                  You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

                                                                                                                                                                  ", "shapeName" : "ResourceContentionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceContentionException", "variableType" : "ResourceContentionException", "variableDeclarationType" : "ResourceContentionException", "documentation" : null, "simpleType" : "ResourceContentionException", "variableSetterType" : "ResourceContentionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceContention", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutScheduledUpdateGroupActionRequest" : { "c2jName" : "PutScheduledUpdateGroupActionType", "documentation" : "", "shapeName" : "PutScheduledUpdateGroupActionRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "ScheduledActionName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  ", "name" : "ScheduledActionName", "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionName", "marshallLocationName" : "ScheduledActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@return The name of this scaling action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "name" : "Time", "c2jName" : "Time", "c2jShape" : "TimestampType", "variable" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Time", "marshallLocationName" : "Time", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.*/", "getterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@return This parameter is deprecated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@param startTime The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@return The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@param startTime The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@param startTime The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@param endTime The time for this action to end.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@return The time for this action to end.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@param endTime The time for this action to end.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@param endTime The time for this action to end.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  ", "name" : "Recurrence", "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Recurrence", "marshallLocationName" : "Recurrence", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@param recurrence The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@return The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@param recurrence The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@param recurrence The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@return The minimum size for the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@return The maximum size for the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@return The number of EC2 instances that should be running in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putScheduledUpdateGroupActionRequest", "variableType" : "PutScheduledUpdateGroupActionRequest", "variableDeclarationType" : "PutScheduledUpdateGroupActionRequest", "documentation" : null, "simpleType" : "PutScheduledUpdateGroupActionRequest", "variableSetterType" : "PutScheduledUpdateGroupActionRequest" }, "marshaller" : { "action" : "PutScheduledUpdateGroupAction", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Recurrence" : { "documentation" : "

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  ", "name" : "Recurrence", "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurrence", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Recurrence", "marshallLocationName" : "Recurrence", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@param recurrence The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@return The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@param recurrence The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

                                                                                                                                                                  \n@param recurrence The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see Cron in Wikipedia.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinSize" : { "documentation" : "

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  ", "name" : "MinSize", "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "variable" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinSize", "marshallLocationName" : "MinSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@return The minimum size for the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScheduledActionName" : { "documentation" : "

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  ", "name" : "ScheduledActionName", "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheduledActionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledActionName", "marshallLocationName" : "ScheduledActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@return The name of this scaling action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of this scaling action.

                                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@param endTime The time for this action to end.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@return The time for this action to end.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@param endTime The time for this action to end.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to end.

                                                                                                                                                                  \n@param endTime The time for this action to end.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TimestampType", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@param startTime The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@return The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@param startTime The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

                                                                                                                                                                  \n@param startTime The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

                                                                                                                                                                  If you try to schedule your action in the past, Auto Scaling returns an error message.

                                                                                                                                                                  When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DesiredCapacity" : { "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  ", "name" : "DesiredCapacity", "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "variable" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "desiredCapacity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DesiredCapacity", "marshallLocationName" : "DesiredCapacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@return The number of EC2 instances that should be running in the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                                  \n@param desiredCapacity The number of EC2 instances that should be running in the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Time" : { "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "name" : "Time", "c2jName" : "Time", "c2jShape" : "TimestampType", "variable" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "time", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Time", "marshallLocationName" : "Time", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.*/", "getterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@return This parameter is deprecated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxSize" : { "documentation" : "

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  ", "name" : "MaxSize", "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "variable" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxSize", "marshallLocationName" : "MaxSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@return The maximum size for the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceMonitoring" : { "c2jName" : "InstanceMonitoring", "documentation" : "

                                                                                                                                                                  Describes whether instance monitoring is enabled.

                                                                                                                                                                  ", "shapeName" : "InstanceMonitoring", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "MonitoringEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@param enabled If True, instance monitoring is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@return If True, instance monitoring is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@param enabled If True, instance monitoring is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@param enabled If True, instance monitoring is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "variableDeclarationType" : "InstanceMonitoring", "documentation" : null, "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "MonitoringEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@param enabled If True, instance monitoring is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@return If True, instance monitoring is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@param enabled If True, instance monitoring is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  If True, instance monitoring is enabled.

                                                                                                                                                                  \n@param enabled If True, instance monitoring is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateOrUpdateTagsResult" : { "c2jName" : "CreateOrUpdateTagsResult", "documentation" : null, "shapeName" : "CreateOrUpdateTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createOrUpdateTagsResult", "variableType" : "CreateOrUpdateTagsResult", "variableDeclarationType" : "CreateOrUpdateTagsResult", "documentation" : null, "simpleType" : "CreateOrUpdateTagsResult", "variableSetterType" : "CreateOrUpdateTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAutoScalingNotificationTypesRequest" : { "c2jName" : "DescribeAutoScalingNotificationTypesRequest", "documentation" : null, "shapeName" : "DescribeAutoScalingNotificationTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeAutoScalingNotificationTypesRequest", "variableType" : "DescribeAutoScalingNotificationTypesRequest", "variableDeclarationType" : "DescribeAutoScalingNotificationTypesRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingNotificationTypesRequest", "variableSetterType" : "DescribeAutoScalingNotificationTypesRequest" }, "marshaller" : { "action" : "DescribeAutoScalingNotificationTypes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RecordLifecycleActionHeartbeatResult" : { "c2jName" : "RecordLifecycleActionHeartbeatAnswer", "documentation" : "", "shapeName" : "RecordLifecycleActionHeartbeatResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "recordLifecycleActionHeartbeatResult", "variableType" : "RecordLifecycleActionHeartbeatResult", "variableDeclarationType" : "RecordLifecycleActionHeartbeatResult", "documentation" : null, "simpleType" : "RecordLifecycleActionHeartbeatResult", "variableSetterType" : "RecordLifecycleActionHeartbeatResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "RecordLifecycleActionHeartbeatResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeScheduledActionsResult" : { "c2jName" : "ScheduledActionsType", "documentation" : "", "shapeName" : "DescribeScheduledActionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  ", "name" : "ScheduledUpdateGroupActions", "c2jName" : "ScheduledUpdateGroupActions", "c2jShape" : "ScheduledUpdateGroupActions", "variable" : { "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledUpdateGroupActions", "marshallLocationName" : "ScheduledUpdateGroupActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ScheduledUpdateGroupAction", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ScheduledUpdateGroupAction", "variable" : { "variableName" : "member", "variableType" : "ScheduledUpdateGroupAction", "variableDeclarationType" : "ScheduledUpdateGroupAction", "documentation" : "", "simpleType" : "ScheduledUpdateGroupAction", "variableSetterType" : "ScheduledUpdateGroupAction" }, "setterModel" : { "variableName" : "member", "variableType" : "ScheduledUpdateGroupAction", "variableDeclarationType" : "ScheduledUpdateGroupAction", "documentation" : "", "simpleType" : "ScheduledUpdateGroupAction", "variableSetterType" : "ScheduledUpdateGroupAction" }, "getterModel" : { "returnType" : "ScheduledUpdateGroupAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ScheduledUpdateGroupAction", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n@param scheduledUpdateGroupActions The scheduled actions.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n@return The scheduled actions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n@param scheduledUpdateGroupActions The scheduled actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScheduledUpdateGroupActions(java.util.Collection)} or {@link #withScheduledUpdateGroupActions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param scheduledUpdateGroupActions The scheduled actions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeScheduledActionsResult", "variableType" : "DescribeScheduledActionsResult", "variableDeclarationType" : "DescribeScheduledActionsResult", "documentation" : null, "simpleType" : "DescribeScheduledActionsResult", "variableSetterType" : "DescribeScheduledActionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeScheduledActionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ScheduledUpdateGroupActions" : { "documentation" : "

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  ", "name" : "ScheduledUpdateGroupActions", "c2jName" : "ScheduledUpdateGroupActions", "c2jShape" : "ScheduledUpdateGroupActions", "variable" : { "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScheduledUpdateGroupActions", "marshallLocationName" : "ScheduledUpdateGroupActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ScheduledUpdateGroupAction", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ScheduledUpdateGroupAction", "variable" : { "variableName" : "member", "variableType" : "ScheduledUpdateGroupAction", "variableDeclarationType" : "ScheduledUpdateGroupAction", "documentation" : "", "simpleType" : "ScheduledUpdateGroupAction", "variableSetterType" : "ScheduledUpdateGroupAction" }, "setterModel" : { "variableName" : "member", "variableType" : "ScheduledUpdateGroupAction", "variableDeclarationType" : "ScheduledUpdateGroupAction", "documentation" : "", "simpleType" : "ScheduledUpdateGroupAction", "variableSetterType" : "ScheduledUpdateGroupAction" }, "getterModel" : { "returnType" : "ScheduledUpdateGroupAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ScheduledUpdateGroupAction", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n@param scheduledUpdateGroupActions The scheduled actions.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n@return The scheduled actions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n@param scheduledUpdateGroupActions The scheduled actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The scheduled actions.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setScheduledUpdateGroupActions(java.util.Collection)} or {@link #withScheduledUpdateGroupActions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param scheduledUpdateGroupActions The scheduled actions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ExitStandbyRequest" : { "c2jName" : "ExitStandbyQuery", "documentation" : "", "shapeName" : "ExitStandbyRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs. You must specify at least one instance ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n@return One or more instance IDs. You must specify at least one instance ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "exitStandbyRequest", "variableType" : "ExitStandbyRequest", "variableDeclarationType" : "ExitStandbyRequest", "documentation" : null, "simpleType" : "ExitStandbyRequest", "variableSetterType" : "ExitStandbyRequest" }, "marshaller" : { "action" : "ExitStandby", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceIds", "marshallLocationName" : "InstanceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs. You must specify at least one instance ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n@return One or more instance IDs. You must specify at least one instance ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs. You must specify at least one instance ID.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs. You must specify at least one instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NotificationConfiguration" : { "c2jName" : "NotificationConfiguration", "documentation" : "

                                                                                                                                                                  Describes a notification.

                                                                                                                                                                  ", "shapeName" : "NotificationConfiguration", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                  ", "name" : "TopicARN", "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicARN", "marshallLocationName" : "TopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  One of the following event notification types:

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                  ", "name" : "NotificationType", "c2jName" : "NotificationType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "notificationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  One of the following event notification types:

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationType", "marshallLocationName" : "NotificationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  One of the following event notification types:

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                  \n@param notificationType One of the following event notification types:

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                  • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                    One of the following event notification types:

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                    • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                    \n@return One of the following event notification types:

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                    • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                    • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                      One of the following event notification types:

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                      • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                      \n@param notificationType One of the following event notification types:

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                      • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                      • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                        One of the following event notification types:

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                        • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                        \n@param notificationType One of the following event notification types:

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                        • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                        • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : null, "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicARN" : { "documentation" : "

                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                          ", "name" : "TopicARN", "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicARN", "marshallLocationName" : "TopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                          \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "getterDocumentation" : "/**

                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                          \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                          \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                                                          The name of the group.

                                                                                                                                                                          ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          The name of the group.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                          The name of the group.

                                                                                                                                                                          \n@param autoScalingGroupName The name of the group.*/", "getterDocumentation" : "/**

                                                                                                                                                                          The name of the group.

                                                                                                                                                                          \n@return The name of the group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The name of the group.

                                                                                                                                                                          \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                          The name of the group.

                                                                                                                                                                          \n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationType" : { "documentation" : "

                                                                                                                                                                          One of the following event notification types:

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                          ", "name" : "NotificationType", "c2jName" : "NotificationType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "notificationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          One of the following event notification types:

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationType", "marshallLocationName" : "NotificationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                          One of the following event notification types:

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                          \n@param notificationType One of the following event notification types:

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                          • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                          • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                            One of the following event notification types:

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                            • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                            \n@return One of the following event notification types:

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                            • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                            • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                              One of the following event notification types:

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                              • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                              \n@param notificationType One of the following event notification types:

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                              • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                              • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                One of the following event notification types:

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                                • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                                \n@param notificationType One of the following event notification types:

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE

                                                                                                                                                                                • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

                                                                                                                                                                                • autoscaling:TEST_NOTIFICATION

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutNotificationConfigurationRequest" : { "c2jName" : "PutNotificationConfigurationType", "documentation" : "", "shapeName" : "PutNotificationConfigurationRequest", "deprecated" : false, "required" : [ "AutoScalingGroupName", "TopicARN", "NotificationTypes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  ", "name" : "TopicARN", "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicARN", "marshallLocationName" : "TopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  ", "name" : "NotificationTypes", "c2jName" : "NotificationTypes", "c2jShape" : "AutoScalingNotificationTypes", "variable" : { "variableName" : "notificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTypes", "marshallLocationName" : "NotificationTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n@param notificationTypes The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n@return The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n@param notificationTypes The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationTypes(java.util.Collection)} or {@link #withNotificationTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param notificationTypes The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putNotificationConfigurationRequest", "variableType" : "PutNotificationConfigurationRequest", "variableDeclarationType" : "PutNotificationConfigurationRequest", "documentation" : null, "simpleType" : "PutNotificationConfigurationRequest", "variableSetterType" : "PutNotificationConfigurationRequest" }, "marshaller" : { "action" : "PutNotificationConfiguration", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicARN" : { "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  ", "name" : "TopicARN", "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicARN", "marshallLocationName" : "TopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                                                  \n@param topicARN The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTypes" : { "documentation" : "

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  ", "name" : "NotificationTypes", "c2jName" : "NotificationTypes", "c2jShape" : "AutoScalingNotificationTypes", "variable" : { "variableName" : "notificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTypes", "marshallLocationName" : "NotificationTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n@param notificationTypes The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n@return The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n@param notificationTypes The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationTypes(java.util.Collection)} or {@link #withNotificationTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param notificationTypes The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteLaunchConfigurationRequest" : { "c2jName" : "LaunchConfigurationNameType", "documentation" : "", "shapeName" : "DeleteLaunchConfigurationRequest", "deprecated" : false, "required" : [ "LaunchConfigurationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@return The name of the launch configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteLaunchConfigurationRequest", "variableType" : "DeleteLaunchConfigurationRequest", "variableDeclarationType" : "DeleteLaunchConfigurationRequest", "documentation" : null, "simpleType" : "DeleteLaunchConfigurationRequest", "variableSetterType" : "DeleteLaunchConfigurationRequest" }, "marshaller" : { "action" : "DeleteLaunchConfiguration", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LaunchConfigurationName" : { "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "name" : "LaunchConfigurationName", "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "launchConfigurationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurationName", "marshallLocationName" : "LaunchConfigurationName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@return The name of the launch configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeScalingProcessTypesRequest" : { "c2jName" : "DescribeScalingProcessTypesRequest", "documentation" : null, "shapeName" : "DescribeScalingProcessTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeScalingProcessTypesRequest", "variableType" : "DescribeScalingProcessTypesRequest", "variableDeclarationType" : "DescribeScalingProcessTypesRequest", "documentation" : null, "simpleType" : "DescribeScalingProcessTypesRequest", "variableSetterType" : "DescribeScalingProcessTypesRequest" }, "marshaller" : { "action" : "DescribeScalingProcessTypes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AdjustmentType" : { "c2jName" : "AdjustmentType", "documentation" : "

                                                                                                                                                                                  Describes a policy adjustment type.

                                                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling Developer Guide.

                                                                                                                                                                                  ", "shapeName" : "AdjustmentType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  ", "name" : "AdjustmentType", "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentType", "marshallLocationName" : "AdjustmentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@param adjustmentType The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@return The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@param adjustmentType The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@param adjustmentType The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "adjustmentType", "variableType" : "AdjustmentType", "variableDeclarationType" : "AdjustmentType", "documentation" : null, "simpleType" : "AdjustmentType", "variableSetterType" : "AdjustmentType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdjustmentType" : { "documentation" : "

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  ", "name" : "AdjustmentType", "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "adjustmentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdjustmentType", "marshallLocationName" : "AdjustmentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@param adjustmentType The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@return The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@param adjustmentType The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                                  \n@param adjustmentType The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Filter" : { "c2jName" : "Filter", "documentation" : "

                                                                                                                                                                                  Describes a filter.

                                                                                                                                                                                  ", "shapeName" : "Filter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "XmlString", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@param name The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@return The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@param name The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@param name The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  ", "name" : "Values", "c2jName" : "Values", "c2jShape" : "Values", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Values", "marshallLocationName" : "Values", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlString", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n@param values The value of the filter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n@return The value of the filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n@param values The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param values The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "filter", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Values" : { "documentation" : "

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  ", "name" : "Values", "c2jName" : "Values", "c2jShape" : "Values", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Values", "marshallLocationName" : "Values", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XmlString", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n@param values The value of the filter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n@return The value of the filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n@param values The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The value of the filter.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param values The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "XmlString", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@param name The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@return The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@param name The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".

                                                                                                                                                                                  \n@param name The name of the filter. The valid values are: \"auto-scaling-group\", \"key\", \"value\", and \"propagate-at-launch\".\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Alarm" : { "c2jName" : "Alarm", "documentation" : "

                                                                                                                                                                                  Describes an alarm.

                                                                                                                                                                                  ", "shapeName" : "Alarm", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  ", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  \n@param alarmName The name of the alarm.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  \n@return The name of the alarm.*/", "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.*/", "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.*/" }, { "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  ", "name" : "AlarmARN", "c2jName" : "AlarmARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "alarmARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmARN", "marshallLocationName" : "AlarmARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  \n@param alarmARN The Amazon Resource Name (ARN) of the alarm.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the alarm.*/", "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.*/", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "alarm", "variableType" : "Alarm", "variableDeclarationType" : "Alarm", "documentation" : null, "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AlarmARN" : { "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  ", "name" : "AlarmARN", "c2jName" : "AlarmARN", "c2jShape" : "ResourceName", "variable" : { "variableName" : "alarmARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmARN", "marshallLocationName" : "AlarmARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  \n@param alarmARN The Amazon Resource Name (ARN) of the alarm.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the alarm.

                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the alarm.*/", "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.*/", "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.*/" }, "AlarmName" : { "documentation" : "

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  ", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "XmlStringMaxLen255", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  \n@param alarmName The name of the alarm.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the alarm.

                                                                                                                                                                                  \n@return The name of the alarm.*/", "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.*/", "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.*/" } } }, "ExecutePolicyRequest" : { "c2jName" : "ExecutePolicyType", "documentation" : "", "shapeName" : "ExecutePolicyRequest", "deprecated" : false, "required" : [ "PolicyName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@param policyName The name or ARN of the policy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@return The name or ARN of the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@param policyName The name or ARN of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@param policyName The name or ARN of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  ", "name" : "HonorCooldown", "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "variable" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HonorCooldown", "marshallLocationName" : "HonorCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@param honorCooldown If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@return If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@param honorCooldown If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@param honorCooldown If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "name" : "MetricValue", "c2jName" : "MetricValue", "c2jShape" : "MetricScale", "variable" : { "variableName" : "metricValue", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "metricValue", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricValue", "marshallLocationName" : "MetricValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param metricValue The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@return The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param metricValue The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param metricValue The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "name" : "BreachThreshold", "c2jName" : "BreachThreshold", "c2jShape" : "MetricScale", "variable" : { "variableName" : "breachThreshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "breachThreshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "BreachThreshold", "marshallLocationName" : "BreachThreshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param breachThreshold The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@return The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param breachThreshold The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param breachThreshold The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "executePolicyRequest", "variableType" : "ExecutePolicyRequest", "variableDeclarationType" : "ExecutePolicyRequest", "documentation" : null, "simpleType" : "ExecutePolicyRequest", "variableSetterType" : "ExecutePolicyRequest" }, "marshaller" : { "action" : "ExecutePolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HonorCooldown" : { "documentation" : "

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  ", "name" : "HonorCooldown", "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "variable" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "honorCooldown", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HonorCooldown", "marshallLocationName" : "HonorCooldown", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@param honorCooldown If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@return If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@param honorCooldown If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.

                                                                                                                                                                                  \n@param honorCooldown If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete.

                                                                                                                                                                                  This parameter is not supported if the policy type is StepScaling.

                                                                                                                                                                                  For more information, see Auto Scaling Cooldowns in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricValue" : { "documentation" : "

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "name" : "MetricValue", "c2jName" : "MetricValue", "c2jShape" : "MetricScale", "variable" : { "variableName" : "metricValue", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "metricValue", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricValue", "marshallLocationName" : "MetricValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param metricValue The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@return The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param metricValue The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param metricValue The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

                                                                                                                                                                                  If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroupName" : { "documentation" : "

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  ", "name" : "AutoScalingGroupName", "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "autoScalingGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingGroupName", "marshallLocationName" : "AutoScalingGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@return The name or Amazon Resource Name (ARN) of the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@param policyName The name or ARN of the policy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@return The name or ARN of the policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@param policyName The name or ARN of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name or ARN of the policy.

                                                                                                                                                                                  \n@param policyName The name or ARN of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BreachThreshold" : { "documentation" : "

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "name" : "BreachThreshold", "c2jName" : "BreachThreshold", "c2jShape" : "MetricScale", "variable" : { "variableName" : "breachThreshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "breachThreshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "BreachThreshold", "marshallLocationName" : "BreachThreshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param breachThreshold The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@return The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param breachThreshold The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                                                  \n@param breachThreshold The breach threshold for the alarm.

                                                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAutoScalingInstancesResult" : { "c2jName" : "AutoScalingInstancesType", "documentation" : "", "shapeName" : "DescribeAutoScalingInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  ", "name" : "AutoScalingInstances", "c2jName" : "AutoScalingInstances", "c2jShape" : "AutoScalingInstances", "variable" : { "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingInstances", "marshallLocationName" : "AutoScalingInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AutoScalingInstanceDetails", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AutoScalingInstanceDetails", "variable" : { "variableName" : "member", "variableType" : "AutoScalingInstanceDetails", "variableDeclarationType" : "AutoScalingInstanceDetails", "documentation" : "", "simpleType" : "AutoScalingInstanceDetails", "variableSetterType" : "AutoScalingInstanceDetails" }, "setterModel" : { "variableName" : "member", "variableType" : "AutoScalingInstanceDetails", "variableDeclarationType" : "AutoScalingInstanceDetails", "documentation" : "", "simpleType" : "AutoScalingInstanceDetails", "variableSetterType" : "AutoScalingInstanceDetails" }, "getterModel" : { "returnType" : "AutoScalingInstanceDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "AutoScalingInstanceDetails", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n@param autoScalingInstances The instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n@return The instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n@param autoScalingInstances The instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingInstances(java.util.Collection)} or {@link #withAutoScalingInstances(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param autoScalingInstances The instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAutoScalingInstancesResult", "variableType" : "DescribeAutoScalingInstancesResult", "variableDeclarationType" : "DescribeAutoScalingInstancesResult", "documentation" : null, "simpleType" : "DescribeAutoScalingInstancesResult", "variableSetterType" : "DescribeAutoScalingInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAutoScalingInstancesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingInstances" : { "documentation" : "

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  ", "name" : "AutoScalingInstances", "c2jName" : "AutoScalingInstances", "c2jShape" : "AutoScalingInstances", "variable" : { "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoScalingInstances", "marshallLocationName" : "AutoScalingInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AutoScalingInstanceDetails", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AutoScalingInstanceDetails", "variable" : { "variableName" : "member", "variableType" : "AutoScalingInstanceDetails", "variableDeclarationType" : "AutoScalingInstanceDetails", "documentation" : "", "simpleType" : "AutoScalingInstanceDetails", "variableSetterType" : "AutoScalingInstanceDetails" }, "setterModel" : { "variableName" : "member", "variableType" : "AutoScalingInstanceDetails", "variableDeclarationType" : "AutoScalingInstanceDetails", "documentation" : "", "simpleType" : "AutoScalingInstanceDetails", "variableSetterType" : "AutoScalingInstanceDetails" }, "getterModel" : { "returnType" : "AutoScalingInstanceDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "AutoScalingInstanceDetails", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n@param autoScalingInstances The instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n@return The instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n@param autoScalingInstances The instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The instances.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingInstances(java.util.Collection)} or {@link #withAutoScalingInstances(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param autoScalingInstances The instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLaunchConfigurationsResult" : { "c2jName" : "LaunchConfigurationsType", "documentation" : "", "shapeName" : "DescribeLaunchConfigurationsResult", "deprecated" : false, "required" : [ "LaunchConfigurations" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  ", "name" : "LaunchConfigurations", "c2jName" : "LaunchConfigurations", "c2jShape" : "LaunchConfigurations", "variable" : { "variableName" : "launchConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "launchConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurations", "marshallLocationName" : "LaunchConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LaunchConfiguration", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LaunchConfiguration", "variable" : { "variableName" : "member", "variableType" : "LaunchConfiguration", "variableDeclarationType" : "LaunchConfiguration", "documentation" : "", "simpleType" : "LaunchConfiguration", "variableSetterType" : "LaunchConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "LaunchConfiguration", "variableDeclarationType" : "LaunchConfiguration", "documentation" : "", "simpleType" : "LaunchConfiguration", "variableSetterType" : "LaunchConfiguration" }, "getterModel" : { "returnType" : "LaunchConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LaunchConfiguration", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n@param launchConfigurations The launch configurations.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n@return The launch configurations.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n@param launchConfigurations The launch configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLaunchConfigurations(java.util.Collection)} or {@link #withLaunchConfigurations(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param launchConfigurations The launch configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLaunchConfigurationsResult", "variableType" : "DescribeLaunchConfigurationsResult", "variableDeclarationType" : "DescribeLaunchConfigurationsResult", "documentation" : null, "simpleType" : "DescribeLaunchConfigurationsResult", "variableSetterType" : "DescribeLaunchConfigurationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLaunchConfigurationsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LaunchConfigurations" : { "documentation" : "

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  ", "name" : "LaunchConfigurations", "c2jName" : "LaunchConfigurations", "c2jShape" : "LaunchConfigurations", "variable" : { "variableName" : "launchConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "launchConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchConfigurations", "marshallLocationName" : "LaunchConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LaunchConfiguration", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LaunchConfiguration", "variable" : { "variableName" : "member", "variableType" : "LaunchConfiguration", "variableDeclarationType" : "LaunchConfiguration", "documentation" : "", "simpleType" : "LaunchConfiguration", "variableSetterType" : "LaunchConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "LaunchConfiguration", "variableDeclarationType" : "LaunchConfiguration", "documentation" : "", "simpleType" : "LaunchConfiguration", "variableSetterType" : "LaunchConfiguration" }, "getterModel" : { "returnType" : "LaunchConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LaunchConfiguration", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n@param launchConfigurations The launch configurations.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n@return The launch configurations.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n@param launchConfigurations The launch configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The launch configurations.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLaunchConfigurations(java.util.Collection)} or {@link #withLaunchConfigurations(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param launchConfigurations The launch configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "XmlString", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

                                                                                                                                                                                  \n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "DescribeAccountLimits" : { "methodForms" : [ [ ] ] }, "DescribeAutoScalingGroups" : { "methodForms" : [ [ ] ] }, "DescribePolicies" : { "methodForms" : [ [ ] ] }, "DescribeScalingProcessTypes" : { "methodForms" : [ [ ] ] }, "DescribeScalingActivities" : { "methodForms" : [ [ ] ] }, "DescribeNotificationConfigurations" : { "methodForms" : [ [ ] ] }, "DescribeTerminationPolicyTypes" : { "methodForms" : [ [ ] ] }, "DescribeTags" : { "methodForms" : [ [ ] ] }, "DetachLoadBalancers" : { "methodForms" : [ [ ] ] }, "DescribeAutoScalingNotificationTypes" : { "methodForms" : [ [ ] ] }, "AttachLoadBalancers" : { "methodForms" : [ [ ] ] }, "DescribeAutoScalingInstances" : { "methodForms" : [ [ ] ] }, "DescribeLifecycleHookTypes" : { "methodForms" : [ [ ] ] }, "DescribeLaunchConfigurations" : { "methodForms" : [ [ ] ] }, "DescribeAdjustmentTypes" : { "methodForms" : [ [ ] ] }, "DescribeScheduledActions" : { "methodForms" : [ [ ] ] }, "DescribeMetricCollectionTypes" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : false, "actionPrefix" : null, "fileNamePrefix" : "AutoScaling" }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "sdkModeledExceptionBaseClassName" : "AmazonAutoScalingException", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "clientConfigFactory" : "ClientConfigurationFactory", "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.autoscaling.model.AmazonAutoScalingException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy