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
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : "AutoScaling",
      "skip" : false
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "AttachLoadBalancers" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeAccountLimits" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeAdjustmentTypes" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeAutoScalingGroups" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeAutoScalingInstances" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeAutoScalingNotificationTypes" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeLaunchConfigurations" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeLifecycleHookTypes" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeMetricCollectionTypes" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeNotificationConfigurations" : {
        "methodForms" : [ [ ] ]
      },
      "DescribePolicies" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeScalingActivities" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeScalingProcessTypes" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeScheduledActions" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeTags" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeTerminationPolicyTypes" : {
        "methodForms" : [ [ ] ]
      },
      "DetachLoadBalancers" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2011-01-01",
    "asyncClient" : "AmazonAutoScalingAsyncClient",
    "asyncClientBuilderClassName" : "AmazonAutoScalingAsyncClientBuilder",
    "asyncInterface" : "AmazonAutoScalingAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonAutoScalingModuleInjector",
    "defaultEndpoint" : "https://autoscaling.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "autoscaling.amazonaws.com",
    "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.

", "endpointPrefix" : "autoscaling", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "packageName" : "com.amazonaws.services.autoscaling", "packagePath" : "com/amazonaws/services/autoscaling", "protocol" : "query", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "serviceAbbreviation" : null, "serviceFullName" : "Auto Scaling", "serviceName" : "Auto Scaling", "signingName" : "autoscaling", "smokeTestsPackageName" : "com.amazonaws.services.autoscaling.smoketests", "syncClient" : "AmazonAutoScalingClient", "syncClientBuilderClassName" : "AmazonAutoScalingClientBuilder", "syncInterface" : "AmazonAutoScaling", "unmarshallerClassSuffix" : "StaxUnmarshaller", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "xmlProtocol" : true }, "operations" : { "AttachInstances" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AttachInstancesResult", "authenticated" : true, "deprecated" : false, "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.

If there is a Classic load balancer attached to your Auto Scaling group, the instances are also registered with the load balancer. If there are target groups attached to your Auto Scaling group, the instances are also registered with the target groups.

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

", "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, "input" : { "variableDeclarationType" : "AttachInstancesRequest", "variableName" : "attachInstancesRequest", "variableType" : "AttachInstancesRequest", "documentation" : "

Contains the parameters for AttachInstances.

", "simpleType" : "AttachInstancesRequest", "variableSetterType" : "AttachInstancesRequest" }, "inputStreamPropertyName" : null, "methodName" : "attachInstances", "operationName" : "AttachInstances", "returnType" : { "returnType" : "AttachInstancesResult", "documentation" : null }, "syncReturnType" : "AttachInstancesResult" }, "AttachLoadBalancerTargetGroups" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AttachLoadBalancerTargetGroupsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Attaches one or more target groups to the specified Auto Scaling group.

To describe the target groups for an Auto Scaling group, use DescribeLoadBalancerTargetGroups. To detach the target group from the Auto Scaling group, use DetachLoadBalancerTargetGroups.

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

", "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, "input" : { "variableDeclarationType" : "AttachLoadBalancerTargetGroupsRequest", "variableName" : "attachLoadBalancerTargetGroupsRequest", "variableType" : "AttachLoadBalancerTargetGroupsRequest", "documentation" : "

Contains the parameters for AttachLoadBalancerTargetGroups.

", "simpleType" : "AttachLoadBalancerTargetGroupsRequest", "variableSetterType" : "AttachLoadBalancerTargetGroupsRequest" }, "inputStreamPropertyName" : null, "methodName" : "attachLoadBalancerTargetGroups", "operationName" : "AttachLoadBalancerTargetGroups", "returnType" : { "returnType" : "AttachLoadBalancerTargetGroupsResult", "documentation" : null }, "syncReturnType" : "AttachLoadBalancerTargetGroupsResult" }, "AttachLoadBalancers" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AttachLoadBalancersResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

To attach an Application load balancer instead, see AttachLoadBalancerTargetGroups.

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 User Guide.

", "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, "input" : { "variableDeclarationType" : "AttachLoadBalancersRequest", "variableName" : "attachLoadBalancersRequest", "variableType" : "AttachLoadBalancersRequest", "documentation" : "

Contains the parameters for AttachLoadBalancers.

", "simpleType" : "AttachLoadBalancersRequest", "variableSetterType" : "AttachLoadBalancersRequest" }, "inputStreamPropertyName" : null, "methodName" : "attachLoadBalancers", "operationName" : "AttachLoadBalancers", "returnType" : { "returnType" : "AttachLoadBalancersResult", "documentation" : "

Contains the output of AttachLoadBalancers.

" }, "syncReturnType" : "AttachLoadBalancersResult" }, "CompleteLifecycleAction" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CompleteLifecycleActionResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

", "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, "input" : { "variableDeclarationType" : "CompleteLifecycleActionRequest", "variableName" : "completeLifecycleActionRequest", "variableType" : "CompleteLifecycleActionRequest", "documentation" : "

Contains the parameters for CompleteLifecycleAction.

", "simpleType" : "CompleteLifecycleActionRequest", "variableSetterType" : "CompleteLifecycleActionRequest" }, "inputStreamPropertyName" : null, "methodName" : "completeLifecycleAction", "operationName" : "CompleteLifecycleAction", "returnType" : { "returnType" : "CompleteLifecycleActionResult", "documentation" : "

Contains the output of CompleteLifecycleAction.

" }, "syncReturnType" : "CompleteLifecycleActionResult" }, "CreateAutoScalingGroup" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateAutoScalingGroupResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

", "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, "input" : { "variableDeclarationType" : "CreateAutoScalingGroupRequest", "variableName" : "createAutoScalingGroupRequest", "variableType" : "CreateAutoScalingGroupRequest", "documentation" : "

Contains the parameters for CreateAutoScalingGroup.

", "simpleType" : "CreateAutoScalingGroupRequest", "variableSetterType" : "CreateAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "methodName" : "createAutoScalingGroup", "operationName" : "CreateAutoScalingGroup", "returnType" : { "returnType" : "CreateAutoScalingGroupResult", "documentation" : null }, "syncReturnType" : "CreateAutoScalingGroupResult" }, "CreateLaunchConfiguration" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateLaunchConfigurationResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

", "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, "input" : { "variableDeclarationType" : "CreateLaunchConfigurationRequest", "variableName" : "createLaunchConfigurationRequest", "variableType" : "CreateLaunchConfigurationRequest", "documentation" : "

Contains the parameters for CreateLaunchConfiguration.

", "simpleType" : "CreateLaunchConfigurationRequest", "variableSetterType" : "CreateLaunchConfigurationRequest" }, "inputStreamPropertyName" : null, "methodName" : "createLaunchConfiguration", "operationName" : "CreateLaunchConfiguration", "returnType" : { "returnType" : "CreateLaunchConfigurationResult", "documentation" : null }, "syncReturnType" : "CreateLaunchConfigurationResult" }, "CreateOrUpdateTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateOrUpdateTagsResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

", "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, "input" : { "variableDeclarationType" : "CreateOrUpdateTagsRequest", "variableName" : "createOrUpdateTagsRequest", "variableType" : "CreateOrUpdateTagsRequest", "documentation" : "

Contains the parameters for CreateOrUpdateTags.

", "simpleType" : "CreateOrUpdateTagsRequest", "variableSetterType" : "CreateOrUpdateTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "createOrUpdateTags", "operationName" : "CreateOrUpdateTags", "returnType" : { "returnType" : "CreateOrUpdateTagsResult", "documentation" : null }, "syncReturnType" : "CreateOrUpdateTagsResult" }, "DeleteAutoScalingGroup" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteAutoScalingGroupResult", "authenticated" : true, "deprecated" : false, "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.

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

The operation can't be performed because there are scaling activities in progress.

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

The operation can't be performed because the resource 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, "input" : { "variableDeclarationType" : "DeleteAutoScalingGroupRequest", "variableName" : "deleteAutoScalingGroupRequest", "variableType" : "DeleteAutoScalingGroupRequest", "documentation" : "

Contains the parameters for DeleteAutoScalingGroup.

", "simpleType" : "DeleteAutoScalingGroupRequest", "variableSetterType" : "DeleteAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteAutoScalingGroup", "operationName" : "DeleteAutoScalingGroup", "returnType" : { "returnType" : "DeleteAutoScalingGroupResult", "documentation" : null }, "syncReturnType" : "DeleteAutoScalingGroupResult" }, "DeleteLaunchConfiguration" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteLaunchConfigurationResult", "authenticated" : true, "deprecated" : false, "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.

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

The operation can't be performed because the resource 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, "input" : { "variableDeclarationType" : "DeleteLaunchConfigurationRequest", "variableName" : "deleteLaunchConfigurationRequest", "variableType" : "DeleteLaunchConfigurationRequest", "documentation" : "

Contains the parameters for DeleteLaunchConfiguration.

", "simpleType" : "DeleteLaunchConfigurationRequest", "variableSetterType" : "DeleteLaunchConfigurationRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteLaunchConfiguration", "operationName" : "DeleteLaunchConfiguration", "returnType" : { "returnType" : "DeleteLaunchConfigurationResult", "documentation" : null }, "syncReturnType" : "DeleteLaunchConfigurationResult" }, "DeleteLifecycleHook" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteLifecycleHookResult", "authenticated" : true, "deprecated" : false, "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).

", "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, "input" : { "variableDeclarationType" : "DeleteLifecycleHookRequest", "variableName" : "deleteLifecycleHookRequest", "variableType" : "DeleteLifecycleHookRequest", "documentation" : "

Contains the parameters for DeleteLifecycleHook.

", "simpleType" : "DeleteLifecycleHookRequest", "variableSetterType" : "DeleteLifecycleHookRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteLifecycleHook", "operationName" : "DeleteLifecycleHook", "returnType" : { "returnType" : "DeleteLifecycleHookResult", "documentation" : "

Contains the output of DeleteLifecycleHook.

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

Deletes the specified notification.

", "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, "input" : { "variableDeclarationType" : "DeleteNotificationConfigurationRequest", "variableName" : "deleteNotificationConfigurationRequest", "variableType" : "DeleteNotificationConfigurationRequest", "documentation" : "

Contains the parameters for DeleteNotificationConfiguration.

", "simpleType" : "DeleteNotificationConfigurationRequest", "variableSetterType" : "DeleteNotificationConfigurationRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteNotificationConfiguration", "operationName" : "DeleteNotificationConfiguration", "returnType" : { "returnType" : "DeleteNotificationConfigurationResult", "documentation" : null }, "syncReturnType" : "DeleteNotificationConfigurationResult" }, "DeletePolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeletePolicyResult", "authenticated" : true, "deprecated" : false, "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.

", "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, "input" : { "variableDeclarationType" : "DeletePolicyRequest", "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "documentation" : "

Contains the parameters for DeletePolicy.

", "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "deletePolicy", "operationName" : "DeletePolicy", "returnType" : { "returnType" : "DeletePolicyResult", "documentation" : null }, "syncReturnType" : "DeletePolicyResult" }, "DeleteScheduledAction" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteScheduledActionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified scheduled action.

", "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, "input" : { "variableDeclarationType" : "DeleteScheduledActionRequest", "variableName" : "deleteScheduledActionRequest", "variableType" : "DeleteScheduledActionRequest", "documentation" : "

Contains the parameters for DeleteScheduledAction.

", "simpleType" : "DeleteScheduledActionRequest", "variableSetterType" : "DeleteScheduledActionRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteScheduledAction", "operationName" : "DeleteScheduledAction", "returnType" : { "returnType" : "DeleteScheduledActionResult", "documentation" : null }, "syncReturnType" : "DeleteScheduledActionResult" }, "DeleteTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified tags.

", "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, "input" : { "variableDeclarationType" : "DeleteTagsRequest", "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "documentation" : "

Contains the parameters for DeleteTags.

", "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTags", "operationName" : "DeleteTags", "returnType" : { "returnType" : "DeleteTagsResult", "documentation" : null }, "syncReturnType" : "DeleteTagsResult" }, "DescribeAccountLimits" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeAccountLimitsResult", "authenticated" : true, "deprecated" : false, "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.

", "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, "input" : { "variableDeclarationType" : "DescribeAccountLimitsRequest", "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "documentation" : null, "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAccountLimits", "operationName" : "DescribeAccountLimits", "returnType" : { "returnType" : "DescribeAccountLimitsResult", "documentation" : "

Contains the parameters for DescribeAccountLimits.

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

Describes the policy adjustment types for use with PutScalingPolicy.

", "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, "input" : { "variableDeclarationType" : "DescribeAdjustmentTypesRequest", "variableName" : "describeAdjustmentTypesRequest", "variableType" : "DescribeAdjustmentTypesRequest", "documentation" : null, "simpleType" : "DescribeAdjustmentTypesRequest", "variableSetterType" : "DescribeAdjustmentTypesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAdjustmentTypes", "operationName" : "DescribeAdjustmentTypes", "returnType" : { "returnType" : "DescribeAdjustmentTypesResult", "documentation" : "

Contains the parameters for DescribeAdjustmentTypes.

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

Describes one or more Auto Scaling groups.

", "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, "input" : { "variableDeclarationType" : "DescribeAutoScalingGroupsRequest", "variableName" : "describeAutoScalingGroupsRequest", "variableType" : "DescribeAutoScalingGroupsRequest", "documentation" : "

Contains the parameters for DescribeAutoScalingGroups.

", "simpleType" : "DescribeAutoScalingGroupsRequest", "variableSetterType" : "DescribeAutoScalingGroupsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAutoScalingGroups", "operationName" : "DescribeAutoScalingGroups", "returnType" : { "returnType" : "DescribeAutoScalingGroupsResult", "documentation" : "

Contains the output for DescribeAutoScalingGroups.

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

Describes one or more Auto Scaling instances.

", "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, "input" : { "variableDeclarationType" : "DescribeAutoScalingInstancesRequest", "variableName" : "describeAutoScalingInstancesRequest", "variableType" : "DescribeAutoScalingInstancesRequest", "documentation" : "

Contains the parameters for DescribeAutoScalingInstances.

", "simpleType" : "DescribeAutoScalingInstancesRequest", "variableSetterType" : "DescribeAutoScalingInstancesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAutoScalingInstances", "operationName" : "DescribeAutoScalingInstances", "returnType" : { "returnType" : "DescribeAutoScalingInstancesResult", "documentation" : "

Contains the output of DescribeAutoScalingInstances.

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

Describes the notification types that are supported by Auto Scaling.

", "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, "input" : { "variableDeclarationType" : "DescribeAutoScalingNotificationTypesRequest", "variableName" : "describeAutoScalingNotificationTypesRequest", "variableType" : "DescribeAutoScalingNotificationTypesRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingNotificationTypesRequest", "variableSetterType" : "DescribeAutoScalingNotificationTypesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAutoScalingNotificationTypes", "operationName" : "DescribeAutoScalingNotificationTypes", "returnType" : { "returnType" : "DescribeAutoScalingNotificationTypesResult", "documentation" : "

Contains the output of DescribeAutoScalingNotificationTypes.

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

Describes one or more launch configurations.

", "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, "input" : { "variableDeclarationType" : "DescribeLaunchConfigurationsRequest", "variableName" : "describeLaunchConfigurationsRequest", "variableType" : "DescribeLaunchConfigurationsRequest", "documentation" : "

Contains the parameters for DescribeLaunchConfigurations.

", "simpleType" : "DescribeLaunchConfigurationsRequest", "variableSetterType" : "DescribeLaunchConfigurationsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLaunchConfigurations", "operationName" : "DescribeLaunchConfigurations", "returnType" : { "returnType" : "DescribeLaunchConfigurationsResult", "documentation" : "

Contains the output of DescribeLaunchConfigurations.

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

Describes the available types of lifecycle hooks.

", "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, "input" : { "variableDeclarationType" : "DescribeLifecycleHookTypesRequest", "variableName" : "describeLifecycleHookTypesRequest", "variableType" : "DescribeLifecycleHookTypesRequest", "documentation" : null, "simpleType" : "DescribeLifecycleHookTypesRequest", "variableSetterType" : "DescribeLifecycleHookTypesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLifecycleHookTypes", "operationName" : "DescribeLifecycleHookTypes", "returnType" : { "returnType" : "DescribeLifecycleHookTypesResult", "documentation" : "

Contains the output of DescribeLifecycleHookTypes.

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

Describes the lifecycle hooks for the specified Auto Scaling group.

", "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, "input" : { "variableDeclarationType" : "DescribeLifecycleHooksRequest", "variableName" : "describeLifecycleHooksRequest", "variableType" : "DescribeLifecycleHooksRequest", "documentation" : "

Contains the parameters for DescribeLifecycleHooks.

", "simpleType" : "DescribeLifecycleHooksRequest", "variableSetterType" : "DescribeLifecycleHooksRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLifecycleHooks", "operationName" : "DescribeLifecycleHooks", "returnType" : { "returnType" : "DescribeLifecycleHooksResult", "documentation" : "

Contains the output of DescribeLifecycleHooks.

" }, "syncReturnType" : "DescribeLifecycleHooksResult" }, "DescribeLoadBalancerTargetGroups" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeLoadBalancerTargetGroupsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the target groups for the specified Auto Scaling group.

", "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, "input" : { "variableDeclarationType" : "DescribeLoadBalancerTargetGroupsRequest", "variableName" : "describeLoadBalancerTargetGroupsRequest", "variableType" : "DescribeLoadBalancerTargetGroupsRequest", "documentation" : "

Contains the parameters for DescribeLoadBalancerTargetGroups.

", "simpleType" : "DescribeLoadBalancerTargetGroupsRequest", "variableSetterType" : "DescribeLoadBalancerTargetGroupsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLoadBalancerTargetGroups", "operationName" : "DescribeLoadBalancerTargetGroups", "returnType" : { "returnType" : "DescribeLoadBalancerTargetGroupsResult", "documentation" : "

Contains the output of DescribeLoadBalancerTargetGroups.

" }, "syncReturnType" : "DescribeLoadBalancerTargetGroupsResult" }, "DescribeLoadBalancers" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeLoadBalancersResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the load balancers for the specified Auto Scaling group.

Note that this operation describes only Classic load balancers. If you have Application load balancers, use DescribeLoadBalancerTargetGroups instead.

", "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, "input" : { "variableDeclarationType" : "DescribeLoadBalancersRequest", "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "documentation" : "

Contains the parameters for DescribeLoadBalancers.

", "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLoadBalancers", "operationName" : "DescribeLoadBalancers", "returnType" : { "returnType" : "DescribeLoadBalancersResult", "documentation" : "

Contains the output of DescribeLoadBalancers.

" }, "syncReturnType" : "DescribeLoadBalancersResult" }, "DescribeMetricCollectionTypes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeMetricCollectionTypesResult", "authenticated" : true, "deprecated" : false, "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.

", "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, "input" : { "variableDeclarationType" : "DescribeMetricCollectionTypesRequest", "variableName" : "describeMetricCollectionTypesRequest", "variableType" : "DescribeMetricCollectionTypesRequest", "documentation" : null, "simpleType" : "DescribeMetricCollectionTypesRequest", "variableSetterType" : "DescribeMetricCollectionTypesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeMetricCollectionTypes", "operationName" : "DescribeMetricCollectionTypes", "returnType" : { "returnType" : "DescribeMetricCollectionTypesResult", "documentation" : "

Contains the output of DescribeMetricsCollectionTypes.

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

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

", "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, "input" : { "variableDeclarationType" : "DescribeNotificationConfigurationsRequest", "variableName" : "describeNotificationConfigurationsRequest", "variableType" : "DescribeNotificationConfigurationsRequest", "documentation" : "

Contains the parameters for DescribeNotificationConfigurations.

", "simpleType" : "DescribeNotificationConfigurationsRequest", "variableSetterType" : "DescribeNotificationConfigurationsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeNotificationConfigurations", "operationName" : "DescribeNotificationConfigurations", "returnType" : { "returnType" : "DescribeNotificationConfigurationsResult", "documentation" : "

Contains the output from DescribeNotificationConfigurations.

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

Describes the policies for the specified Auto Scaling group.

", "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, "input" : { "variableDeclarationType" : "DescribePoliciesRequest", "variableName" : "describePoliciesRequest", "variableType" : "DescribePoliciesRequest", "documentation" : "

Contains the parameters for DescribePolicies.

", "simpleType" : "DescribePoliciesRequest", "variableSetterType" : "DescribePoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describePolicies", "operationName" : "DescribePolicies", "returnType" : { "returnType" : "DescribePoliciesResult", "documentation" : "

Contains the output of DescribePolicies.

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

Describes one or more scaling activities for the specified Auto Scaling group.

", "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, "input" : { "variableDeclarationType" : "DescribeScalingActivitiesRequest", "variableName" : "describeScalingActivitiesRequest", "variableType" : "DescribeScalingActivitiesRequest", "documentation" : "

Contains the parameters for DescribeScalingActivities.

", "simpleType" : "DescribeScalingActivitiesRequest", "variableSetterType" : "DescribeScalingActivitiesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeScalingActivities", "operationName" : "DescribeScalingActivities", "returnType" : { "returnType" : "DescribeScalingActivitiesResult", "documentation" : "

Contains the output of DescribeScalingActivities.

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

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

", "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, "input" : { "variableDeclarationType" : "DescribeScalingProcessTypesRequest", "variableName" : "describeScalingProcessTypesRequest", "variableType" : "DescribeScalingProcessTypesRequest", "documentation" : null, "simpleType" : "DescribeScalingProcessTypesRequest", "variableSetterType" : "DescribeScalingProcessTypesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeScalingProcessTypes", "operationName" : "DescribeScalingProcessTypes", "returnType" : { "returnType" : "DescribeScalingProcessTypesResult", "documentation" : "

Contains the output of DescribeScalingProcessTypes.

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

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

", "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, "input" : { "variableDeclarationType" : "DescribeScheduledActionsRequest", "variableName" : "describeScheduledActionsRequest", "variableType" : "DescribeScheduledActionsRequest", "documentation" : "

Contains the parameters for DescribeScheduledActions.

", "simpleType" : "DescribeScheduledActionsRequest", "variableSetterType" : "DescribeScheduledActionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeScheduledActions", "operationName" : "DescribeScheduledActions", "returnType" : { "returnType" : "DescribeScheduledActionsResult", "documentation" : "

Contains the output of DescribeScheduledActions.

" }, "syncReturnType" : "DescribeScheduledActionsResult" }, "DescribeTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTagsResult", "authenticated" : true, "deprecated" : false, "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.

", "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, "input" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : "

Contains the parameters for DescribeTags.

", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTags", "operationName" : "DescribeTags", "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : "

Contains the output of DescribeTags.

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

Describes the termination policies supported by Auto Scaling.

", "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, "input" : { "variableDeclarationType" : "DescribeTerminationPolicyTypesRequest", "variableName" : "describeTerminationPolicyTypesRequest", "variableType" : "DescribeTerminationPolicyTypesRequest", "documentation" : null, "simpleType" : "DescribeTerminationPolicyTypesRequest", "variableSetterType" : "DescribeTerminationPolicyTypesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTerminationPolicyTypes", "operationName" : "DescribeTerminationPolicyTypes", "returnType" : { "returnType" : "DescribeTerminationPolicyTypesResult", "documentation" : "

Contains the output of DescribeTerminationPolicyTypes.

" }, "syncReturnType" : "DescribeTerminationPolicyTypesResult" }, "DetachInstances" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DetachInstancesResult", "authenticated" : true, "deprecated" : false, "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.

If there is a Classic load balancer attached to the Auto Scaling group, the instances are deregistered from the load balancer. If there are target groups attached to the Auto Scaling group, the instances are deregistered from the target groups.

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

", "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, "input" : { "variableDeclarationType" : "DetachInstancesRequest", "variableName" : "detachInstancesRequest", "variableType" : "DetachInstancesRequest", "documentation" : "

Contains the parameters for DetachInstances.

", "simpleType" : "DetachInstancesRequest", "variableSetterType" : "DetachInstancesRequest" }, "inputStreamPropertyName" : null, "methodName" : "detachInstances", "operationName" : "DetachInstances", "returnType" : { "returnType" : "DetachInstancesResult", "documentation" : "

Contains the output of DetachInstances.

" }, "syncReturnType" : "DetachInstancesResult" }, "DetachLoadBalancerTargetGroups" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DetachLoadBalancerTargetGroupsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Detaches one or more target groups from the specified Auto Scaling group.

", "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, "input" : { "variableDeclarationType" : "DetachLoadBalancerTargetGroupsRequest", "variableName" : "detachLoadBalancerTargetGroupsRequest", "variableType" : "DetachLoadBalancerTargetGroupsRequest", "documentation" : "", "simpleType" : "DetachLoadBalancerTargetGroupsRequest", "variableSetterType" : "DetachLoadBalancerTargetGroupsRequest" }, "inputStreamPropertyName" : null, "methodName" : "detachLoadBalancerTargetGroups", "operationName" : "DetachLoadBalancerTargetGroups", "returnType" : { "returnType" : "DetachLoadBalancerTargetGroupsResult", "documentation" : null }, "syncReturnType" : "DetachLoadBalancerTargetGroupsResult" }, "DetachLoadBalancers" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DetachLoadBalancersResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

Note that this operation detaches only Classic load balancers. If you have Application load balancers, use DetachLoadBalancerTargetGroups instead.

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.

", "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, "input" : { "variableDeclarationType" : "DetachLoadBalancersRequest", "variableName" : "detachLoadBalancersRequest", "variableType" : "DetachLoadBalancersRequest", "documentation" : "

Contains the parameters for DetachLoadBalancers.

", "simpleType" : "DetachLoadBalancersRequest", "variableSetterType" : "DetachLoadBalancersRequest" }, "inputStreamPropertyName" : null, "methodName" : "detachLoadBalancers", "operationName" : "DetachLoadBalancers", "returnType" : { "returnType" : "DetachLoadBalancersResult", "documentation" : "

Contains the output for DetachLoadBalancers.

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

Disables group metrics for the specified Auto Scaling group.

", "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, "input" : { "variableDeclarationType" : "DisableMetricsCollectionRequest", "variableName" : "disableMetricsCollectionRequest", "variableType" : "DisableMetricsCollectionRequest", "documentation" : "

Contains the parameters for DisableMetricsCollection.

", "simpleType" : "DisableMetricsCollectionRequest", "variableSetterType" : "DisableMetricsCollectionRequest" }, "inputStreamPropertyName" : null, "methodName" : "disableMetricsCollection", "operationName" : "DisableMetricsCollection", "returnType" : { "returnType" : "DisableMetricsCollectionResult", "documentation" : null }, "syncReturnType" : "DisableMetricsCollectionResult" }, "EnableMetricsCollection" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "EnableMetricsCollectionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables group metrics for the specified Auto Scaling group. For more information, see Monitoring Your Auto Scaling Groups and Instances in the Auto Scaling User Guide.

", "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, "input" : { "variableDeclarationType" : "EnableMetricsCollectionRequest", "variableName" : "enableMetricsCollectionRequest", "variableType" : "EnableMetricsCollectionRequest", "documentation" : "

Contains the parameters for EnableMetricsCollection.

", "simpleType" : "EnableMetricsCollectionRequest", "variableSetterType" : "EnableMetricsCollectionRequest" }, "inputStreamPropertyName" : null, "methodName" : "enableMetricsCollection", "operationName" : "EnableMetricsCollection", "returnType" : { "returnType" : "EnableMetricsCollectionResult", "documentation" : null }, "syncReturnType" : "EnableMetricsCollectionResult" }, "EnterStandby" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "EnterStandbyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Moves the specified instances into Standby mode.

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

", "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, "input" : { "variableDeclarationType" : "EnterStandbyRequest", "variableName" : "enterStandbyRequest", "variableType" : "EnterStandbyRequest", "documentation" : "

Contains the parameters for EnteStandby.

", "simpleType" : "EnterStandbyRequest", "variableSetterType" : "EnterStandbyRequest" }, "inputStreamPropertyName" : null, "methodName" : "enterStandby", "operationName" : "EnterStandby", "returnType" : { "returnType" : "EnterStandbyResult", "documentation" : "

Contains the output of EnterStandby.

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

Executes the specified policy.

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

The operation can't be performed 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, "input" : { "variableDeclarationType" : "ExecutePolicyRequest", "variableName" : "executePolicyRequest", "variableType" : "ExecutePolicyRequest", "documentation" : "

Contains the parameters for ExecutePolicy.

", "simpleType" : "ExecutePolicyRequest", "variableSetterType" : "ExecutePolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "executePolicy", "operationName" : "ExecutePolicy", "returnType" : { "returnType" : "ExecutePolicyResult", "documentation" : null }, "syncReturnType" : "ExecutePolicyResult" }, "ExitStandby" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ExitStandbyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Moves the specified instances out of Standby mode.

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

", "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, "input" : { "variableDeclarationType" : "ExitStandbyRequest", "variableName" : "exitStandbyRequest", "variableType" : "ExitStandbyRequest", "documentation" : "

Contains the parameters for ExitStandby.

", "simpleType" : "ExitStandbyRequest", "variableSetterType" : "ExitStandbyRequest" }, "inputStreamPropertyName" : null, "methodName" : "exitStandby", "operationName" : "ExitStandby", "returnType" : { "returnType" : "ExitStandbyResult", "documentation" : "

Contains the parameters for ExitStandby.

" }, "syncReturnType" : "ExitStandbyResult" }, "PutLifecycleHook" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutLifecycleHookResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

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

", "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, "input" : { "variableDeclarationType" : "PutLifecycleHookRequest", "variableName" : "putLifecycleHookRequest", "variableType" : "PutLifecycleHookRequest", "documentation" : "

Contains the parameters for PutLifecycleHook.

", "simpleType" : "PutLifecycleHookRequest", "variableSetterType" : "PutLifecycleHookRequest" }, "inputStreamPropertyName" : null, "methodName" : "putLifecycleHook", "operationName" : "PutLifecycleHook", "returnType" : { "returnType" : "PutLifecycleHookResult", "documentation" : "

Contains the output of PutLifecycleHook.

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

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

This configuration overwrites any existing configuration.

For more information see Getting SNS Notifications When Your Auto Scaling Group Scales in the Auto Scaling User Guide.

", "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, "input" : { "variableDeclarationType" : "PutNotificationConfigurationRequest", "variableName" : "putNotificationConfigurationRequest", "variableType" : "PutNotificationConfigurationRequest", "documentation" : "

Contains the parameters for PutNotificationConfiguration.

", "simpleType" : "PutNotificationConfigurationRequest", "variableSetterType" : "PutNotificationConfigurationRequest" }, "inputStreamPropertyName" : null, "methodName" : "putNotificationConfiguration", "operationName" : "PutNotificationConfiguration", "returnType" : { "returnType" : "PutNotificationConfigurationResult", "documentation" : null }, "syncReturnType" : "PutNotificationConfigurationResult" }, "PutScalingPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutScalingPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a policy for an 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.

", "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, "input" : { "variableDeclarationType" : "PutScalingPolicyRequest", "variableName" : "putScalingPolicyRequest", "variableType" : "PutScalingPolicyRequest", "documentation" : "

Contains the parameters for PutScalingPolicy.

", "simpleType" : "PutScalingPolicyRequest", "variableSetterType" : "PutScalingPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "putScalingPolicy", "operationName" : "PutScalingPolicy", "returnType" : { "returnType" : "PutScalingPolicyResult", "documentation" : "

Contains the output of PutScalingPolicy.

" }, "syncReturnType" : "PutScalingPolicyResult" }, "PutScheduledUpdateGroupAction" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutScheduledUpdateGroupActionResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

", "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, "input" : { "variableDeclarationType" : "PutScheduledUpdateGroupActionRequest", "variableName" : "putScheduledUpdateGroupActionRequest", "variableType" : "PutScheduledUpdateGroupActionRequest", "documentation" : "

Contains the parameters for PutScheduledUpdateGroupAction.

", "simpleType" : "PutScheduledUpdateGroupActionRequest", "variableSetterType" : "PutScheduledUpdateGroupActionRequest" }, "inputStreamPropertyName" : null, "methodName" : "putScheduledUpdateGroupAction", "operationName" : "PutScheduledUpdateGroupAction", "returnType" : { "returnType" : "PutScheduledUpdateGroupActionResult", "documentation" : null }, "syncReturnType" : "PutScheduledUpdateGroupActionResult" }, "RecordLifecycleActionHeartbeat" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RecordLifecycleActionHeartbeatResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

", "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, "input" : { "variableDeclarationType" : "RecordLifecycleActionHeartbeatRequest", "variableName" : "recordLifecycleActionHeartbeatRequest", "variableType" : "RecordLifecycleActionHeartbeatRequest", "documentation" : "

Contains the parameters for RecordLifecycleActionHeartbeat.

", "simpleType" : "RecordLifecycleActionHeartbeatRequest", "variableSetterType" : "RecordLifecycleActionHeartbeatRequest" }, "inputStreamPropertyName" : null, "methodName" : "recordLifecycleActionHeartbeat", "operationName" : "RecordLifecycleActionHeartbeat", "returnType" : { "returnType" : "RecordLifecycleActionHeartbeatResult", "documentation" : "

Contains the output of RecordLifecycleActionHeartBeat.

" }, "syncReturnType" : "RecordLifecycleActionHeartbeatResult" }, "ResumeProcesses" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ResumeProcessesResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

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

The operation can't be performed because the resource 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, "input" : { "variableDeclarationType" : "ResumeProcessesRequest", "variableName" : "resumeProcessesRequest", "variableType" : "ResumeProcessesRequest", "documentation" : "

Contains the parameters for SuspendProcesses and ResumeProcesses.

", "simpleType" : "ResumeProcessesRequest", "variableSetterType" : "ResumeProcessesRequest" }, "inputStreamPropertyName" : null, "methodName" : "resumeProcesses", "operationName" : "ResumeProcesses", "returnType" : { "returnType" : "ResumeProcessesResult", "documentation" : null }, "syncReturnType" : "ResumeProcessesResult" }, "SetDesiredCapacity" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetDesiredCapacityResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

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

The operation can't be performed 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, "input" : { "variableDeclarationType" : "SetDesiredCapacityRequest", "variableName" : "setDesiredCapacityRequest", "variableType" : "SetDesiredCapacityRequest", "documentation" : "

Contains the parameters for SetDesiredCapacity.

", "simpleType" : "SetDesiredCapacityRequest", "variableSetterType" : "SetDesiredCapacityRequest" }, "inputStreamPropertyName" : null, "methodName" : "setDesiredCapacity", "operationName" : "SetDesiredCapacity", "returnType" : { "returnType" : "SetDesiredCapacityResult", "documentation" : null }, "syncReturnType" : "SetDesiredCapacityResult" }, "SetInstanceHealth" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetInstanceHealthResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the health status of the specified instance.

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

", "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, "input" : { "variableDeclarationType" : "SetInstanceHealthRequest", "variableName" : "setInstanceHealthRequest", "variableType" : "SetInstanceHealthRequest", "documentation" : "

Contains the parameters for SetInstanceHealth.

", "simpleType" : "SetInstanceHealthRequest", "variableSetterType" : "SetInstanceHealthRequest" }, "inputStreamPropertyName" : null, "methodName" : "setInstanceHealth", "operationName" : "SetInstanceHealth", "returnType" : { "returnType" : "SetInstanceHealthResult", "documentation" : null }, "syncReturnType" : "SetInstanceHealthResult" }, "SetInstanceProtection" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetInstanceProtectionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the instance protection settings of the specified instances.

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

", "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, "input" : { "variableDeclarationType" : "SetInstanceProtectionRequest", "variableName" : "setInstanceProtectionRequest", "variableType" : "SetInstanceProtectionRequest", "documentation" : "

Contains the parameters for SetInstanceProtection.

", "simpleType" : "SetInstanceProtectionRequest", "variableSetterType" : "SetInstanceProtectionRequest" }, "inputStreamPropertyName" : null, "methodName" : "setInstanceProtection", "operationName" : "SetInstanceProtection", "returnType" : { "returnType" : "SetInstanceProtectionResult", "documentation" : "

Contains the output of SetInstanceProtection.

" }, "syncReturnType" : "SetInstanceProtectionResult" }, "SuspendProcesses" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SuspendProcessesResult", "authenticated" : true, "deprecated" : false, "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 User Guide.

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

The operation can't be performed because the resource 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, "input" : { "variableDeclarationType" : "SuspendProcessesRequest", "variableName" : "suspendProcessesRequest", "variableType" : "SuspendProcessesRequest", "documentation" : "

Contains the parameters for SuspendProcesses and ResumeProcesses.

", "simpleType" : "SuspendProcessesRequest", "variableSetterType" : "SuspendProcessesRequest" }, "inputStreamPropertyName" : null, "methodName" : "suspendProcesses", "operationName" : "SuspendProcesses", "returnType" : { "returnType" : "SuspendProcessesResult", "documentation" : null }, "syncReturnType" : "SuspendProcessesResult" }, "TerminateInstanceInAutoScalingGroup" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "TerminateInstanceInAutoScalingGroupResult", "authenticated" : true, "deprecated" : false, "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.

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

The operation can't be performed 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, "input" : { "variableDeclarationType" : "TerminateInstanceInAutoScalingGroupRequest", "variableName" : "terminateInstanceInAutoScalingGroupRequest", "variableType" : "TerminateInstanceInAutoScalingGroupRequest", "documentation" : "

Contains the parameters for TerminateInstanceInAutoScalingGroup.

", "simpleType" : "TerminateInstanceInAutoScalingGroupRequest", "variableSetterType" : "TerminateInstanceInAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "methodName" : "terminateInstanceInAutoScalingGroup", "operationName" : "TerminateInstanceInAutoScalingGroup", "returnType" : { "returnType" : "TerminateInstanceInAutoScalingGroupResult", "documentation" : "

Contains the output of TerminateInstancesInAutoScalingGroup.

" }, "syncReturnType" : "TerminateInstanceInAutoScalingGroupResult" }, "UpdateAutoScalingGroup" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateAutoScalingGroupResult", "authenticated" : true, "deprecated" : false, "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.

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

The operation can't be performed 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, "input" : { "variableDeclarationType" : "UpdateAutoScalingGroupRequest", "variableName" : "updateAutoScalingGroupRequest", "variableType" : "UpdateAutoScalingGroupRequest", "documentation" : "

Contains the parameters for UpdateAutoScalingGroup.

", "simpleType" : "UpdateAutoScalingGroupRequest", "variableSetterType" : "UpdateAutoScalingGroupRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateAutoScalingGroup", "operationName" : "UpdateAutoScalingGroup", "returnType" : { "returnType" : "UpdateAutoScalingGroupResult", "documentation" : null }, "syncReturnType" : "UpdateAutoScalingGroupResult" } }, "shapes" : { "Activity" : { "c2jName" : "Activity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

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

The ID of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the activity.

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

The ID of the activity.

\n@param activityId The ID of the activity.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "

The ID of the activity.

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

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

A friendly, more verbose description of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@return A friendly, more verbose description of the activity.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A friendly, more verbose description of the activity.

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

The reason the activity began.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The reason the activity began.

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

The reason the activity began.

\n@param cause The reason the activity began.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

The reason the activity began.

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

The start time of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The start time of the activity.

\n@return The start time of the activity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "

The start time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

The end time of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The end time of the activity.

\n@return The end time of the activity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "

The end time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatusCode", "c2jShape" : "ScalingActivityStatusCode", "deprecated" : false, "documentation" : "

The current status of the activity.

", "enumType" : "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*/", "getterDocumentation" : "/**

The current status of the activity.

\n@return The current status of the activity.\n@see ScalingActivityStatusCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusCode", "setterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@see ScalingActivityStatusCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

The current status of the activity.

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

A friendly, more verbose description of the activity status.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@return A friendly, more verbose description of the activity status.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusMessage", "setterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

A friendly, more verbose description of the activity status.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Progress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Progress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Progress", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "progress", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "progress", "variableType" : "Integer", "documentation" : "

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

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

The details about the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The details about the activity.

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

The details about the activity.

\n@param details The details about the activity.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "

The details about the activity.

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

The ID of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the activity.

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

The ID of the activity.

\n@param activityId The ID of the activity.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityId", "variableType" : "String", "documentation" : "

The ID of the activity.

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

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The reason the activity began.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The reason the activity began.

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

The reason the activity began.

\n@param cause The reason the activity began.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

The reason the activity began.

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

A friendly, more verbose description of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@return A friendly, more verbose description of the activity.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A friendly, more verbose description of the activity.

\n@param description A friendly, more verbose description of the activity.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A friendly, more verbose description of the activity.

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

The details about the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The details about the activity.

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

The details about the activity.

\n@param details The details about the activity.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "details", "variableType" : "String", "documentation" : "

The details about the activity.

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

The end time of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The end time of the activity.

\n@return The end time of the activity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

The end time of the activity.

\n@param endTime The end time of the activity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "

The end time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Progress" : { "c2jName" : "Progress", "c2jShape" : "Progress", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Progress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Progress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Progress", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "progress", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "progress", "variableType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StartTime" : { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

The start time of the activity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The start time of the activity.

\n@return The start time of the activity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

The start time of the activity.

\n@param startTime The start time of the activity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "

The start time of the activity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "StatusCode" : { "c2jName" : "StatusCode", "c2jShape" : "ScalingActivityStatusCode", "deprecated" : false, "documentation" : "

The current status of the activity.

", "enumType" : "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*/", "getterDocumentation" : "/**

The current status of the activity.

\n@return The current status of the activity.\n@see ScalingActivityStatusCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusCode", "setterDocumentation" : "/**

The current status of the activity.

\n@param statusCode The current status of the activity.\n@see ScalingActivityStatusCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

The current status of the activity.

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

A friendly, more verbose description of the activity status.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@return A friendly, more verbose description of the activity status.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusMessage", "setterDocumentation" : "/**

A friendly, more verbose description of the activity status.

\n@param statusMessage A friendly, more verbose description of the activity status.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

A friendly, more verbose description of the activity status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ActivityId", "AutoScalingGroupName", "Cause", "StartTime", "StatusCode" ], "shapeName" : "Activity", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Activity", "variableName" : "activity", "variableType" : "Activity", "documentation" : null, "simpleType" : "Activity", "variableSetterType" : "Activity" }, "wrapper" : false }, "AdjustmentType" : { "c2jName" : "AdjustmentType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes a policy adjustment type.

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

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AdjustmentType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AdjustmentType", "variableName" : "adjustmentType", "variableType" : "AdjustmentType", "documentation" : null, "simpleType" : "AdjustmentType", "variableSetterType" : "AdjustmentType" }, "wrapper" : false }, "Alarm" : { "c2jName" : "Alarm", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes an alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The Amazon Resource Name (ARN) of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

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

The name of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Alarm", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Alarm", "variableName" : "alarm", "variableType" : "Alarm", "documentation" : null, "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "wrapper" : false }, "AlreadyExistsException" : { "c2jName" : "AlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : "AlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "AlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AlreadyExistsException", "variableName" : "alreadyExistsException", "variableType" : "AlreadyExistsException", "documentation" : null, "simpleType" : "AlreadyExistsException", "variableSetterType" : "AlreadyExistsException" }, "wrapper" : false }, "AttachInstancesRequest" : { "c2jName" : "AttachInstancesQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for AttachInstances.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AttachInstances", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "documentation" : "

One or more instance IDs.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more instance IDs.

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

One or more instance IDs.

\n@param instanceIds One or more instance IDs.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "

One or more instance IDs.

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

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

One or more instance IDs.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more instance IDs.

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

One or more instance IDs.

\n@param instanceIds One or more instance IDs.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "

One or more instance IDs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "AttachInstancesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachInstancesRequest", "variableName" : "attachInstancesRequest", "variableType" : "AttachInstancesRequest", "documentation" : null, "simpleType" : "AttachInstancesRequest", "variableSetterType" : "AttachInstancesRequest" }, "wrapper" : false }, "AttachInstancesResult" : { "c2jName" : "AttachInstancesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "AttachInstancesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttachInstancesResult", "variableName" : "attachInstancesResult", "variableType" : "AttachInstancesResult", "documentation" : null, "simpleType" : "AttachInstancesResult", "variableSetterType" : "AttachInstancesResult" }, "wrapper" : false }, "AttachLoadBalancerTargetGroupsRequest" : { "c2jName" : "AttachLoadBalancerTargetGroupsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for AttachLoadBalancerTargetGroups.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AttachLoadBalancerTargetGroups", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "TargetGroupARNs" ], "shapeName" : "AttachLoadBalancerTargetGroupsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachLoadBalancerTargetGroupsRequest", "variableName" : "attachLoadBalancerTargetGroupsRequest", "variableType" : "AttachLoadBalancerTargetGroupsRequest", "documentation" : null, "simpleType" : "AttachLoadBalancerTargetGroupsRequest", "variableSetterType" : "AttachLoadBalancerTargetGroupsRequest" }, "wrapper" : false }, "AttachLoadBalancerTargetGroupsResult" : { "c2jName" : "AttachLoadBalancerTargetGroupsResultType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "AttachLoadBalancerTargetGroupsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "AttachLoadBalancerTargetGroupsResult" }, "variable" : { "variableDeclarationType" : "AttachLoadBalancerTargetGroupsResult", "variableName" : "attachLoadBalancerTargetGroupsResult", "variableType" : "AttachLoadBalancerTargetGroupsResult", "documentation" : null, "simpleType" : "AttachLoadBalancerTargetGroupsResult", "variableSetterType" : "AttachLoadBalancerTargetGroupsResult" }, "wrapper" : false }, "AttachLoadBalancersRequest" : { "c2jName" : "AttachLoadBalancersType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for AttachLoadBalancers.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AttachLoadBalancers", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

One or more load balancer names.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more load balancer names.

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

One or more load balancer names.

\n@param loadBalancerNames One or more load balancer names.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more load balancer names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

One or more load balancer names.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more load balancer names.

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

One or more load balancer names.

\n@param loadBalancerNames One or more load balancer names.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more load balancer names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "LoadBalancerNames" ], "shapeName" : "AttachLoadBalancersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachLoadBalancersRequest", "variableName" : "attachLoadBalancersRequest", "variableType" : "AttachLoadBalancersRequest", "documentation" : null, "simpleType" : "AttachLoadBalancersRequest", "variableSetterType" : "AttachLoadBalancersRequest" }, "wrapper" : false }, "AttachLoadBalancersResult" : { "c2jName" : "AttachLoadBalancersResultType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of AttachLoadBalancers.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "AttachLoadBalancersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "AttachLoadBalancersResult" }, "variable" : { "variableDeclarationType" : "AttachLoadBalancersResult", "variableName" : "attachLoadBalancersResult", "variableType" : "AttachLoadBalancersResult", "documentation" : null, "simpleType" : "AttachLoadBalancersResult", "variableSetterType" : "AttachLoadBalancersResult" }, "wrapper" : false }, "AutoScalingGroup" : { "c2jName" : "AutoScalingGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes an Auto Scaling group.

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

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

The Amazon Resource Name (ARN) of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the group.

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

The Amazon Resource Name (ARN) of the group.

\n@param autoScalingGroupARN The Amazon Resource Name (ARN) of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the group.

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

The name of the associated launch configuration.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the associated launch configuration.

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

The name of the associated launch configuration.

\n@param launchConfigurationName The name of the associated launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The name of the associated launch configuration.

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

The minimum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The minimum size of the group.

\n@return The minimum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

The minimum size of the group.

\n@param minSize The minimum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

The minimum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

The maximum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum size of the group.

\n@return The maximum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

The maximum size of the group.

\n@param maxSize The maximum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

The maximum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

The desired size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The desired size of the group.

\n@return The desired size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "setterDocumentation" : "/**

The desired size of the group.

\n@param desiredCapacity The desired size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

The desired size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultCooldown", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "

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

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

One or more Availability Zones for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more Availability Zones for the group.

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

One or more Availability Zones for the group.

\n@param availabilityZones One or more Availability Zones for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

One or more Availability Zones for the group.

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

One or more load balancers associated with the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more load balancers associated with the group.

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

One or more load balancers associated with the group.

\n@param loadBalancerNames One or more load balancers associated with the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more load balancers associated with the group.

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

The Amazon Resource Names (ARN) of the target groups for your load balancer.

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

The Amazon Resource Names (ARN) of the target groups for your load balancer.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups for your load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups for your load balancer.

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

The Amazon Resource Names (ARN) of the target groups for your load balancer.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups for your load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups for your load balancer.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups for your load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups for your load balancer.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckGracePeriod", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Instances", "c2jShape" : "Instances", "deprecated" : false, "documentation" : "

The EC2 instances associated with the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The EC2 instances associated with the group.

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

The EC2 instances associated with the group.

\n@param instances The EC2 instances associated with the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The EC2 instances associated with the group.

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

The date and time the group was created.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The date and time the group was created.

\n@return The date and time the group was created.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

The date and time the group was created.

\n@param createdTime The date and time the group was created.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The date and time the group was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SuspendedProcesses", "c2jShape" : "SuspendedProcesses", "deprecated" : false, "documentation" : "

The suspended processes associated with the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The suspended processes associated with the group.

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

The suspended processes associated with the group.

\n@param suspendedProcesses The suspended processes associated with the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "documentation" : "

The suspended processes associated with the group.

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementGroup", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen2047", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCZoneIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCZoneIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCZoneIdentifier", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EnabledMetrics", "c2jShape" : "EnabledMetrics", "deprecated" : false, "documentation" : "

The metrics enabled for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The metrics enabled for the group.

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

The metrics enabled for the group.

\n@param enabledMetrics The metrics enabled for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enabledMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enabledMetrics", "variableType" : "java.util.List", "documentation" : "

The metrics enabled for the group.

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

The current state of the group when DeleteAutoScalingGroup is in progress.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current state of the group when DeleteAutoScalingGroup is in progress.

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

The tags for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The tags for the group.

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

The tags for the group.

\n@param tags The tags for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags for the group.

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

The termination policies for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The termination policies for the group.

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

The termination policies for the group.

\n@param terminationPolicies The termination policies for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "documentation" : "

The termination policies for the group.

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

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewInstancesProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupARN" : { "c2jName" : "AutoScalingGroupARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the group.

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

The Amazon Resource Name (ARN) of the group.

\n@param autoScalingGroupARN The Amazon Resource Name (ARN) of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the group.

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

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

One or more Availability Zones for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more Availability Zones for the group.

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

One or more Availability Zones for the group.

\n@param availabilityZones One or more Availability Zones for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

One or more Availability Zones for the group.

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

The date and time the group was created.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The date and time the group was created.

\n@return The date and time the group was created.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

The date and time the group was created.

\n@param createdTime The date and time the group was created.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The date and time the group was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "DefaultCooldown" : { "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultCooldown", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DesiredCapacity" : { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

The desired size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The desired size of the group.

\n@return The desired size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "setterDocumentation" : "/**

The desired size of the group.

\n@param desiredCapacity The desired size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

The desired size of the group.

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

The metrics enabled for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The metrics enabled for the group.

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

The metrics enabled for the group.

\n@param enabledMetrics The metrics enabled for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enabledMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enabledMetrics", "variableType" : "java.util.List", "documentation" : "

The metrics enabled for the group.

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckGracePeriod", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "HealthCheckType" : { "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "

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

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

The EC2 instances associated with the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The EC2 instances associated with the group.

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

The EC2 instances associated with the group.

\n@param instances The EC2 instances associated with the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The EC2 instances associated with the group.

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

The name of the associated launch configuration.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the associated launch configuration.

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

The name of the associated launch configuration.

\n@param launchConfigurationName The name of the associated launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The name of the associated launch configuration.

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

One or more load balancers associated with the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more load balancers associated with the group.

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

One or more load balancers associated with the group.

\n@param loadBalancerNames One or more load balancers associated with the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more load balancers associated with the group.

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

The maximum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum size of the group.

\n@return The maximum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

The maximum size of the group.

\n@param maxSize The maximum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

The maximum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinSize" : { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

The minimum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The minimum size of the group.

\n@return The minimum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

The minimum size of the group.

\n@param minSize The minimum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

The minimum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NewInstancesProtectedFromScaleIn" : { "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "deprecated" : false, "documentation" : "

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewInstancesProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PlacementGroup" : { "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementGroup", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

The current state of the group when DeleteAutoScalingGroup is in progress.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current state of the group when DeleteAutoScalingGroup is in progress.

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

The suspended processes associated with the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The suspended processes associated with the group.

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

The suspended processes associated with the group.

\n@param suspendedProcesses The suspended processes associated with the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suspendedProcesses", "variableType" : "java.util.List", "documentation" : "

The suspended processes associated with the group.

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

The tags for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The tags for the group.

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

The tags for the group.

\n@param tags The tags for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags for the group.

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

The Amazon Resource Names (ARN) of the target groups for your load balancer.

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

The Amazon Resource Names (ARN) of the target groups for your load balancer.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups for your load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups for your load balancer.

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

The Amazon Resource Names (ARN) of the target groups for your load balancer.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups for your load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups for your load balancer.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups for your load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups for your load balancer.

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

The termination policies for the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The termination policies for the group.

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

The termination policies for the group.

\n@param terminationPolicies The termination policies for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "documentation" : "

The termination policies for the group.

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCZoneIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCZoneIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCZoneIdentifier", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "MinSize", "MaxSize", "DesiredCapacity", "DefaultCooldown", "AvailabilityZones", "HealthCheckType", "CreatedTime" ], "shapeName" : "AutoScalingGroup", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AutoScalingGroup", "variableName" : "autoScalingGroup", "variableType" : "AutoScalingGroup", "documentation" : null, "simpleType" : "AutoScalingGroup", "variableSetterType" : "AutoScalingGroup" }, "wrapper" : false }, "AutoScalingInstanceDetails" : { "c2jName" : "AutoScalingInstanceDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes an EC2 instance associated with an Auto Scaling group.

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

The ID of the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the instance.

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

The ID of the instance.

\n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

The ID of the instance.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

The Availability Zone for the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Availability Zone for the instance.

\n@return The Availability Zone for the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityZone", "setterDocumentation" : "/**

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

The Availability Zone for the instance.

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

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

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

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@return The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleState", "setterDocumentation" : "/**

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

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

The last reported 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.

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

The last reported 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 last reported 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.*/", "getterDocumentation" : "/**

The last reported 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 last reported 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthStatus", "setterDocumentation" : "/**

The last reported 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 last reported 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The last reported 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 last reported 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "

The last reported 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

The launch configuration associated with the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The launch configuration associated with the instance.

\n@return The launch configuration associated with the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "setterDocumentation" : "/**

The launch configuration associated with the instance.

\n@param launchConfigurationName The launch configuration associated with the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The launch configuration associated with the instance.

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

Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

The Availability Zone for the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Availability Zone for the instance.

\n@return The Availability Zone for the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityZone", "setterDocumentation" : "/**

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

The Availability Zone for the instance.

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

The last reported 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.

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

The last reported 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 last reported 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.*/", "getterDocumentation" : "/**

The last reported 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 last reported 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthStatus", "setterDocumentation" : "/**

The last reported 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 last reported 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The last reported 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 last reported 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "

The last reported 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" }, "xmlNameSpaceUri" : null }, "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

The ID of the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the instance.

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

The ID of the instance.

\n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

The ID of the instance.

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

The launch configuration associated with the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The launch configuration associated with the instance.

\n@return The launch configuration associated with the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "setterDocumentation" : "/**

The launch configuration associated with the instance.

\n@param launchConfigurationName The launch configuration associated with the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The launch configuration associated with the instance.

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

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

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

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@return The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleState", "setterDocumentation" : "/**

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "

The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

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

Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : [ "InstanceId", "AutoScalingGroupName", "AvailabilityZone", "LifecycleState", "HealthStatus", "LaunchConfigurationName", "ProtectedFromScaleIn" ], "shapeName" : "AutoScalingInstanceDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AutoScalingInstanceDetails", "variableName" : "autoScalingInstanceDetails", "variableType" : "AutoScalingInstanceDetails", "documentation" : null, "simpleType" : "AutoScalingInstanceDetails", "variableSetterType" : "AutoScalingInstanceDetails" }, "wrapper" : false }, "BlockDeviceMapping" : { "c2jName" : "BlockDeviceMapping", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes a block device mapping.

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

The name of the virtual device (for example, ephemeral0).

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the virtual device (for example, ephemeral0).

\n@return The name of the virtual device (for example, ephemeral0).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VirtualName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VirtualName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VirtualName", "setterDocumentation" : "/**

The name of the virtual device (for example, ephemeral0).

\n@param virtualName The name of the virtual device (for example, ephemeral0).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "virtualName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "virtualName", "variableType" : "String", "documentation" : "

The name of the virtual device (for example, ephemeral0).

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

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

", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeviceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeviceName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeviceName", "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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deviceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deviceName", "variableType" : "String", "documentation" : "

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

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

The information about the Amazon EBS volume.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The information about the Amazon EBS volume.

\n@return The information about the Amazon EBS volume.*/", "getterModel" : { "returnType" : "Ebs", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ebs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ebs", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Ebs", "setterDocumentation" : "/**

The information about the Amazon EBS volume.

\n@param ebs The information about the Amazon EBS volume.*/", "setterModel" : { "variableDeclarationType" : "Ebs", "variableName" : "ebs", "variableType" : "Ebs", "documentation" : "", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "Ebs", "variableName" : "ebs", "variableType" : "Ebs", "documentation" : "

The information about the Amazon EBS volume.

", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NoDevice", "c2jShape" : "NoDevice", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NoDevice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NoDevice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NoDevice", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "noDevice", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "noDevice", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeviceName" : { "c2jName" : "DeviceName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeviceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeviceName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeviceName", "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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deviceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deviceName", "variableType" : "String", "documentation" : "

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

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

The information about the Amazon EBS volume.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The information about the Amazon EBS volume.

\n@return The information about the Amazon EBS volume.*/", "getterModel" : { "returnType" : "Ebs", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ebs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ebs", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Ebs", "setterDocumentation" : "/**

The information about the Amazon EBS volume.

\n@param ebs The information about the Amazon EBS volume.*/", "setterModel" : { "variableDeclarationType" : "Ebs", "variableName" : "ebs", "variableType" : "Ebs", "documentation" : "", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "Ebs", "variableName" : "ebs", "variableType" : "Ebs", "documentation" : "

The information about the Amazon EBS volume.

", "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "xmlNameSpaceUri" : null }, "NoDevice" : { "c2jName" : "NoDevice", "c2jShape" : "NoDevice", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NoDevice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NoDevice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NoDevice", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "noDevice", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "noDevice", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "VirtualName" : { "c2jName" : "VirtualName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

The name of the virtual device (for example, ephemeral0).

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the virtual device (for example, ephemeral0).

\n@return The name of the virtual device (for example, ephemeral0).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VirtualName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VirtualName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VirtualName", "setterDocumentation" : "/**

The name of the virtual device (for example, ephemeral0).

\n@param virtualName The name of the virtual device (for example, ephemeral0).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "virtualName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "virtualName", "variableType" : "String", "documentation" : "

The name of the virtual device (for example, ephemeral0).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "DeviceName" ], "shapeName" : "BlockDeviceMapping", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BlockDeviceMapping", "variableName" : "blockDeviceMapping", "variableType" : "BlockDeviceMapping", "documentation" : null, "simpleType" : "BlockDeviceMapping", "variableSetterType" : "BlockDeviceMapping" }, "wrapper" : false }, "CompleteLifecycleActionRequest" : { "c2jName" : "CompleteLifecycleActionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CompleteLifecycleAction.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CompleteLifecycleAction", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

The name of the lifecycle hook.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the lifecycle hook.

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

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

The name of the lifecycle hook.

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

The name of the group for the lifecycle hook.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group for the lifecycle hook.

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

The name of the group for the lifecycle hook.

\n@param autoScalingGroupName The name of the group for the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group for the lifecycle hook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleActionToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleActionToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleActionToken", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LifecycleActionResult", "c2jShape" : "LifecycleActionResult", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleActionResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleActionResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleActionResult", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionResult", "variableType" : "String", "documentation" : "

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

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

The ID of the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the instance.

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

The ID of the instance.

\n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

The ID of the instance.

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

The name of the group for the lifecycle hook.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group for the lifecycle hook.

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

The name of the group for the lifecycle hook.

\n@param autoScalingGroupName The name of the group for the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group for the lifecycle hook.

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

The ID of the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the instance.

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

The ID of the instance.

\n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

The ID of the instance.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleActionResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleActionResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleActionResult", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionResult", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LifecycleActionToken" : { "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleActionToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleActionToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleActionToken", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "LifecycleHookName" : { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

The name of the lifecycle hook.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the lifecycle hook.

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

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

The name of the lifecycle hook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LifecycleHookName", "AutoScalingGroupName", "LifecycleActionResult" ], "shapeName" : "CompleteLifecycleActionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CompleteLifecycleActionRequest", "variableName" : "completeLifecycleActionRequest", "variableType" : "CompleteLifecycleActionRequest", "documentation" : null, "simpleType" : "CompleteLifecycleActionRequest", "variableSetterType" : "CompleteLifecycleActionRequest" }, "wrapper" : false }, "CompleteLifecycleActionResult" : { "c2jName" : "CompleteLifecycleActionAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of CompleteLifecycleAction.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CompleteLifecycleActionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CompleteLifecycleActionResult" }, "variable" : { "variableDeclarationType" : "CompleteLifecycleActionResult", "variableName" : "completeLifecycleActionResult", "variableType" : "CompleteLifecycleActionResult", "documentation" : null, "simpleType" : "CompleteLifecycleActionResult", "variableSetterType" : "CompleteLifecycleActionResult" }, "wrapper" : false }, "CreateAutoScalingGroupRequest" : { "c2jName" : "CreateAutoScalingGroupType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateAutoScalingGroup.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateAutoScalingGroup", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "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 User Guide.

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

The minimum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The minimum size of the group.

\n@return The minimum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

The minimum size of the group.

\n@param minSize The minimum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

The minimum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

The maximum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum size of the group.

\n@return The maximum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

The maximum size of the group.

\n@param maxSize The maximum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

The maximum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultCooldown", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "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 User Guide.

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

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

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

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

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

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

\n@param loadBalancerNames One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

\n@return One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

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

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

\n@param loadBalancerNames One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User 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 Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

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

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups.

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

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckType", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "deprecated" : false, "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 0.

This parameter is required if you are adding an ELB health check.

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

", "enumType" : null, "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckGracePeriod", "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "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 0.

This parameter is required if you are adding an ELB health check.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementGroup", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen2047", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCZoneIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCZoneIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCZoneIdentifier", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "deprecated" : false, "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 User Guide.

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

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

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewInstancesProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

One or more tags.

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

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

One or more tags.

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

\n@param tags One or more tags.

For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more tags.

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

\n@return One or more tags.

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

One or more tags.

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

\n@param tags One or more tags.

For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more tags.

For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

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

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

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultCooldown", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "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 User Guide.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DesiredCapacity" : { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "HealthCheckGracePeriod" : { "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "deprecated" : false, "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 0.

This parameter is required if you are adding an ELB health check.

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

", "enumType" : null, "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckGracePeriod", "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User 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 0.

This parameter is required if you are adding an ELB health check.

For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "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 0.

This parameter is required if you are adding an ELB health check.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthCheckType" : { "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckType", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "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 User Guide.

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

The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

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

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

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

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

\n@param loadBalancerNames One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

\n@return One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

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

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

\n@param loadBalancerNames One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User 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 Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead.

For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.

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

The maximum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum size of the group.

\n@return The maximum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

The maximum size of the group.

\n@param maxSize The maximum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

The maximum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinSize" : { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

The minimum size of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The minimum size of the group.

\n@return The minimum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

The minimum size of the group.

\n@param minSize The minimum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

The minimum size of the group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NewInstancesProtectedFromScaleIn" : { "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "deprecated" : false, "documentation" : "

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewInstancesProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PlacementGroup" : { "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementGroup", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

One or more tags.

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

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

One or more tags.

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

\n@param tags One or more tags.

For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more tags.

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

\n@return One or more tags.

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

One or more tags.

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

\n@param tags One or more tags.

For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more tags.

For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

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

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

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups.

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

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

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

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCZoneIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCZoneIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCZoneIdentifier", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "MinSize", "MaxSize" ], "shapeName" : "CreateAutoScalingGroupRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAutoScalingGroupRequest", "variableName" : "createAutoScalingGroupRequest", "variableType" : "CreateAutoScalingGroupRequest", "documentation" : null, "simpleType" : "CreateAutoScalingGroupRequest", "variableSetterType" : "CreateAutoScalingGroupRequest" }, "wrapper" : false }, "CreateAutoScalingGroupResult" : { "c2jName" : "CreateAutoScalingGroupResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CreateAutoScalingGroupResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAutoScalingGroupResult", "variableName" : "createAutoScalingGroupResult", "variableType" : "CreateAutoScalingGroupResult", "documentation" : null, "simpleType" : "CreateAutoScalingGroupResult", "variableSetterType" : "CreateAutoScalingGroupResult" }, "wrapper" : false }, "CreateLaunchConfigurationRequest" : { "c2jName" : "CreateLaunchConfigurationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateLaunchConfiguration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateLaunchConfiguration", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ImageId", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ImageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeyName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KeyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "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.

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClassicLinkVPCId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClassicLinkVPCId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClassicLinkVPCId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "deprecated" : false, "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.

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserData", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KernelId", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

The ID of the kernel associated with the AMI.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the kernel associated with the AMI.

\n@return The ID of the kernel associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KernelId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KernelId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KernelId", "setterDocumentation" : "/**

The ID of the kernel associated with the AMI.

\n@param kernelId The ID of the kernel associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "

The ID of the kernel associated with the AMI.

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

The ID of the RAM disk associated with the AMI.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the RAM disk associated with the AMI.

\n@return The ID of the RAM disk associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RamdiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RamdiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RamdiskId", "setterDocumentation" : "/**

The ID of the RAM disk associated with the AMI.

\n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "

The ID of the RAM disk associated with the AMI.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BlockDeviceMappings", "c2jShape" : "BlockDeviceMappings", "deprecated" : false, "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.

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

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

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

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@param instanceMonitoring Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@return Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.*/", "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceMonitoring", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceMonitoring", "setterDocumentation" : "/**

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@param instanceMonitoring Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.*/", "setterModel" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "simple" : false, "varargSetterDocumentation" : "/**

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@param instanceMonitoring Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SpotPrice", "c2jShape" : "SpotPrice", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SpotPrice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SpotPrice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SpotPrice", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IamInstanceProfile", "c2jShape" : "XmlStringMaxLen1600", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IamInstanceProfile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamInstanceProfile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IamInstanceProfile", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EbsOptimized", "c2jShape" : "EbsOptimized", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EbsOptimized", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EbsOptimized", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EbsOptimized", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "deprecated" : false, "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 User 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.

", "enumType" : null, "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 User 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 User 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.*/", "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 User 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 User 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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AssociatePublicIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssociatePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AssociatePublicIpAddress", "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 User 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 User 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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 User 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 User 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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "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 User 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "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 User Guide.

Valid values: default | dedicated

", "enumType" : null, "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 User 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 User Guide.

Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.

Valid values: default | dedicated*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementTenancy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementTenancy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementTenancy", "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 User 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 User Guide.

Valid values: default | dedicated*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.

Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "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 User Guide.

Valid values: default | dedicated

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AssociatePublicIpAddress" : { "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "deprecated" : false, "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 User 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.

", "enumType" : null, "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 User 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 User 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.*/", "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 User 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 User 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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AssociatePublicIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssociatePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AssociatePublicIpAddress", "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 User 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 User 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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 User 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 User 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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "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 User 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" }, "xmlNameSpaceUri" : null }, "BlockDeviceMappings" : { "c2jName" : "BlockDeviceMappings", "c2jShape" : "BlockDeviceMappings", "deprecated" : false, "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.

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClassicLinkVPCId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClassicLinkVPCId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClassicLinkVPCId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ClassicLinkVPCSecurityGroups" : { "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "deprecated" : false, "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.

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EbsOptimized", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EbsOptimized", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EbsOptimized", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "IamInstanceProfile" : { "c2jName" : "IamInstanceProfile", "c2jShape" : "XmlStringMaxLen1600", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IamInstanceProfile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamInstanceProfile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IamInstanceProfile", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ImageId" : { "c2jName" : "ImageId", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ImageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "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 User Guide.

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "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 User Guide.

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

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

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

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@param instanceMonitoring Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@return Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.*/", "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceMonitoring", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceMonitoring", "setterDocumentation" : "/**

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@param instanceMonitoring Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.*/", "setterModel" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "simple" : false, "varargSetterDocumentation" : "/**

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

\n@param instanceMonitoring Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "xmlNameSpaceUri" : null }, "InstanceType" : { "c2jName" : "InstanceType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "KernelId" : { "c2jName" : "KernelId", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

The ID of the kernel associated with the AMI.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the kernel associated with the AMI.

\n@return The ID of the kernel associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KernelId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KernelId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KernelId", "setterDocumentation" : "/**

The ID of the kernel associated with the AMI.

\n@param kernelId The ID of the kernel associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "

The ID of the kernel associated with the AMI.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KeyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "LaunchConfigurationName" : { "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PlacementTenancy" : { "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "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 User Guide.

Valid values: default | dedicated

", "enumType" : null, "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 User 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 User Guide.

Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.

Valid values: default | dedicated*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementTenancy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementTenancy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementTenancy", "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 User 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 User Guide.

Valid values: default | dedicated*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.

Valid values: default | dedicated\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "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 User Guide.

Valid values: default | dedicated

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

The ID of the RAM disk associated with the AMI.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the RAM disk associated with the AMI.

\n@return The ID of the RAM disk associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RamdiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RamdiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RamdiskId", "setterDocumentation" : "/**

The ID of the RAM disk associated with the AMI.

\n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "

The ID of the RAM disk associated with the AMI.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "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.

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

", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SpotPrice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SpotPrice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SpotPrice", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "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 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserData" : { "c2jName" : "UserData", "c2jShape" : "XmlStringUserData", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserData", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "LaunchConfigurationName" ], "shapeName" : "CreateLaunchConfigurationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLaunchConfigurationRequest", "variableName" : "createLaunchConfigurationRequest", "variableType" : "CreateLaunchConfigurationRequest", "documentation" : null, "simpleType" : "CreateLaunchConfigurationRequest", "variableSetterType" : "CreateLaunchConfigurationRequest" }, "wrapper" : false }, "CreateLaunchConfigurationResult" : { "c2jName" : "CreateLaunchConfigurationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CreateLaunchConfigurationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateLaunchConfigurationResult", "variableName" : "createLaunchConfigurationResult", "variableType" : "CreateLaunchConfigurationResult", "documentation" : null, "simpleType" : "CreateLaunchConfigurationResult", "variableSetterType" : "CreateLaunchConfigurationResult" }, "wrapper" : false }, "CreateOrUpdateTagsRequest" : { "c2jName" : "CreateOrUpdateTagsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateOrUpdateTags.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateOrUpdateTags", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

One or more tags.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more tags.

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

One or more tags.

\n@param tags One or more tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

One or more tags.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more tags.

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

One or more tags.

\n@param tags One or more tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "Tags" ], "shapeName" : "CreateOrUpdateTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateOrUpdateTagsRequest", "variableName" : "createOrUpdateTagsRequest", "variableType" : "CreateOrUpdateTagsRequest", "documentation" : null, "simpleType" : "CreateOrUpdateTagsRequest", "variableSetterType" : "CreateOrUpdateTagsRequest" }, "wrapper" : false }, "CreateOrUpdateTagsResult" : { "c2jName" : "CreateOrUpdateTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CreateOrUpdateTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateOrUpdateTagsResult", "variableName" : "createOrUpdateTagsResult", "variableType" : "CreateOrUpdateTagsResult", "documentation" : null, "simpleType" : "CreateOrUpdateTagsResult", "variableSetterType" : "CreateOrUpdateTagsResult" }, "wrapper" : false }, "DeleteAutoScalingGroupRequest" : { "c2jName" : "DeleteAutoScalingGroupType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeleteAutoScalingGroup.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteAutoScalingGroup", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group to delete.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group to delete.

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

The name of the group to delete.

\n@param autoScalingGroupName The name of the group to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ForceDelete", "c2jShape" : "ForceDelete", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ForceDelete", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ForceDelete", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ForceDelete", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceDelete", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceDelete", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group to delete.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group to delete.

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

The name of the group to delete.

\n@param autoScalingGroupName The name of the group to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ForceDelete" : { "c2jName" : "ForceDelete", "c2jShape" : "ForceDelete", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ForceDelete", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ForceDelete", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ForceDelete", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceDelete", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceDelete", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "DeleteAutoScalingGroupRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAutoScalingGroupRequest", "variableName" : "deleteAutoScalingGroupRequest", "variableType" : "DeleteAutoScalingGroupRequest", "documentation" : null, "simpleType" : "DeleteAutoScalingGroupRequest", "variableSetterType" : "DeleteAutoScalingGroupRequest" }, "wrapper" : false }, "DeleteAutoScalingGroupResult" : { "c2jName" : "DeleteAutoScalingGroupResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteAutoScalingGroupResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAutoScalingGroupResult", "variableName" : "deleteAutoScalingGroupResult", "variableType" : "DeleteAutoScalingGroupResult", "documentation" : null, "simpleType" : "DeleteAutoScalingGroupResult", "variableSetterType" : "DeleteAutoScalingGroupResult" }, "wrapper" : false }, "DeleteLaunchConfigurationRequest" : { "c2jName" : "LaunchConfigurationNameType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeleteLaunchConfiguration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteLaunchConfiguration", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the launch configuration.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the launch configuration.

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

The name of the launch configuration.

\n@param launchConfigurationName The name of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The name of the launch configuration.

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

The name of the launch configuration.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the launch configuration.

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

The name of the launch configuration.

\n@param launchConfigurationName The name of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

The name of the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LaunchConfigurationName" ], "shapeName" : "DeleteLaunchConfigurationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLaunchConfigurationRequest", "variableName" : "deleteLaunchConfigurationRequest", "variableType" : "DeleteLaunchConfigurationRequest", "documentation" : null, "simpleType" : "DeleteLaunchConfigurationRequest", "variableSetterType" : "DeleteLaunchConfigurationRequest" }, "wrapper" : false }, "DeleteLaunchConfigurationResult" : { "c2jName" : "DeleteLaunchConfigurationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteLaunchConfigurationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteLaunchConfigurationResult", "variableName" : "deleteLaunchConfigurationResult", "variableType" : "DeleteLaunchConfigurationResult", "documentation" : null, "simpleType" : "DeleteLaunchConfigurationResult", "variableSetterType" : "DeleteLaunchConfigurationResult" }, "wrapper" : false }, "DeleteLifecycleHookRequest" : { "c2jName" : "DeleteLifecycleHookType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeleteLifecycleHook.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteLifecycleHook", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

The name of the lifecycle hook.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the lifecycle hook.

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

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

The name of the lifecycle hook.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

The name of the lifecycle hook.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the lifecycle hook.

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

The name of the lifecycle hook.

\n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

The name of the lifecycle hook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LifecycleHookName", "AutoScalingGroupName" ], "shapeName" : "DeleteLifecycleHookRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLifecycleHookRequest", "variableName" : "deleteLifecycleHookRequest", "variableType" : "DeleteLifecycleHookRequest", "documentation" : null, "simpleType" : "DeleteLifecycleHookRequest", "variableSetterType" : "DeleteLifecycleHookRequest" }, "wrapper" : false }, "DeleteLifecycleHookResult" : { "c2jName" : "DeleteLifecycleHookAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DeleteLifecycleHook.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteLifecycleHookResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteLifecycleHookResult" }, "variable" : { "variableDeclarationType" : "DeleteLifecycleHookResult", "variableName" : "deleteLifecycleHookResult", "variableType" : "DeleteLifecycleHookResult", "documentation" : null, "simpleType" : "DeleteLifecycleHookResult", "variableSetterType" : "DeleteLifecycleHookResult" }, "wrapper" : false }, "DeleteNotificationConfigurationRequest" : { "c2jName" : "DeleteNotificationConfigurationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeleteNotificationConfiguration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteNotificationConfiguration", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TopicARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TopicARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

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

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

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TopicARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TopicARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "TopicARN" ], "shapeName" : "DeleteNotificationConfigurationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteNotificationConfigurationRequest", "variableName" : "deleteNotificationConfigurationRequest", "variableType" : "DeleteNotificationConfigurationRequest", "documentation" : null, "simpleType" : "DeleteNotificationConfigurationRequest", "variableSetterType" : "DeleteNotificationConfigurationRequest" }, "wrapper" : false }, "DeleteNotificationConfigurationResult" : { "c2jName" : "DeleteNotificationConfigurationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteNotificationConfigurationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteNotificationConfigurationResult", "variableName" : "deleteNotificationConfigurationResult", "variableType" : "DeleteNotificationConfigurationResult", "documentation" : null, "simpleType" : "DeleteNotificationConfigurationResult", "variableSetterType" : "DeleteNotificationConfigurationResult" }, "wrapper" : false }, "DeletePolicyRequest" : { "c2jName" : "DeletePolicyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeletePolicy.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeletePolicy", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

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

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

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

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

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

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

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

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

\n@param policyName The name or Amazon Resource Name (ARN) of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "PolicyName" ], "shapeName" : "DeletePolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeletePolicyRequest", "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "documentation" : null, "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "wrapper" : false }, "DeletePolicyResult" : { "c2jName" : "DeletePolicyResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeletePolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeletePolicyResult", "variableName" : "deletePolicyResult", "variableType" : "DeletePolicyResult", "documentation" : null, "simpleType" : "DeletePolicyResult", "variableSetterType" : "DeletePolicyResult" }, "wrapper" : false }, "DeleteScheduledActionRequest" : { "c2jName" : "DeleteScheduledActionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeleteScheduledAction.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteScheduledAction", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The name of the action to delete.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the action to delete.

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

The name of the action to delete.

\n@param scheduledActionName The name of the action to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "

The name of the action to delete.

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

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The name of the action to delete.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the action to delete.

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

The name of the action to delete.

\n@param scheduledActionName The name of the action to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "

The name of the action to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "ScheduledActionName" ], "shapeName" : "DeleteScheduledActionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteScheduledActionRequest", "variableName" : "deleteScheduledActionRequest", "variableType" : "DeleteScheduledActionRequest", "documentation" : null, "simpleType" : "DeleteScheduledActionRequest", "variableSetterType" : "DeleteScheduledActionRequest" }, "wrapper" : false }, "DeleteScheduledActionResult" : { "c2jName" : "DeleteScheduledActionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteScheduledActionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteScheduledActionResult", "variableName" : "deleteScheduledActionResult", "variableType" : "DeleteScheduledActionResult", "documentation" : null, "simpleType" : "DeleteScheduledActionResult", "variableSetterType" : "DeleteScheduledActionResult" }, "wrapper" : false }, "DeleteTagsRequest" : { "c2jName" : "DeleteTagsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeleteTags.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTags", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

One or more tags.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more tags.

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

One or more tags.

\n@param tags One or more tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

One or more tags.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more tags.

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

One or more tags.

\n@param tags One or more tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "Tags" ], "shapeName" : "DeleteTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTagsRequest", "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "documentation" : null, "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "wrapper" : false }, "DeleteTagsResult" : { "c2jName" : "DeleteTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTagsResult", "variableName" : "deleteTagsResult", "variableType" : "DeleteTagsResult", "documentation" : null, "simpleType" : "DeleteTagsResult", "variableSetterType" : "DeleteTagsResult" }, "wrapper" : false }, "DescribeAccountLimitsRequest" : { "c2jName" : "DescribeAccountLimitsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAccountLimits", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DescribeAccountLimitsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAccountLimitsRequest", "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "documentation" : null, "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "wrapper" : false }, "DescribeAccountLimitsResult" : { "c2jName" : "DescribeAccountLimitsAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeAccountLimits.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxNumberOfAutoScalingGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfAutoScalingGroups", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxNumberOfAutoScalingGroups", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxNumberOfLaunchConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxNumberOfLaunchConfigurations", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "

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

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

The current number of groups for your AWS account.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The current number of groups for your AWS account.

\n@return The current number of groups for your AWS account.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumberOfAutoScalingGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberOfAutoScalingGroups", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumberOfAutoScalingGroups", "setterDocumentation" : "/**

The current number of groups for your AWS account.

\n@param numberOfAutoScalingGroups The current number of groups for your AWS account.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "

The current number of groups for your AWS account.

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

The current number of launch configurations for your AWS account.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The current number of launch configurations for your AWS account.

\n@return The current number of launch configurations for your AWS account.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumberOfLaunchConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberOfLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumberOfLaunchConfigurations", "setterDocumentation" : "/**

The current number of launch configurations for your AWS account.

\n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "

The current number of launch configurations for your AWS account.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxNumberOfAutoScalingGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfAutoScalingGroups", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxNumberOfAutoScalingGroups", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxNumberOfLaunchConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxNumberOfLaunchConfigurations", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "

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

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

The current number of groups for your AWS account.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The current number of groups for your AWS account.

\n@return The current number of groups for your AWS account.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumberOfAutoScalingGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberOfAutoScalingGroups", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumberOfAutoScalingGroups", "setterDocumentation" : "/**

The current number of groups for your AWS account.

\n@param numberOfAutoScalingGroups The current number of groups for your AWS account.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfAutoScalingGroups", "variableType" : "Integer", "documentation" : "

The current number of groups for your AWS account.

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

The current number of launch configurations for your AWS account.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The current number of launch configurations for your AWS account.

\n@return The current number of launch configurations for your AWS account.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumberOfLaunchConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberOfLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumberOfLaunchConfigurations", "setterDocumentation" : "/**

The current number of launch configurations for your AWS account.

\n@param numberOfLaunchConfigurations The current number of launch configurations for your AWS account.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfLaunchConfigurations", "variableType" : "Integer", "documentation" : "

The current number of launch configurations for your AWS account.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAccountLimitsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAccountLimitsResult" }, "variable" : { "variableDeclarationType" : "DescribeAccountLimitsResult", "variableName" : "describeAccountLimitsResult", "variableType" : "DescribeAccountLimitsResult", "documentation" : null, "simpleType" : "DescribeAccountLimitsResult", "variableSetterType" : "DescribeAccountLimitsResult" }, "wrapper" : false }, "DescribeAdjustmentTypesRequest" : { "c2jName" : "DescribeAdjustmentTypesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAdjustmentTypes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DescribeAdjustmentTypesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAdjustmentTypesRequest", "variableName" : "describeAdjustmentTypesRequest", "variableType" : "DescribeAdjustmentTypesRequest", "documentation" : null, "simpleType" : "DescribeAdjustmentTypesRequest", "variableSetterType" : "DescribeAdjustmentTypesRequest" }, "wrapper" : false }, "DescribeAdjustmentTypesResult" : { "c2jName" : "DescribeAdjustmentTypesAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeAdjustmentTypes.

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

The policy adjustment types.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The policy adjustment types.

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

The policy adjustment types.

\n@param adjustmentTypes The policy adjustment types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "documentation" : "

The policy adjustment types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AdjustmentTypes" : { "c2jName" : "AdjustmentTypes", "c2jShape" : "AdjustmentTypes", "deprecated" : false, "documentation" : "

The policy adjustment types.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The policy adjustment types.

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

The policy adjustment types.

\n@param adjustmentTypes The policy adjustment types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "adjustmentTypes", "variableType" : "java.util.List", "documentation" : "

The policy adjustment types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAdjustmentTypesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAdjustmentTypesResult" }, "variable" : { "variableDeclarationType" : "DescribeAdjustmentTypesResult", "variableName" : "describeAdjustmentTypesResult", "variableType" : "DescribeAdjustmentTypesResult", "documentation" : null, "simpleType" : "DescribeAdjustmentTypesResult", "variableSetterType" : "DescribeAdjustmentTypesResult" }, "wrapper" : false }, "DescribeAutoScalingGroupsRequest" : { "c2jName" : "AutoScalingGroupNamesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeAutoScalingGroups.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAutoScalingGroups", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupNames", "c2jShape" : "AutoScalingGroupNames", "deprecated" : false, "documentation" : "

The group names. If you omit this parameter, all Auto Scaling groups are described.

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

The group names. If you omit this parameter, all Auto Scaling groups are described.

\n@param autoScalingGroupNames The group names. If you omit this parameter, all Auto Scaling groups are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The group names. If you omit this parameter, all Auto Scaling groups are described.

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

The group names. If you omit this parameter, all Auto Scaling groups are described.

\n@param autoScalingGroupNames The group names. If you omit this parameter, all Auto Scaling groups are described.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The group names. If you omit this parameter, all Auto Scaling groups are described.

\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. If you omit this parameter, all Auto Scaling groups are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "

The group names. If you omit this parameter, all Auto Scaling groups are described.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

The group names. If you omit this parameter, all Auto Scaling groups are described.

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

The group names. If you omit this parameter, all Auto Scaling groups are described.

\n@param autoScalingGroupNames The group names. If you omit this parameter, all Auto Scaling groups are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The group names. If you omit this parameter, all Auto Scaling groups are described.

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

The group names. If you omit this parameter, all Auto Scaling groups are described.

\n@param autoScalingGroupNames The group names. If you omit this parameter, all Auto Scaling groups are described.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The group names. If you omit this parameter, all Auto Scaling groups are described.

\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. If you omit this parameter, all Auto Scaling groups are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "

The group names. If you omit this parameter, all Auto Scaling groups are described.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAutoScalingGroupsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAutoScalingGroupsRequest", "variableName" : "describeAutoScalingGroupsRequest", "variableType" : "DescribeAutoScalingGroupsRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingGroupsRequest", "variableSetterType" : "DescribeAutoScalingGroupsRequest" }, "wrapper" : false }, "DescribeAutoScalingGroupsResult" : { "c2jName" : "AutoScalingGroupsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output for DescribeAutoScalingGroups.

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

The groups.

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

The groups.

\n@param autoScalingGroups The groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The groups.

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

The groups.

\n@param autoScalingGroups The groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "documentation" : "

The groups.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroups" : { "c2jName" : "AutoScalingGroups", "c2jShape" : "AutoScalingGroups", "deprecated" : false, "documentation" : "

The groups.

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

The groups.

\n@param autoScalingGroups The groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The groups.

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

The groups.

\n@param autoScalingGroups The groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "documentation" : "

The groups.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroups" ], "shapeName" : "DescribeAutoScalingGroupsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAutoScalingGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeAutoScalingGroupsResult", "variableName" : "describeAutoScalingGroupsResult", "variableType" : "DescribeAutoScalingGroupsResult", "documentation" : null, "simpleType" : "DescribeAutoScalingGroupsResult", "variableSetterType" : "DescribeAutoScalingGroupsResult" }, "wrapper" : false }, "DescribeAutoScalingInstancesRequest" : { "c2jName" : "DescribeAutoScalingInstancesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeAutoScalingInstances.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAutoScalingInstances", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "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.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InstanceIds" : { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "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.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAutoScalingInstancesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAutoScalingInstancesRequest", "variableName" : "describeAutoScalingInstancesRequest", "variableType" : "DescribeAutoScalingInstancesRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingInstancesRequest", "variableSetterType" : "DescribeAutoScalingInstancesRequest" }, "wrapper" : false }, "DescribeAutoScalingInstancesResult" : { "c2jName" : "AutoScalingInstancesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeAutoScalingInstances.

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

The instances.

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

The instances.

\n@param autoScalingInstances The instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The instances.

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

The instances.

\n@param autoScalingInstances The instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "documentation" : "

The instances.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingInstances" : { "c2jName" : "AutoScalingInstances", "c2jShape" : "AutoScalingInstances", "deprecated" : false, "documentation" : "

The instances.

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

The instances.

\n@param autoScalingInstances The instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The instances.

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

The instances.

\n@param autoScalingInstances The instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingInstances", "variableType" : "java.util.List", "documentation" : "

The instances.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAutoScalingInstancesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAutoScalingInstancesResult" }, "variable" : { "variableDeclarationType" : "DescribeAutoScalingInstancesResult", "variableName" : "describeAutoScalingInstancesResult", "variableType" : "DescribeAutoScalingInstancesResult", "documentation" : null, "simpleType" : "DescribeAutoScalingInstancesResult", "variableSetterType" : "DescribeAutoScalingInstancesResult" }, "wrapper" : false }, "DescribeAutoScalingNotificationTypesRequest" : { "c2jName" : "DescribeAutoScalingNotificationTypesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAutoScalingNotificationTypes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DescribeAutoScalingNotificationTypesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAutoScalingNotificationTypesRequest", "variableName" : "describeAutoScalingNotificationTypesRequest", "variableType" : "DescribeAutoScalingNotificationTypesRequest", "documentation" : null, "simpleType" : "DescribeAutoScalingNotificationTypesRequest", "variableSetterType" : "DescribeAutoScalingNotificationTypesRequest" }, "wrapper" : false }, "DescribeAutoScalingNotificationTypesResult" : { "c2jName" : "DescribeAutoScalingNotificationTypesAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeAutoScalingNotificationTypes.

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

The notification types.

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

The notification types.

\n@param autoScalingNotificationTypes The notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The notification types.

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

The notification types.

\n@param autoScalingNotificationTypes The notification types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The notification types.

\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 The notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "documentation" : "

The notification types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingNotificationTypes" : { "c2jName" : "AutoScalingNotificationTypes", "c2jShape" : "AutoScalingNotificationTypes", "deprecated" : false, "documentation" : "

The notification types.

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

The notification types.

\n@param autoScalingNotificationTypes The notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The notification types.

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

The notification types.

\n@param autoScalingNotificationTypes The notification types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The notification types.

\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 The notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingNotificationTypes", "variableType" : "java.util.List", "documentation" : "

The notification types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAutoScalingNotificationTypesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAutoScalingNotificationTypesResult" }, "variable" : { "variableDeclarationType" : "DescribeAutoScalingNotificationTypesResult", "variableName" : "describeAutoScalingNotificationTypesResult", "variableType" : "DescribeAutoScalingNotificationTypesResult", "documentation" : null, "simpleType" : "DescribeAutoScalingNotificationTypesResult", "variableSetterType" : "DescribeAutoScalingNotificationTypesResult" }, "wrapper" : false }, "DescribeLaunchConfigurationsRequest" : { "c2jName" : "LaunchConfigurationNamesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLaunchConfigurations.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLaunchConfigurations", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LaunchConfigurationNames", "c2jShape" : "LaunchConfigurationNames", "deprecated" : false, "documentation" : "

The launch configuration names. If you omit this parameter, all launch configurations are described.

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

The launch configuration names. If you omit this parameter, all launch configurations are described.

\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The launch configuration names. If you omit this parameter, all launch configurations are described.

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

The launch configuration names. If you omit this parameter, all launch configurations are described.

\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurationNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The launch configuration names. If you omit this parameter, all launch configurations are described.

\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. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurationNames", "variableType" : "java.util.List", "documentation" : "

The launch configuration names. If you omit this parameter, all launch configurations are described.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

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

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

The launch configuration names. If you omit this parameter, all launch configurations are described.

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

The launch configuration names. If you omit this parameter, all launch configurations are described.

\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The launch configuration names. If you omit this parameter, all launch configurations are described.

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

The launch configuration names. If you omit this parameter, all launch configurations are described.

\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurationNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The launch configuration names. If you omit this parameter, all launch configurations are described.

\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. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurationNames", "variableType" : "java.util.List", "documentation" : "

The launch configuration names. If you omit this parameter, all launch configurations are described.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLaunchConfigurationsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLaunchConfigurationsRequest", "variableName" : "describeLaunchConfigurationsRequest", "variableType" : "DescribeLaunchConfigurationsRequest", "documentation" : null, "simpleType" : "DescribeLaunchConfigurationsRequest", "variableSetterType" : "DescribeLaunchConfigurationsRequest" }, "wrapper" : false }, "DescribeLaunchConfigurationsResult" : { "c2jName" : "LaunchConfigurationsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeLaunchConfigurations.

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

The launch configurations.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The launch configurations.

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

The launch configurations.

\n@param launchConfigurations The launch configurations.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurations", "variableType" : "java.util.List", "documentation" : "

The launch configurations.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LaunchConfigurations" : { "c2jName" : "LaunchConfigurations", "c2jShape" : "LaunchConfigurations", "deprecated" : false, "documentation" : "

The launch configurations.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The launch configurations.

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

The launch configurations.

\n@param launchConfigurations The launch configurations.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "launchConfigurations", "variableType" : "java.util.List", "documentation" : "

The launch configurations.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "LaunchConfigurations" ], "shapeName" : "DescribeLaunchConfigurationsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLaunchConfigurationsResult" }, "variable" : { "variableDeclarationType" : "DescribeLaunchConfigurationsResult", "variableName" : "describeLaunchConfigurationsResult", "variableType" : "DescribeLaunchConfigurationsResult", "documentation" : null, "simpleType" : "DescribeLaunchConfigurationsResult", "variableSetterType" : "DescribeLaunchConfigurationsResult" }, "wrapper" : false }, "DescribeLifecycleHookTypesRequest" : { "c2jName" : "DescribeLifecycleHookTypesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLifecycleHookTypes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DescribeLifecycleHookTypesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLifecycleHookTypesRequest", "variableName" : "describeLifecycleHookTypesRequest", "variableType" : "DescribeLifecycleHookTypesRequest", "documentation" : null, "simpleType" : "DescribeLifecycleHookTypesRequest", "variableSetterType" : "DescribeLifecycleHookTypesRequest" }, "wrapper" : false }, "DescribeLifecycleHookTypesResult" : { "c2jName" : "DescribeLifecycleHookTypesAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeLifecycleHookTypes.

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

The lifecycle hook types.

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

The lifecycle hook types.

\n@param lifecycleHookTypes The lifecycle hook types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The lifecycle hook types.

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

The lifecycle hook types.

\n@param lifecycleHookTypes The lifecycle hook types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The lifecycle hook types.

\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 The lifecycle hook types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "documentation" : "

The lifecycle hook types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LifecycleHookTypes" : { "c2jName" : "LifecycleHookTypes", "c2jShape" : "AutoScalingNotificationTypes", "deprecated" : false, "documentation" : "

The lifecycle hook types.

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

The lifecycle hook types.

\n@param lifecycleHookTypes The lifecycle hook types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The lifecycle hook types.

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

The lifecycle hook types.

\n@param lifecycleHookTypes The lifecycle hook types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The lifecycle hook types.

\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 The lifecycle hook types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookTypes", "variableType" : "java.util.List", "documentation" : "

The lifecycle hook types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLifecycleHookTypesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLifecycleHookTypesResult" }, "variable" : { "variableDeclarationType" : "DescribeLifecycleHookTypesResult", "variableName" : "describeLifecycleHookTypesResult", "variableType" : "DescribeLifecycleHookTypesResult", "documentation" : null, "simpleType" : "DescribeLifecycleHookTypesResult", "variableSetterType" : "DescribeLifecycleHookTypesResult" }, "wrapper" : false }, "DescribeLifecycleHooksRequest" : { "c2jName" : "DescribeLifecycleHooksType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLifecycleHooks.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLifecycleHooks", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

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

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

\n@param lifecycleHookNames The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

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

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

\n@param lifecycleHookNames The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

\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. If you omit this parameter, all lifecycle hooks are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookNames", "variableType" : "java.util.List", "documentation" : "

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

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

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

\n@param lifecycleHookNames The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

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

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

\n@param lifecycleHookNames The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

\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. If you omit this parameter, all lifecycle hooks are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHookNames", "variableType" : "java.util.List", "documentation" : "

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "DescribeLifecycleHooksRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLifecycleHooksRequest", "variableName" : "describeLifecycleHooksRequest", "variableType" : "DescribeLifecycleHooksRequest", "documentation" : null, "simpleType" : "DescribeLifecycleHooksRequest", "variableSetterType" : "DescribeLifecycleHooksRequest" }, "wrapper" : false }, "DescribeLifecycleHooksResult" : { "c2jName" : "DescribeLifecycleHooksAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeLifecycleHooks.

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

The lifecycle hooks for the specified group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The lifecycle hooks for the specified group.

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

The lifecycle hooks for the specified group.

\n@param lifecycleHooks The lifecycle hooks for the specified group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "documentation" : "

The lifecycle hooks for the specified group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LifecycleHooks" : { "c2jName" : "LifecycleHooks", "c2jShape" : "LifecycleHooks", "deprecated" : false, "documentation" : "

The lifecycle hooks for the specified group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The lifecycle hooks for the specified group.

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

The lifecycle hooks for the specified group.

\n@param lifecycleHooks The lifecycle hooks for the specified group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lifecycleHooks", "variableType" : "java.util.List", "documentation" : "

The lifecycle hooks for the specified group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLifecycleHooksResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLifecycleHooksResult" }, "variable" : { "variableDeclarationType" : "DescribeLifecycleHooksResult", "variableName" : "describeLifecycleHooksResult", "variableType" : "DescribeLifecycleHooksResult", "documentation" : null, "simpleType" : "DescribeLifecycleHooksResult", "variableSetterType" : "DescribeLifecycleHooksResult" }, "wrapper" : false }, "DescribeLoadBalancerTargetGroupsRequest" : { "c2jName" : "DescribeLoadBalancerTargetGroupsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLoadBalancerTargetGroups.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLoadBalancerTargetGroups", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "DescribeLoadBalancerTargetGroupsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerTargetGroupsRequest", "variableName" : "describeLoadBalancerTargetGroupsRequest", "variableType" : "DescribeLoadBalancerTargetGroupsRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerTargetGroupsRequest", "variableSetterType" : "DescribeLoadBalancerTargetGroupsRequest" }, "wrapper" : false }, "DescribeLoadBalancerTargetGroupsResult" : { "c2jName" : "DescribeLoadBalancerTargetGroupsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeLoadBalancerTargetGroups.

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

Information about the target groups.

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

Information about the target groups.

\n@param loadBalancerTargetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the target groups.

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

Information about the target groups.

\n@param loadBalancerTargetGroups Information about the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerTargetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the target groups.

\n

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

\n@param loadBalancerTargetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerTargetGroups", "variableType" : "java.util.List", "documentation" : "

Information about the target groups.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerTargetGroups" : { "c2jName" : "LoadBalancerTargetGroups", "c2jShape" : "LoadBalancerTargetGroupStates", "deprecated" : false, "documentation" : "

Information about the target groups.

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

Information about the target groups.

\n@param loadBalancerTargetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the target groups.

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

Information about the target groups.

\n@param loadBalancerTargetGroups Information about the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerTargetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the target groups.

\n

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

\n@param loadBalancerTargetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerTargetGroups", "variableType" : "java.util.List", "documentation" : "

Information about the target groups.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancerTargetGroupsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLoadBalancerTargetGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerTargetGroupsResult", "variableName" : "describeLoadBalancerTargetGroupsResult", "variableType" : "DescribeLoadBalancerTargetGroupsResult", "documentation" : null, "simpleType" : "DescribeLoadBalancerTargetGroupsResult", "variableSetterType" : "DescribeLoadBalancerTargetGroupsResult" }, "wrapper" : false }, "DescribeLoadBalancersRequest" : { "c2jName" : "DescribeLoadBalancersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLoadBalancers.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLoadBalancers", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "DescribeLoadBalancersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancersRequest", "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "wrapper" : false }, "DescribeLoadBalancersResult" : { "c2jName" : "DescribeLoadBalancersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeLoadBalancers.

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

The load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The load balancers.

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

The load balancers.

\n@param loadBalancers The load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

The load balancers.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancers" : { "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancerStates", "deprecated" : false, "documentation" : "

The load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The load balancers.

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

The load balancers.

\n@param loadBalancers The load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

The load balancers.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLoadBalancersResult" }, "variable" : { "variableDeclarationType" : "DescribeLoadBalancersResult", "variableName" : "describeLoadBalancersResult", "variableType" : "DescribeLoadBalancersResult", "documentation" : null, "simpleType" : "DescribeLoadBalancersResult", "variableSetterType" : "DescribeLoadBalancersResult" }, "wrapper" : false }, "DescribeMetricCollectionTypesRequest" : { "c2jName" : "DescribeMetricCollectionTypesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeMetricCollectionTypes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DescribeMetricCollectionTypesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeMetricCollectionTypesRequest", "variableName" : "describeMetricCollectionTypesRequest", "variableType" : "DescribeMetricCollectionTypesRequest", "documentation" : null, "simpleType" : "DescribeMetricCollectionTypesRequest", "variableSetterType" : "DescribeMetricCollectionTypesRequest" }, "wrapper" : false }, "DescribeMetricCollectionTypesResult" : { "c2jName" : "DescribeMetricCollectionTypesAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeMetricsCollectionTypes.

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

One or more metrics.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more metrics.

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

One or more metrics.

\n@param metrics One or more metrics.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "

One or more metrics.

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

The granularities for the metrics.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The granularities for the metrics.

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

The granularities for the metrics.

\n@param granularities The granularities for the metrics.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "granularities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "granularities", "variableType" : "java.util.List", "documentation" : "

The granularities for the metrics.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Granularities" : { "c2jName" : "Granularities", "c2jShape" : "MetricGranularityTypes", "deprecated" : false, "documentation" : "

The granularities for the metrics.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The granularities for the metrics.

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

The granularities for the metrics.

\n@param granularities The granularities for the metrics.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "granularities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "granularities", "variableType" : "java.util.List", "documentation" : "

The granularities for the metrics.

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

One or more metrics.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more metrics.

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

One or more metrics.

\n@param metrics One or more metrics.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "

One or more metrics.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeMetricCollectionTypesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeMetricCollectionTypesResult" }, "variable" : { "variableDeclarationType" : "DescribeMetricCollectionTypesResult", "variableName" : "describeMetricCollectionTypesResult", "variableType" : "DescribeMetricCollectionTypesResult", "documentation" : null, "simpleType" : "DescribeMetricCollectionTypesResult", "variableSetterType" : "DescribeMetricCollectionTypesResult" }, "wrapper" : false }, "DescribeNotificationConfigurationsRequest" : { "c2jName" : "DescribeNotificationConfigurationsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeNotificationConfigurations.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeNotificationConfigurations", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupNames", "c2jShape" : "AutoScalingGroupNames", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupNames The name of the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "

The name of the group.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupNames The name of the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "autoScalingGroupNames", "variableType" : "java.util.List", "documentation" : "

The name of the group.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeNotificationConfigurationsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeNotificationConfigurationsRequest", "variableName" : "describeNotificationConfigurationsRequest", "variableType" : "DescribeNotificationConfigurationsRequest", "documentation" : null, "simpleType" : "DescribeNotificationConfigurationsRequest", "variableSetterType" : "DescribeNotificationConfigurationsRequest" }, "wrapper" : false }, "DescribeNotificationConfigurationsResult" : { "c2jName" : "DescribeNotificationConfigurationsAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output from DescribeNotificationConfigurations.

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

The notification configurations.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The notification configurations.

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

The notification configurations.

\n@param notificationConfigurations The notification configurations.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "documentation" : "

The notification configurations.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "NotificationConfigurations" : { "c2jName" : "NotificationConfigurations", "c2jShape" : "NotificationConfigurations", "deprecated" : false, "documentation" : "

The notification configurations.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The notification configurations.

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

The notification configurations.

\n@param notificationConfigurations The notification configurations.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationConfigurations", "variableType" : "java.util.List", "documentation" : "

The notification configurations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "NotificationConfigurations" ], "shapeName" : "DescribeNotificationConfigurationsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeNotificationConfigurationsResult" }, "variable" : { "variableDeclarationType" : "DescribeNotificationConfigurationsResult", "variableName" : "describeNotificationConfigurationsResult", "variableType" : "DescribeNotificationConfigurationsResult", "documentation" : null, "simpleType" : "DescribeNotificationConfigurationsResult", "variableSetterType" : "DescribeNotificationConfigurationsResult" }, "wrapper" : false }, "DescribePoliciesRequest" : { "c2jName" : "DescribePoliciesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribePolicies.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribePolicies", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

One or more policy names or policy ARNs to be described. If you omit this parameter, 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.

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

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "getterDocumentation" : "/**

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

One or more policy names or policy ARNs to be described. If you omit this parameter, 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

One or more policy types. Valid values are SimpleScaling and StepScaling.

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

One or more policy types. Valid values are SimpleScaling and StepScaling.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

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

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

One or more policy names or policy ARNs to be described. If you omit this parameter, 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.

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

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "getterDocumentation" : "/**

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more policy names or policy ARNs to be described. If you omit this parameter, 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 parameter, 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

One or more policy names or policy ARNs to be described. If you omit this parameter, 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" }, "xmlNameSpaceUri" : null }, "PolicyTypes" : { "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

One or more policy types. Valid values are SimpleScaling and StepScaling.

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

One or more policy types. Valid values are SimpleScaling and StepScaling.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribePoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribePoliciesRequest", "variableName" : "describePoliciesRequest", "variableType" : "DescribePoliciesRequest", "documentation" : null, "simpleType" : "DescribePoliciesRequest", "variableSetterType" : "DescribePoliciesRequest" }, "wrapper" : false }, "DescribePoliciesResult" : { "c2jName" : "PoliciesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribePolicies.

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

The scaling policies.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The scaling policies.

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

The scaling policies.

\n@param scalingPolicies The scaling policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "

The scaling policies.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ScalingPolicies" : { "c2jName" : "ScalingPolicies", "c2jShape" : "ScalingPolicies", "deprecated" : false, "documentation" : "

The scaling policies.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The scaling policies.

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

The scaling policies.

\n@param scalingPolicies The scaling policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingPolicies", "variableType" : "java.util.List", "documentation" : "

The scaling policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribePoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribePoliciesResult" }, "variable" : { "variableDeclarationType" : "DescribePoliciesResult", "variableName" : "describePoliciesResult", "variableType" : "DescribePoliciesResult", "documentation" : null, "simpleType" : "DescribePoliciesResult", "variableSetterType" : "DescribePoliciesResult" }, "wrapper" : false }, "DescribeScalingActivitiesRequest" : { "c2jName" : "DescribeScalingActivitiesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeScalingActivities.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeScalingActivities", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ActivityIds", "c2jShape" : "ActivityIds", "deprecated" : false, "documentation" : "

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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.

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

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "getterDocumentation" : "/**

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActivityIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActivityIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ActivityIds", "setterDocumentation" : "/**

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activityIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activityIds", "variableType" : "java.util.List", "documentation" : "

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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.

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

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "getterDocumentation" : "/**

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActivityIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActivityIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ActivityIds", "setterDocumentation" : "/**

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activityIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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 you omit this parameter, all activities for the past six weeks 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activityIds", "variableType" : "java.util.List", "documentation" : "

The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks 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" }, "xmlNameSpaceUri" : null }, "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeScalingActivitiesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScalingActivitiesRequest", "variableName" : "describeScalingActivitiesRequest", "variableType" : "DescribeScalingActivitiesRequest", "documentation" : null, "simpleType" : "DescribeScalingActivitiesRequest", "variableSetterType" : "DescribeScalingActivitiesRequest" }, "wrapper" : false }, "DescribeScalingActivitiesResult" : { "c2jName" : "ActivitiesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeScalingActivities.

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

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

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

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

\n@param activities The scaling activities. Activities are sorted by start time. Activities still in progress are described first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

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

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

\n@param activities The scaling activities. Activities are sorted by start time. Activities still in progress are described first.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

\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. Activities are sorted by start time. Activities still in progress are described first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "c2jName" : "Activities", "c2jShape" : "Activities", "deprecated" : false, "documentation" : "

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

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

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

\n@param activities The scaling activities. Activities are sorted by start time. Activities still in progress are described first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

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

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

\n@param activities The scaling activities. Activities are sorted by start time. Activities still in progress are described first.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

\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. Activities are sorted by start time. Activities still in progress are described first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Activities" ], "shapeName" : "DescribeScalingActivitiesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeScalingActivitiesResult" }, "variable" : { "variableDeclarationType" : "DescribeScalingActivitiesResult", "variableName" : "describeScalingActivitiesResult", "variableType" : "DescribeScalingActivitiesResult", "documentation" : null, "simpleType" : "DescribeScalingActivitiesResult", "variableSetterType" : "DescribeScalingActivitiesResult" }, "wrapper" : false }, "DescribeScalingProcessTypesRequest" : { "c2jName" : "DescribeScalingProcessTypesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeScalingProcessTypes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DescribeScalingProcessTypesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScalingProcessTypesRequest", "variableName" : "describeScalingProcessTypesRequest", "variableType" : "DescribeScalingProcessTypesRequest", "documentation" : null, "simpleType" : "DescribeScalingProcessTypesRequest", "variableSetterType" : "DescribeScalingProcessTypesRequest" }, "wrapper" : false }, "DescribeScalingProcessTypesResult" : { "c2jName" : "ProcessesType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeScalingProcessTypes.

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

The names of the process types.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the process types.

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

The names of the process types.

\n@param processes The names of the process types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "processes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "processes", "variableType" : "java.util.List", "documentation" : "

The names of the process types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Processes" : { "c2jName" : "Processes", "c2jShape" : "Processes", "deprecated" : false, "documentation" : "

The names of the process types.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the process types.

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

The names of the process types.

\n@param processes The names of the process types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "processes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "processes", "variableType" : "java.util.List", "documentation" : "

The names of the process types.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeScalingProcessTypesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeScalingProcessTypesResult" }, "variable" : { "variableDeclarationType" : "DescribeScalingProcessTypesResult", "variableName" : "describeScalingProcessTypesResult", "variableType" : "DescribeScalingProcessTypesResult", "documentation" : null, "simpleType" : "DescribeScalingProcessTypesResult", "variableSetterType" : "DescribeScalingProcessTypesResult" }, "wrapper" : false }, "DescribeScheduledActionsRequest" : { "c2jName" : "DescribeScheduledActionsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeScheduledActions.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeScheduledActions", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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.

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

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "getterDocumentation" : "/**

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScheduledActionNames", "setterDocumentation" : "/**

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "documentation" : "

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "deprecated" : false, "documentation" : "

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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.

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

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "getterDocumentation" : "/**

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScheduledActionNames", "setterDocumentation" : "/**

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described. 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledActionNames", "variableType" : "java.util.List", "documentation" : "

Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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" }, "xmlNameSpaceUri" : null }, "StartTime" : { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeScheduledActionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScheduledActionsRequest", "variableName" : "describeScheduledActionsRequest", "variableType" : "DescribeScheduledActionsRequest", "documentation" : null, "simpleType" : "DescribeScheduledActionsRequest", "variableSetterType" : "DescribeScheduledActionsRequest" }, "wrapper" : false }, "DescribeScheduledActionsResult" : { "c2jName" : "ScheduledActionsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeScheduledActions.

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

The scheduled actions.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The scheduled actions.

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

The scheduled actions.

\n@param scheduledUpdateGroupActions The scheduled actions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "documentation" : "

The scheduled actions.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ScheduledUpdateGroupActions" : { "c2jName" : "ScheduledUpdateGroupActions", "c2jShape" : "ScheduledUpdateGroupActions", "deprecated" : false, "documentation" : "

The scheduled actions.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The scheduled actions.

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

The scheduled actions.

\n@param scheduledUpdateGroupActions The scheduled actions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scheduledUpdateGroupActions", "variableType" : "java.util.List", "documentation" : "

The scheduled actions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeScheduledActionsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeScheduledActionsResult" }, "variable" : { "variableDeclarationType" : "DescribeScheduledActionsResult", "variableName" : "describeScheduledActionsResult", "variableType" : "DescribeScheduledActionsResult", "documentation" : null, "simpleType" : "DescribeScheduledActionsResult", "variableSetterType" : "DescribeScheduledActionsResult" }, "wrapper" : false }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeTags.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTags", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Filters", "c2jShape" : "Filters", "deprecated" : false, "documentation" : "

A filter used to scope the tags to return.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

A filter used to scope the tags to return.

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

A filter used to scope the tags to return.

\n@param filters A filter used to scope the tags to return.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

A filter used to scope the tags to return.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

A filter used to scope the tags to return.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

A filter used to scope the tags to return.

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

A filter used to scope the tags to return.

\n@param filters A filter used to scope the tags to return.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

A filter used to scope the tags to return.

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

The maximum number of items to return with this call.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The maximum number of items to return with this call.

\n@return The maximum number of items to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxRecords", "setterDocumentation" : "/**

The maximum number of items to return with this call.

\n@param maxRecords The maximum number of items to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

The maximum number of items to return with this call.

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

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

", "enumType" : null, "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.*/", "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.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token for the next set of 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.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "wrapper" : false }, "DescribeTagsResult" : { "c2jName" : "TagsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeTags.

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

One or more tags.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more tags.

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

One or more tags.

\n@param tags One or more tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The token 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagDescriptionList", "deprecated" : false, "documentation" : "

One or more tags.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more tags.

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

One or more tags.

\n@param tags One or more tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTagsResult" }, "variable" : { "variableDeclarationType" : "DescribeTagsResult", "variableName" : "describeTagsResult", "variableType" : "DescribeTagsResult", "documentation" : null, "simpleType" : "DescribeTagsResult", "variableSetterType" : "DescribeTagsResult" }, "wrapper" : false }, "DescribeTerminationPolicyTypesRequest" : { "c2jName" : "DescribeTerminationPolicyTypesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTerminationPolicyTypes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DescribeTerminationPolicyTypesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTerminationPolicyTypesRequest", "variableName" : "describeTerminationPolicyTypesRequest", "variableType" : "DescribeTerminationPolicyTypesRequest", "documentation" : null, "simpleType" : "DescribeTerminationPolicyTypesRequest", "variableSetterType" : "DescribeTerminationPolicyTypesRequest" }, "wrapper" : false }, "DescribeTerminationPolicyTypesResult" : { "c2jName" : "DescribeTerminationPolicyTypesAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeTerminationPolicyTypes.

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

The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

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

The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TerminationPolicyTypes" : { "c2jName" : "TerminationPolicyTypes", "c2jShape" : "TerminationPolicies", "deprecated" : false, "documentation" : "

The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

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

The termination policies supported by Auto Scaling (OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, and Default).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTerminationPolicyTypesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTerminationPolicyTypesResult" }, "variable" : { "variableDeclarationType" : "DescribeTerminationPolicyTypesResult", "variableName" : "describeTerminationPolicyTypesResult", "variableType" : "DescribeTerminationPolicyTypesResult", "documentation" : null, "simpleType" : "DescribeTerminationPolicyTypesResult", "variableSetterType" : "DescribeTerminationPolicyTypesResult" }, "wrapper" : false }, "DetachInstancesRequest" : { "c2jName" : "DetachInstancesQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DetachInstances.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DetachInstances", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "documentation" : "

One or more instance IDs.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more instance IDs.

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

One or more instance IDs.

\n@param instanceIds One or more instance IDs.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "

One or more instance IDs.

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

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldDecrementDesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldDecrementDesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "

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

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the group.

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

The name of the group.

\n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the group.

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

One or more instance IDs.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more instance IDs.

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

One or more instance IDs.

\n@param instanceIds One or more instance IDs.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "

One or more instance IDs.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldDecrementDesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldDecrementDesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "

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

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "ShouldDecrementDesiredCapacity" ], "shapeName" : "DetachInstancesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachInstancesRequest", "variableName" : "detachInstancesRequest", "variableType" : "DetachInstancesRequest", "documentation" : null, "simpleType" : "DetachInstancesRequest", "variableSetterType" : "DetachInstancesRequest" }, "wrapper" : false }, "DetachInstancesResult" : { "c2jName" : "DetachInstancesAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DetachInstances.

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

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

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

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "c2jName" : "Activities", "c2jShape" : "Activities", "deprecated" : false, "documentation" : "

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

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

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DetachInstancesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DetachInstancesResult" }, "variable" : { "variableDeclarationType" : "DetachInstancesResult", "variableName" : "detachInstancesResult", "variableType" : "DetachInstancesResult", "documentation" : null, "simpleType" : "DetachInstancesResult", "variableSetterType" : "DetachInstancesResult" }, "wrapper" : false }, "DetachLoadBalancerTargetGroupsRequest" : { "c2jName" : "DetachLoadBalancerTargetGroupsType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DetachLoadBalancerTargetGroups", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

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

The Amazon Resource Names (ARN) of the target groups.

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARN) of the target groups.

\n

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

\n@param targetGroupARNs The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "targetGroupARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARN) of the target groups.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "TargetGroupARNs" ], "shapeName" : "DetachLoadBalancerTargetGroupsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachLoadBalancerTargetGroupsRequest", "variableName" : "detachLoadBalancerTargetGroupsRequest", "variableType" : "DetachLoadBalancerTargetGroupsRequest", "documentation" : null, "simpleType" : "DetachLoadBalancerTargetGroupsRequest", "variableSetterType" : "DetachLoadBalancerTargetGroupsRequest" }, "wrapper" : false }, "DetachLoadBalancerTargetGroupsResult" : { "c2jName" : "DetachLoadBalancerTargetGroupsResultType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DetachLoadBalancerTargetGroupsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DetachLoadBalancerTargetGroupsResult" }, "variable" : { "variableDeclarationType" : "DetachLoadBalancerTargetGroupsResult", "variableName" : "detachLoadBalancerTargetGroupsResult", "variableType" : "DetachLoadBalancerTargetGroupsResult", "documentation" : null, "simpleType" : "DetachLoadBalancerTargetGroupsResult", "variableSetterType" : "DetachLoadBalancerTargetGroupsResult" }, "wrapper" : false }, "DetachLoadBalancersRequest" : { "c2jName" : "DetachLoadBalancersType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DetachLoadBalancers.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DetachLoadBalancers", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

One or more load balancer names.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more load balancer names.

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

One or more load balancer names.

\n@param loadBalancerNames One or more load balancer names.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more load balancer names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

The name of the Auto Scaling group.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Auto Scaling group.

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

The name of the Auto Scaling group.

\n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

The name of the Auto Scaling group.

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

One or more load balancer names.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

One or more load balancer names.

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

One or more load balancer names.

\n@param loadBalancerNames One or more load balancer names.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

One or more load balancer names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "LoadBalancerNames" ], "shapeName" : "DetachLoadBalancersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachLoadBalancersRequest", "variableName" : "detachLoadBalancersRequest", "variableType" : "DetachLoadBalancersRequest", "documentation" : null, "simpleType" : "DetachLoadBalancersRequest", "variableSetterType" : "DetachLoadBalancersRequest" }, "wrapper" : false }, "DetachLoadBalancersResult" : { "c2jName" : "DetachLoadBalancersResultType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output for DetachLoadBalancers.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DetachLoadBalancersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DetachLoadBalancersResult" }, "variable" : { "variableDeclarationType" : "DetachLoadBalancersResult", "variableName" : "detachLoadBalancersResult", "variableType" : "DetachLoadBalancersResult", "documentation" : null, "simpleType" : "DetachLoadBalancersResult", "variableSetterType" : "DetachLoadBalancersResult" }, "wrapper" : false }, "DisableMetricsCollectionRequest" : { "c2jName" : "DisableMetricsCollectionQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DisableMetricsCollection.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DisableMetricsCollection", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

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

\n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Metrics", "c2jShape" : "Metrics", "deprecated" : false, "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

", "enumType" : null, "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.*/", "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

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

      • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

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

          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

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

          \n@param autoScalingGroupName The name or Amazon Resource Name (ARN) of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Metrics" : { "c2jName" : "Metrics", "c2jShape" : "Metrics", "deprecated" : false, "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

          ", "enumType" : null, "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.*/", "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

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

              • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "DisableMetricsCollectionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisableMetricsCollectionRequest", "variableName" : "disableMetricsCollectionRequest", "variableType" : "DisableMetricsCollectionRequest", "documentation" : null, "simpleType" : "DisableMetricsCollectionRequest", "variableSetterType" : "DisableMetricsCollectionRequest" }, "wrapper" : false }, "DisableMetricsCollectionResult" : { "c2jName" : "DisableMetricsCollectionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DisableMetricsCollectionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisableMetricsCollectionResult", "variableName" : "disableMetricsCollectionResult", "variableType" : "DisableMetricsCollectionResult", "documentation" : null, "simpleType" : "DisableMetricsCollectionResult", "variableSetterType" : "DisableMetricsCollectionResult" }, "wrapper" : false }, "Ebs" : { "c2jName" : "Ebs", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes an Amazon EBS volume.

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

                  The ID of the snapshot.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The ID of the snapshot.

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

                  The ID of the snapshot.

                  \n@param snapshotId The ID of the snapshot.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "

                  The ID of the snapshot.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSize", "c2jShape" : "BlockDeviceEbsVolumeSize", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSize", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeType", "c2jShape" : "BlockDeviceEbsVolumeType", "deprecated" : false, "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

                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeleteOnTermination", "c2jShape" : "BlockDeviceEbsDeleteOnTermination", "deprecated" : false, "documentation" : "

                  Indicates whether the volume is deleted on instance termination.

                  Default: true

                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteOnTermination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteOnTermination", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeleteOnTermination", "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*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteOnTermination", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteOnTermination", "variableType" : "Boolean", "documentation" : "

                  Indicates whether the volume is deleted on instance termination.

                  Default: true

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Iops", "c2jShape" : "BlockDeviceEbsIops", "deprecated" : false, "documentation" : "

                  The number of I/O operations per second (IOPS) to provision for the volume.

                  Constraint: Required when the volume type is io1.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Iops", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Iops", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Iops", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Encrypted", "c2jShape" : "BlockDeviceEbsEncrypted", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Encrypted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encrypted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Encrypted", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeleteOnTermination" : { "c2jName" : "DeleteOnTermination", "c2jShape" : "BlockDeviceEbsDeleteOnTermination", "deprecated" : false, "documentation" : "

                  Indicates whether the volume is deleted on instance termination.

                  Default: true

                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteOnTermination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteOnTermination", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeleteOnTermination", "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*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteOnTermination", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteOnTermination", "variableType" : "Boolean", "documentation" : "

                  Indicates whether the volume is deleted on instance termination.

                  Default: true

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Encrypted" : { "c2jName" : "Encrypted", "c2jShape" : "BlockDeviceEbsEncrypted", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Encrypted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encrypted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Encrypted", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Iops" : { "c2jName" : "Iops", "c2jShape" : "BlockDeviceEbsIops", "deprecated" : false, "documentation" : "

                  The number of I/O operations per second (IOPS) to provision for the volume.

                  Constraint: Required when the volume type is io1.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Iops", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Iops", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Iops", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "SnapshotId" : { "c2jName" : "SnapshotId", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                  The ID of the snapshot.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The ID of the snapshot.

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

                  The ID of the snapshot.

                  \n@param snapshotId The ID of the snapshot.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "

                  The ID of the snapshot.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeSize" : { "c2jName" : "VolumeSize", "c2jShape" : "BlockDeviceEbsVolumeSize", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSize", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "VolumeType" : { "c2jName" : "VolumeType", "c2jShape" : "BlockDeviceEbsVolumeType", "deprecated" : false, "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

                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Ebs", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Ebs", "variableName" : "ebs", "variableType" : "Ebs", "documentation" : null, "simpleType" : "Ebs", "variableSetterType" : "Ebs" }, "wrapper" : false }, "EnableMetricsCollectionRequest" : { "c2jName" : "EnableMetricsCollectionQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for EnableMetricsCollection.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "EnableMetricsCollection", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                  The name or ARN of the Auto Scaling group.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The name or ARN of the Auto Scaling group.

                  \n@return The name or ARN of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                  The name or ARN of the Auto Scaling group.

                  \n@param autoScalingGroupName The name or ARN of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                  The name or ARN of the Auto Scaling group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Metrics", "c2jShape" : "Metrics", "deprecated" : false, "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

                  ", "enumType" : null, "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

                  \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

                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "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

                    \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

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

                      \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

                      • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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

                        \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

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "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

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

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

                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Granularity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Granularity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Granularity", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "

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

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

                          The name or ARN of the Auto Scaling group.

                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                          The name or ARN of the Auto Scaling group.

                          \n@return The name or ARN of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                          The name or ARN of the Auto Scaling group.

                          \n@param autoScalingGroupName The name or ARN of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                          The name or ARN of the Auto Scaling group.

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

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

                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Granularity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Granularity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Granularity", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "

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

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Metrics" : { "c2jName" : "Metrics", "c2jShape" : "Metrics", "deprecated" : false, "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

                          ", "enumType" : null, "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

                          \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

                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "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

                            \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

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

                              \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

                              • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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

                                \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

                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "metrics", "variableType" : "java.util.List", "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

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "Granularity" ], "shapeName" : "EnableMetricsCollectionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableMetricsCollectionRequest", "variableName" : "enableMetricsCollectionRequest", "variableType" : "EnableMetricsCollectionRequest", "documentation" : null, "simpleType" : "EnableMetricsCollectionRequest", "variableSetterType" : "EnableMetricsCollectionRequest" }, "wrapper" : false }, "EnableMetricsCollectionResult" : { "c2jName" : "EnableMetricsCollectionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "EnableMetricsCollectionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnableMetricsCollectionResult", "variableName" : "enableMetricsCollectionResult", "variableType" : "EnableMetricsCollectionResult", "documentation" : null, "simpleType" : "EnableMetricsCollectionResult", "variableSetterType" : "EnableMetricsCollectionResult" }, "wrapper" : false }, "EnabledMetric" : { "c2jName" : "EnabledMetric", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Describes an enabled metric.

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

                                  One of the following metrics:

                                  • GroupMinSize

                                  • GroupMaxSize

                                  • GroupDesiredCapacity

                                  • GroupInServiceInstances

                                  • GroupPendingInstances

                                  • GroupStandbyInstances

                                  • GroupTerminatingInstances

                                  • GroupTotalInstances

                                  ", "enumType" : null, "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.*/", "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

                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metric", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metric", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metric", "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

                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "

                                          One of the following metrics:

                                          • GroupMinSize

                                          • GroupMaxSize

                                          • GroupDesiredCapacity

                                          • GroupInServiceInstances

                                          • GroupPendingInstances

                                          • GroupStandbyInstances

                                          • GroupTerminatingInstances

                                          • GroupTotalInstances

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

                                          The granularity of the metric. The only valid value is 1Minute.

                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Granularity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Granularity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Granularity", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "

                                          The granularity of the metric. The only valid value is 1Minute.

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

                                          The granularity of the metric. The only valid value is 1Minute.

                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Granularity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Granularity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Granularity", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "

                                          The granularity of the metric. The only valid value is 1Minute.

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

                                          One of the following metrics:

                                          • GroupMinSize

                                          • GroupMaxSize

                                          • GroupDesiredCapacity

                                          • GroupInServiceInstances

                                          • GroupPendingInstances

                                          • GroupStandbyInstances

                                          • GroupTerminatingInstances

                                          • GroupTotalInstances

                                          ", "enumType" : null, "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.*/", "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

                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metric", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metric", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metric", "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

                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "

                                                  One of the following metrics:

                                                  • GroupMinSize

                                                  • GroupMaxSize

                                                  • GroupDesiredCapacity

                                                  • GroupInServiceInstances

                                                  • GroupPendingInstances

                                                  • GroupStandbyInstances

                                                  • GroupTerminatingInstances

                                                  • GroupTotalInstances

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EnabledMetric", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnabledMetric", "variableName" : "enabledMetric", "variableType" : "EnabledMetric", "documentation" : null, "simpleType" : "EnabledMetric", "variableSetterType" : "EnabledMetric" }, "wrapper" : false }, "EnterStandbyRequest" : { "c2jName" : "EnterStandbyQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the parameters for EnteStandby.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "EnterStandby", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "documentation" : "

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

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

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

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

                                                  The name of the Auto Scaling group.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the Auto Scaling group.

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

                                                  The name of the Auto Scaling group.

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the Auto Scaling group.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldDecrementDesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldDecrementDesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                  The name of the Auto Scaling group.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the Auto Scaling group.

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

                                                  The name of the Auto Scaling group.

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the Auto Scaling group.

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

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

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

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

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldDecrementDesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldDecrementDesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "ShouldDecrementDesiredCapacity" ], "shapeName" : "EnterStandbyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnterStandbyRequest", "variableName" : "enterStandbyRequest", "variableType" : "EnterStandbyRequest", "documentation" : null, "simpleType" : "EnterStandbyRequest", "variableSetterType" : "EnterStandbyRequest" }, "wrapper" : false }, "EnterStandbyResult" : { "c2jName" : "EnterStandbyAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the output of EnterStandby.

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

                                                  The activities related to moving instances into Standby mode.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The activities related to moving instances into Standby mode.

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

                                                  The activities related to moving instances into Standby mode.

                                                  \n@param activities The activities related to moving instances into Standby mode.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

                                                  The activities related to moving instances into Standby mode.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "c2jName" : "Activities", "c2jShape" : "Activities", "deprecated" : false, "documentation" : "

                                                  The activities related to moving instances into Standby mode.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The activities related to moving instances into Standby mode.

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

                                                  The activities related to moving instances into Standby mode.

                                                  \n@param activities The activities related to moving instances into Standby mode.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

                                                  The activities related to moving instances into Standby mode.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EnterStandbyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "EnterStandbyResult" }, "variable" : { "variableDeclarationType" : "EnterStandbyResult", "variableName" : "enterStandbyResult", "variableType" : "EnterStandbyResult", "documentation" : null, "simpleType" : "EnterStandbyResult", "variableSetterType" : "EnterStandbyResult" }, "wrapper" : false }, "ExecutePolicyRequest" : { "c2jName" : "ExecutePolicyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the parameters for ExecutePolicy.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ExecutePolicy", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

                                                  The name or ARN of the policy.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name or ARN of the policy.

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

                                                  The name or ARN of the policy.

                                                  \n@param policyName The name or ARN of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                  The name or ARN of the policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "deprecated" : false, "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 User Guide.

                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HonorCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HonorCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HonorCooldown", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "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 User Guide.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MetricValue", "c2jShape" : "MetricScale", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricValue", "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.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricValue", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricValue", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BreachThreshold", "c2jShape" : "MetricScale", "deprecated" : false, "documentation" : "

                                                  The breach threshold for the alarm.

                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BreachThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BreachThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BreachThreshold", "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.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "breachThreshold", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "breachThreshold", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

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

                                                  The breach threshold for the alarm.

                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BreachThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BreachThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BreachThreshold", "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.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "breachThreshold", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "breachThreshold", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "HonorCooldown" : { "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "deprecated" : false, "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 User Guide.

                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HonorCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HonorCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HonorCooldown", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "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 User Guide.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MetricValue" : { "c2jName" : "MetricValue", "c2jShape" : "MetricScale", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricValue", "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.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricValue", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricValue", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                  The name or ARN of the policy.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name or ARN of the policy.

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

                                                  The name or ARN of the policy.

                                                  \n@param policyName The name or ARN of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                  The name or ARN of the policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "PolicyName" ], "shapeName" : "ExecutePolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExecutePolicyRequest", "variableName" : "executePolicyRequest", "variableType" : "ExecutePolicyRequest", "documentation" : null, "simpleType" : "ExecutePolicyRequest", "variableSetterType" : "ExecutePolicyRequest" }, "wrapper" : false }, "ExecutePolicyResult" : { "c2jName" : "ExecutePolicyResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ExecutePolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutePolicyResult", "variableName" : "executePolicyResult", "variableType" : "ExecutePolicyResult", "documentation" : null, "simpleType" : "ExecutePolicyResult", "variableSetterType" : "ExecutePolicyResult" }, "wrapper" : false }, "ExitStandbyRequest" : { "c2jName" : "ExitStandbyQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the parameters for ExitStandby.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ExitStandby", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "documentation" : "

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

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

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

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

                                                  The name of the Auto Scaling group.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the Auto Scaling group.

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

                                                  The name of the Auto Scaling group.

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the Auto Scaling group.

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

                                                  The name of the Auto Scaling group.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the Auto Scaling group.

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

                                                  The name of the Auto Scaling group.

                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the Auto Scaling group.

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

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

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

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

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "ExitStandbyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExitStandbyRequest", "variableName" : "exitStandbyRequest", "variableType" : "ExitStandbyRequest", "documentation" : null, "simpleType" : "ExitStandbyRequest", "variableSetterType" : "ExitStandbyRequest" }, "wrapper" : false }, "ExitStandbyResult" : { "c2jName" : "ExitStandbyAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the parameters for ExitStandby.

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

                                                  The activities related to moving instances out of Standby mode.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The activities related to moving instances out of Standby mode.

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

                                                  The activities related to moving instances out of Standby mode.

                                                  \n@param activities The activities related to moving instances out of Standby mode.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

                                                  The activities related to moving instances out of Standby mode.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "c2jName" : "Activities", "c2jShape" : "Activities", "deprecated" : false, "documentation" : "

                                                  The activities related to moving instances out of Standby mode.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The activities related to moving instances out of Standby mode.

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

                                                  The activities related to moving instances out of Standby mode.

                                                  \n@param activities The activities related to moving instances out of Standby mode.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

                                                  The activities related to moving instances out of Standby mode.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ExitStandbyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ExitStandbyResult" }, "variable" : { "variableDeclarationType" : "ExitStandbyResult", "variableName" : "exitStandbyResult", "variableType" : "ExitStandbyResult", "documentation" : null, "simpleType" : "ExitStandbyResult", "variableSetterType" : "ExitStandbyResult" }, "wrapper" : false }, "Filter" : { "c2jName" : "Filter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Describes a filter.

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

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

                                                  ", "enumType" : null, "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.*/", "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\".*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "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\".*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

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

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

                                                  The value of the filter.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The value of the filter.

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

                                                  The value of the filter.

                                                  \n@param values The value of the filter.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                  The value of the filter.

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

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

                                                  ", "enumType" : null, "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.*/", "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\".*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "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\".*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

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

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

                                                  The value of the filter.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The value of the filter.

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

                                                  The value of the filter.

                                                  \n@param values The value of the filter.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                  The value of the filter.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Filter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "filter", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "wrapper" : false }, "Instance" : { "c2jName" : "Instance", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Describes an EC2 instance.

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

                                                  The ID of the instance.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the instance.

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

                                                  The ID of the instance.

                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                  The ID of the instance.

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

                                                  The Availability Zone in which the instance is running.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The Availability Zone in which the instance is running.

                                                  \n@return The Availability Zone in which the instance is running.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityZone", "setterDocumentation" : "/**

                                                  The Availability Zone in which the instance is running.

                                                  \n@param availabilityZone The Availability Zone in which the instance is running.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                                  The Availability Zone in which the instance is running.

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

                                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleState", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "

                                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

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

                                                  The last reported 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.

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

                                                  The last reported 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 last reported 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.*/", "getterDocumentation" : "/**

                                                  The last reported 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 last reported 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthStatus", "setterDocumentation" : "/**

                                                  The last reported 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 last reported 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The last reported 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 last reported 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "

                                                  The last reported 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LaunchConfigurationName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                  The launch configuration associated with the instance.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The launch configuration associated with the instance.

                                                  \n@return The launch configuration associated with the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "setterDocumentation" : "/**

                                                  The launch configuration associated with the instance.

                                                  \n@param launchConfigurationName The launch configuration associated with the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

                                                  The launch configuration associated with the instance.

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

                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                  The Availability Zone in which the instance is running.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The Availability Zone in which the instance is running.

                                                  \n@return The Availability Zone in which the instance is running.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityZone", "setterDocumentation" : "/**

                                                  The Availability Zone in which the instance is running.

                                                  \n@param availabilityZone The Availability Zone in which the instance is running.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                                  The Availability Zone in which the instance is running.

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

                                                  The last reported 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.

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

                                                  The last reported 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 last reported 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.*/", "getterDocumentation" : "/**

                                                  The last reported 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 last reported 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthStatus", "setterDocumentation" : "/**

                                                  The last reported 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 last reported 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The last reported 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 last reported 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "

                                                  The last reported 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" }, "xmlNameSpaceUri" : null }, "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

                                                  The ID of the instance.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the instance.

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

                                                  The ID of the instance.

                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                  The ID of the instance.

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

                                                  The launch configuration associated with the instance.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The launch configuration associated with the instance.

                                                  \n@return The launch configuration associated with the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "setterDocumentation" : "/**

                                                  The launch configuration associated with the instance.

                                                  \n@param launchConfigurationName The launch configuration associated with the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

                                                  The launch configuration associated with the instance.

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

                                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleState", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleState", "variableType" : "String", "documentation" : "

                                                  A description of the current lifecycle state. Note that the Quarantined state is not used.

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

                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : [ "InstanceId", "AvailabilityZone", "LifecycleState", "HealthStatus", "LaunchConfigurationName", "ProtectedFromScaleIn" ], "shapeName" : "Instance", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Instance", "variableName" : "instance", "variableType" : "Instance", "documentation" : null, "simpleType" : "Instance", "variableSetterType" : "Instance" }, "wrapper" : false }, "InstanceMonitoring" : { "c2jName" : "InstanceMonitoring", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Describes whether instance monitoring is enabled.

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

                                                  If True, instance monitoring is enabled.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  If True, instance monitoring is enabled.

                                                  \n@return If True, instance monitoring is enabled.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

                                                  If True, instance monitoring is enabled.

                                                  \n@param enabled If True, instance monitoring is enabled.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                  If True, instance monitoring is enabled.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "MonitoringEnabled", "deprecated" : false, "documentation" : "

                                                  If True, instance monitoring is enabled.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  If True, instance monitoring is enabled.

                                                  \n@return If True, instance monitoring is enabled.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

                                                  If True, instance monitoring is enabled.

                                                  \n@param enabled If True, instance monitoring is enabled.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                  If True, instance monitoring is enabled.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InstanceMonitoring", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : null, "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "wrapper" : false }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextToken", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The NextToken value is not valid.

                                                  ", "enums" : null, "errorCode" : "InvalidNextToken", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidNextTokenException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNextTokenException", "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "wrapper" : false }, "LaunchConfiguration" : { "c2jName" : "LaunchConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Describes a launch configuration.

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

                                                  The name of the launch configuration.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the launch configuration.

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

                                                  The name of the launch configuration.

                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

                                                  The name of the launch configuration.

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

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

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

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

                                                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationARN", "variableType" : "String", "documentation" : "

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

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

                                                  The ID of the Amazon Machine Image (AMI).

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the Amazon Machine Image (AMI).

                                                  \n@return The ID of the Amazon Machine Image (AMI).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ImageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "setterDocumentation" : "/**

                                                  The ID of the Amazon Machine Image (AMI).

                                                  \n@param imageId The ID of the Amazon Machine Image (AMI).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "String", "documentation" : "

                                                  The ID of the Amazon Machine Image (AMI).

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

                                                  The name of the key pair.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the key pair.

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

                                                  The name of the key pair.

                                                  \n@param keyName The name of the key pair.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "String", "documentation" : "

                                                  The name of the key pair.

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

                                                  The security groups to associate with the instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The security groups to associate with the instances.

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

                                                  The security groups to associate with the instances.

                                                  \n@param securityGroups The security groups to associate with the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                  The security groups to associate with the instances.

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClassicLinkVPCId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClassicLinkVPCId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClassicLinkVPCId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "deprecated" : false, "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.

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

                                                  The user data available to the instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The user data available to the instances.

                                                  \n@return The user data available to the instances.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserData", "setterDocumentation" : "/**

                                                  The user data available to the instances.

                                                  \n@param userData The user data available to the instances.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "String", "documentation" : "

                                                  The user data available to the instances.

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

                                                  The instance type for the instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The instance type for the instances.

                                                  \n@return The instance type for the instances.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceType", "setterDocumentation" : "/**

                                                  The instance type for the instances.

                                                  \n@param instanceType The instance type for the instances.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

                                                  The instance type for the instances.

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

                                                  The ID of the kernel associated with the AMI.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the kernel associated with the AMI.

                                                  \n@return The ID of the kernel associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KernelId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KernelId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KernelId", "setterDocumentation" : "/**

                                                  The ID of the kernel associated with the AMI.

                                                  \n@param kernelId The ID of the kernel associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "

                                                  The ID of the kernel associated with the AMI.

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

                                                  The ID of the RAM disk associated with the AMI.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the RAM disk associated with the AMI.

                                                  \n@return The ID of the RAM disk associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RamdiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RamdiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RamdiskId", "setterDocumentation" : "/**

                                                  The ID of the RAM disk associated with the AMI.

                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "

                                                  The ID of the RAM disk associated with the AMI.

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

                                                  A block device mapping, which specifies the block devices for the instance.

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

                                                  A block device mapping, which specifies the block devices for the instance.

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

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

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

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@return Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.*/", "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceMonitoring", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceMonitoring", "setterDocumentation" : "/**

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.*/", "setterModel" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  ", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SpotPrice", "c2jShape" : "SpotPrice", "deprecated" : false, "documentation" : "

                                                  The price to bid when launching Spot Instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The price to bid when launching Spot Instances.

                                                  \n@return The price to bid when launching Spot Instances.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SpotPrice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SpotPrice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SpotPrice", "setterDocumentation" : "/**

                                                  The price to bid when launching Spot Instances.

                                                  \n@param spotPrice The price to bid when launching Spot Instances.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "String", "documentation" : "

                                                  The price to bid when launching Spot Instances.

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

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IamInstanceProfile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamInstanceProfile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IamInstanceProfile", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreatedTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                  The creation date and time for the launch configuration.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The creation date and time for the launch configuration.

                                                  \n@return The creation date and time for the launch configuration.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

                                                  The creation date and time for the launch configuration.

                                                  \n@param createdTime The creation date and time for the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

                                                  The creation date and time for the launch configuration.

                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EbsOptimized", "c2jShape" : "EbsOptimized", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EbsOptimized", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EbsOptimized", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EbsOptimized", "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).*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "Boolean", "documentation" : "

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

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "deprecated" : false, "documentation" : "

                                                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AssociatePublicIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssociatePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AssociatePublicIpAddress", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "

                                                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementTenancy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementTenancy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementTenancy", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AssociatePublicIpAddress" : { "c2jName" : "AssociatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "deprecated" : false, "documentation" : "

                                                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AssociatePublicIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssociatePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AssociatePublicIpAddress", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "

                                                  [EC2-VPC] Indicates whether to assign a public IP address to each instance.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "BlockDeviceMappings" : { "c2jName" : "BlockDeviceMappings", "c2jShape" : "BlockDeviceMappings", "deprecated" : false, "documentation" : "

                                                  A block device mapping, which specifies the block devices for the instance.

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

                                                  A block device mapping, which specifies the block devices for the instance.

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClassicLinkVPCId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClassicLinkVPCId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClassicLinkVPCId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "classicLinkVPCId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ClassicLinkVPCSecurityGroups" : { "c2jName" : "ClassicLinkVPCSecurityGroups", "c2jShape" : "ClassicLinkVPCSecurityGroups", "deprecated" : false, "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.

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

                                                  The creation date and time for the launch configuration.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The creation date and time for the launch configuration.

                                                  \n@return The creation date and time for the launch configuration.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

                                                  The creation date and time for the launch configuration.

                                                  \n@param createdTime The creation date and time for the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

                                                  The creation date and time for the launch configuration.

                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "EbsOptimized" : { "c2jName" : "EbsOptimized", "c2jShape" : "EbsOptimized", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EbsOptimized", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EbsOptimized", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EbsOptimized", "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).*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "ebsOptimized", "variableType" : "Boolean", "documentation" : "

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

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "IamInstanceProfile" : { "c2jName" : "IamInstanceProfile", "c2jShape" : "XmlStringMaxLen1600", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IamInstanceProfile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamInstanceProfile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IamInstanceProfile", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iamInstanceProfile", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ImageId" : { "c2jName" : "ImageId", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                  The ID of the Amazon Machine Image (AMI).

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the Amazon Machine Image (AMI).

                                                  \n@return The ID of the Amazon Machine Image (AMI).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ImageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "setterDocumentation" : "/**

                                                  The ID of the Amazon Machine Image (AMI).

                                                  \n@param imageId The ID of the Amazon Machine Image (AMI).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageId", "variableType" : "String", "documentation" : "

                                                  The ID of the Amazon Machine Image (AMI).

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

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

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

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@return Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.*/", "getterModel" : { "returnType" : "InstanceMonitoring", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceMonitoring", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceMonitoring", "setterDocumentation" : "/**

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.*/", "setterModel" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  \n@param instanceMonitoring Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "InstanceMonitoring", "variableName" : "instanceMonitoring", "variableType" : "InstanceMonitoring", "documentation" : "

                                                  Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

                                                  ", "simpleType" : "InstanceMonitoring", "variableSetterType" : "InstanceMonitoring" }, "xmlNameSpaceUri" : null }, "InstanceType" : { "c2jName" : "InstanceType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                  The instance type for the instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The instance type for the instances.

                                                  \n@return The instance type for the instances.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceType", "setterDocumentation" : "/**

                                                  The instance type for the instances.

                                                  \n@param instanceType The instance type for the instances.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

                                                  The instance type for the instances.

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

                                                  The ID of the kernel associated with the AMI.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the kernel associated with the AMI.

                                                  \n@return The ID of the kernel associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KernelId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KernelId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KernelId", "setterDocumentation" : "/**

                                                  The ID of the kernel associated with the AMI.

                                                  \n@param kernelId The ID of the kernel associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kernelId", "variableType" : "String", "documentation" : "

                                                  The ID of the kernel associated with the AMI.

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

                                                  The name of the key pair.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the key pair.

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

                                                  The name of the key pair.

                                                  \n@param keyName The name of the key pair.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyName", "variableType" : "String", "documentation" : "

                                                  The name of the key pair.

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

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

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

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

                                                  \n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationARN", "variableType" : "String", "documentation" : "

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

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

                                                  The name of the launch configuration.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the launch configuration.

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

                                                  The name of the launch configuration.

                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

                                                  The name of the launch configuration.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PlacementTenancy" : { "c2jName" : "PlacementTenancy", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementTenancy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementTenancy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementTenancy", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementTenancy", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "RamdiskId" : { "c2jName" : "RamdiskId", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                  The ID of the RAM disk associated with the AMI.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the RAM disk associated with the AMI.

                                                  \n@return The ID of the RAM disk associated with the AMI.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RamdiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RamdiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RamdiskId", "setterDocumentation" : "/**

                                                  The ID of the RAM disk associated with the AMI.

                                                  \n@param ramdiskId The ID of the RAM disk associated with the AMI.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ramdiskId", "variableType" : "String", "documentation" : "

                                                  The ID of the RAM disk associated with the AMI.

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

                                                  The security groups to associate with the instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The security groups to associate with the instances.

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

                                                  The security groups to associate with the instances.

                                                  \n@param securityGroups The security groups to associate with the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                  The security groups to associate with the instances.

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

                                                  The price to bid when launching Spot Instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The price to bid when launching Spot Instances.

                                                  \n@return The price to bid when launching Spot Instances.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SpotPrice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SpotPrice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SpotPrice", "setterDocumentation" : "/**

                                                  The price to bid when launching Spot Instances.

                                                  \n@param spotPrice The price to bid when launching Spot Instances.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "spotPrice", "variableType" : "String", "documentation" : "

                                                  The price to bid when launching Spot Instances.

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

                                                  The user data available to the instances.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The user data available to the instances.

                                                  \n@return The user data available to the instances.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserData", "setterDocumentation" : "/**

                                                  The user data available to the instances.

                                                  \n@param userData The user data available to the instances.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userData", "variableType" : "String", "documentation" : "

                                                  The user data available to the instances.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LaunchConfigurationName", "ImageId", "InstanceType", "CreatedTime" ], "shapeName" : "LaunchConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LaunchConfiguration", "variableName" : "launchConfiguration", "variableType" : "LaunchConfiguration", "documentation" : null, "simpleType" : "LaunchConfiguration", "variableSetterType" : "LaunchConfiguration" }, "wrapper" : false }, "LifecycleHook" : { "c2jName" : "LifecycleHook", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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 User Guide.

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

                                                  The name of the lifecycle hook.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the lifecycle hook.

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

                                                  The name of the lifecycle hook.

                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

                                                  The name of the lifecycle hook.

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

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleTransition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleTransition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleTransition", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationTargetARN", "c2jShape" : "ResourceName", "deprecated" : false, "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

                                                  ", "enumType" : null, "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.*/", "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

                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationTargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationTargetARN", "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

                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

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

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                                          The ARN of 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "deprecated" : false, "documentation" : "

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

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationMetadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationMetadata", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "String", "documentation" : "

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "deprecated" : false, "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.

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HeartbeatTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeartbeatTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HeartbeatTimeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GlobalTimeout", "c2jShape" : "GlobalTimeout", "deprecated" : false, "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).

                                                          ", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GlobalTimeout", "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).*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "globalTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "globalTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "deprecated" : false, "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.

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultResult", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

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

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DefaultResult" : { "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "deprecated" : false, "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.

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultResult", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "GlobalTimeout" : { "c2jName" : "GlobalTimeout", "c2jShape" : "GlobalTimeout", "deprecated" : false, "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).

                                                          ", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GlobalTimeout", "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).*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "globalTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "globalTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "HeartbeatTimeout" : { "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "deprecated" : false, "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.

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HeartbeatTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeartbeatTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HeartbeatTimeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "LifecycleHookName" : { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

                                                          The name of the lifecycle hook.

                                                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                          The name of the lifecycle hook.

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

                                                          The name of the lifecycle hook.

                                                          \n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

                                                          The name of the lifecycle hook.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LifecycleTransition" : { "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "deprecated" : false, "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.

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleTransition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleTransition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleTransition", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "NotificationMetadata" : { "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "deprecated" : false, "documentation" : "

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

                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationMetadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationMetadata", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "String", "documentation" : "

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationTargetARN" : { "c2jName" : "NotificationTargetARN", "c2jShape" : "ResourceName", "deprecated" : false, "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

                                                          ", "enumType" : null, "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.*/", "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

                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationTargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationTargetARN", "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

                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                                                  The ARN of 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LifecycleHook", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LifecycleHook", "variableName" : "lifecycleHook", "variableType" : "LifecycleHook", "documentation" : null, "simpleType" : "LifecycleHook", "variableSetterType" : "LifecycleHook" }, "wrapper" : false }, "LifecycleState" : { "c2jName" : "LifecycleState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LifecycleState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LifecycleState", "variableName" : "lifecycleState", "variableType" : "LifecycleState", "documentation" : null, "simpleType" : "LifecycleState", "variableSetterType" : "LifecycleState" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                  ", "enums" : null, "errorCode" : "LimitExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "LoadBalancerState" : { "c2jName" : "LoadBalancerState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Describes the state of a Classic load balancer.

                                                                  If you specify a load balancer when creating the Auto Scaling group, the state of the load balancer is InService.

                                                                  If you attach a load balancer to an existing Auto Scaling group, the initial state is Adding. The state transitions to Added after all instances in the group are registered with the load balancer. If ELB health checks are enabled for the load balancer, the state transitions to InService after at least one instance in the group passes the health check. If EC2 health checks are enabled instead, the load balancer remains in the Added state.

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

                                                                  The name of the load balancer.

                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                  The name of the load balancer.

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

                                                                  The name of the load balancer.

                                                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                                                  The name of the load balancer.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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 in the group 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.

                                                                  • Removed - All instances in the group are deregistered from the load balancer.

                                                                  ", "enumType" : null, "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 in the group 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.

                                                                  • Removed - All instances in the group are deregistered from the load balancer.

                                                                  \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 in the group 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.

                                                                  • Removed - All instances in the group are deregistered from the load balancer.

                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "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 in the group 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.

                                                                    • Removed - All instances in the group are deregistered from the load balancer.

                                                                    \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 in the group 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.

                                                                    • Removed - All instances in the group are deregistered from the load balancer.

                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "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 in the group 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.

                                                                      • Removed - All instances in the group are deregistered from the load balancer.

                                                                      \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 in the group 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.

                                                                      • Removed - All instances in the group are deregistered from the load balancer.

                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 in the group 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.

                                                                        • Removed - All instances in the group are deregistered from the load balancer.

                                                                        \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 in the group 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.

                                                                        • Removed - All instances in the group are deregistered from the load balancer.

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

                                                                          • Removed - All instances in the group are deregistered from the load balancer.

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

                                                                          The name of the load balancer.

                                                                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                          The name of the load balancer.

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

                                                                          The name of the load balancer.

                                                                          \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                                                          The name of the load balancer.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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 in the group 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.

                                                                          • Removed - All instances in the group are deregistered from the load balancer.

                                                                          ", "enumType" : null, "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 in the group 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.

                                                                          • Removed - All instances in the group are deregistered from the load balancer.

                                                                          \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 in the group 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.

                                                                          • Removed - All instances in the group are deregistered from the load balancer.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "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 in the group 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.

                                                                            • Removed - All instances in the group are deregistered from the load balancer.

                                                                            \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 in the group 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.

                                                                            • Removed - All instances in the group are deregistered from the load balancer.

                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "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 in the group 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.

                                                                              • Removed - All instances in the group are deregistered from the load balancer.

                                                                              \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 in the group 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.

                                                                              • Removed - All instances in the group are deregistered from the load balancer.

                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 in the group 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.

                                                                                • Removed - All instances in the group are deregistered from the load balancer.

                                                                                \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 in the group 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.

                                                                                • Removed - All instances in the group are deregistered from the load balancer.

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

                                                                                  • Removed - All instances in the group are deregistered from the load balancer.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LoadBalancerState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "loadBalancerState", "variableType" : "LoadBalancerState", "documentation" : null, "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "wrapper" : false }, "LoadBalancerTargetGroupState" : { "c2jName" : "LoadBalancerTargetGroupState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Describes the state of a target group.

                                                                                  If you attach a target group to an existing Auto Scaling group, the initial state is Adding. The state transitions to Added after all Auto Scaling instances are registered with the target group. If ELB health checks are enabled, the state transitions to InService after at least one Auto Scaling instance passes the health check. If EC2 health checks are enabled instead, the target group remains in the Added state.

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

                                                                                  The Amazon Resource Name (ARN) of the target group.

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

                                                                                  The Amazon Resource Name (ARN) of the target group.

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

                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerTargetGroupARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerTargetGroupARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerTargetGroupARN", "setterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                  \n@param loadBalancerTargetGroupARN The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerTargetGroupARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                  \n@param loadBalancerTargetGroupARN The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerTargetGroupARN", "variableType" : "String", "documentation" : "

                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                  The state of the target group.

                                                                                  • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                  • Added - All Auto Scaling instances are registered with the target group.

                                                                                  • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                  • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                  • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The state of the target group.

                                                                                  • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                  • Added - All Auto Scaling instances are registered with the target group.

                                                                                  • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                  • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                  • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                  \n@param state The state of the target group.

                                                                                  • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                  • Added - All Auto Scaling instances are registered with the target group.

                                                                                  • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                  • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                  • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                    The state of the target group.

                                                                                    • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                    • Added - All Auto Scaling instances are registered with the target group.

                                                                                    • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                    • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                    • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                    \n@return The state of the target group.

                                                                                    • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                    • Added - All Auto Scaling instances are registered with the target group.

                                                                                    • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                    • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                    • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                                                                                      The state of the target group.

                                                                                      • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                      • Added - All Auto Scaling instances are registered with the target group.

                                                                                      • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                      • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                      • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                      \n@param state The state of the target group.

                                                                                      • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                      • Added - All Auto Scaling instances are registered with the target group.

                                                                                      • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                      • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                      • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                        The state of the target group.

                                                                                        • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                        • Added - All Auto Scaling instances are registered with the target group.

                                                                                        • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                        • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                        • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                        \n@param state The state of the target group.

                                                                                        • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                        • Added - All Auto Scaling instances are registered with the target group.

                                                                                        • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                        • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                        • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                          The state of the target group.

                                                                                          • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                          • Added - All Auto Scaling instances are registered with the target group.

                                                                                          • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                          • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                          • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerTargetGroupARN" : { "c2jName" : "LoadBalancerTargetGroupARN", "c2jShape" : "XmlStringMaxLen511", "deprecated" : false, "documentation" : "

                                                                                          The Amazon Resource Name (ARN) of the target group.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          The Amazon Resource Name (ARN) of the target group.

                                                                                          \n@param loadBalancerTargetGroupARN The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                          The Amazon Resource Name (ARN) of the target group.

                                                                                          \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerTargetGroupARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerTargetGroupARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerTargetGroupARN", "setterDocumentation" : "/**

                                                                                          The Amazon Resource Name (ARN) of the target group.

                                                                                          \n@param loadBalancerTargetGroupARN The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerTargetGroupARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                          The Amazon Resource Name (ARN) of the target group.

                                                                                          \n@param loadBalancerTargetGroupARN The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerTargetGroupARN", "variableType" : "String", "documentation" : "

                                                                                          The Amazon Resource Name (ARN) of the target group.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                          The state of the target group.

                                                                                          • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                          • Added - All Auto Scaling instances are registered with the target group.

                                                                                          • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                          • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                          • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          The state of the target group.

                                                                                          • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                          • Added - All Auto Scaling instances are registered with the target group.

                                                                                          • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                          • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                          • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                          \n@param state The state of the target group.

                                                                                          • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                          • Added - All Auto Scaling instances are registered with the target group.

                                                                                          • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                          • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                          • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                            The state of the target group.

                                                                                            • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                            • Added - All Auto Scaling instances are registered with the target group.

                                                                                            • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                            • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                            • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                            \n@return The state of the target group.

                                                                                            • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                            • Added - All Auto Scaling instances are registered with the target group.

                                                                                            • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                            • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                            • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                                                                                              The state of the target group.

                                                                                              • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                              • Added - All Auto Scaling instances are registered with the target group.

                                                                                              • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                              • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                              • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                              \n@param state The state of the target group.

                                                                                              • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                              • Added - All Auto Scaling instances are registered with the target group.

                                                                                              • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                              • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                              • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                The state of the target group.

                                                                                                • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                                • Added - All Auto Scaling instances are registered with the target group.

                                                                                                • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                                • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                                \n@param state The state of the target group.

                                                                                                • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                                • Added - All Auto Scaling instances are registered with the target group.

                                                                                                • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                                • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                  The state of the target group.

                                                                                                  • Adding - The Auto Scaling instances are being registered with the target group.

                                                                                                  • Added - All Auto Scaling instances are registered with the target group.

                                                                                                  • InService - At least one Auto Scaling instance passed an ELB health check.

                                                                                                  • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.

                                                                                                  • Removed - All Auto Scaling instances are deregistered from the target group.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LoadBalancerTargetGroupState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerTargetGroupState", "variableName" : "loadBalancerTargetGroupState", "variableType" : "LoadBalancerTargetGroupState", "documentation" : null, "simpleType" : "LoadBalancerTargetGroupState", "variableSetterType" : "LoadBalancerTargetGroupState" }, "wrapper" : false }, "MetricCollectionType" : { "c2jName" : "MetricCollectionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Describes a metric.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Metric", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                  One of the following metrics:

                                                                                                  • GroupMinSize

                                                                                                  • GroupMaxSize

                                                                                                  • GroupDesiredCapacity

                                                                                                  • GroupInServiceInstances

                                                                                                  • GroupPendingInstances

                                                                                                  • GroupStandbyInstances

                                                                                                  • GroupTerminatingInstances

                                                                                                  • GroupTotalInstances

                                                                                                  ", "enumType" : null, "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.*/", "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

                                                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metric", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metric", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metric", "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

                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "

                                                                                                          One of the following metrics:

                                                                                                          • GroupMinSize

                                                                                                          • GroupMaxSize

                                                                                                          • GroupDesiredCapacity

                                                                                                          • GroupInServiceInstances

                                                                                                          • GroupPendingInstances

                                                                                                          • GroupStandbyInstances

                                                                                                          • GroupTerminatingInstances

                                                                                                          • GroupTotalInstances

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Metric" : { "c2jName" : "Metric", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                          One of the following metrics:

                                                                                                          • GroupMinSize

                                                                                                          • GroupMaxSize

                                                                                                          • GroupDesiredCapacity

                                                                                                          • GroupInServiceInstances

                                                                                                          • GroupPendingInstances

                                                                                                          • GroupStandbyInstances

                                                                                                          • GroupTerminatingInstances

                                                                                                          • GroupTotalInstances

                                                                                                          ", "enumType" : null, "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.*/", "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

                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metric", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metric", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metric", "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

                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metric", "variableType" : "String", "documentation" : "

                                                                                                                  One of the following metrics:

                                                                                                                  • GroupMinSize

                                                                                                                  • GroupMaxSize

                                                                                                                  • GroupDesiredCapacity

                                                                                                                  • GroupInServiceInstances

                                                                                                                  • GroupPendingInstances

                                                                                                                  • GroupStandbyInstances

                                                                                                                  • GroupTerminatingInstances

                                                                                                                  • GroupTotalInstances

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "MetricCollectionType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricCollectionType", "variableName" : "metricCollectionType", "variableType" : "MetricCollectionType", "documentation" : null, "simpleType" : "MetricCollectionType", "variableSetterType" : "MetricCollectionType" }, "wrapper" : false }, "MetricGranularityType" : { "c2jName" : "MetricGranularityType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  Describes a granularity of a metric.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  \n@return The granularity. The only valid value is 1Minute.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Granularity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Granularity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Granularity", "setterDocumentation" : "/**

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  \n@param granularity The granularity. The only valid value is 1Minute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Granularity" : { "c2jName" : "Granularity", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  \n@return The granularity. The only valid value is 1Minute.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Granularity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Granularity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Granularity", "setterDocumentation" : "/**

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  \n@param granularity The granularity. The only valid value is 1Minute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "granularity", "variableType" : "String", "documentation" : "

                                                                                                                  The granularity. The only valid value is 1Minute.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "MetricGranularityType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricGranularityType", "variableName" : "metricGranularityType", "variableType" : "MetricGranularityType", "documentation" : null, "simpleType" : "MetricGranularityType", "variableSetterType" : "MetricGranularityType" }, "wrapper" : false }, "NotificationConfiguration" : { "c2jName" : "NotificationConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  Describes a notification.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                  The name of the group.

                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the group.

                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                  The name of the group.

                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                  The name of the group.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TopicARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TopicARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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

                                                                                                                  ", "enumType" : null, "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.*/", "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

                                                                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationType", "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

                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                          The name of the group.

                                                                                                                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                          The name of the group.

                                                                                                                          \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                          The name of the group.

                                                                                                                          \n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                          The name of the group.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationType" : { "c2jName" : "NotificationType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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

                                                                                                                          ", "enumType" : null, "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.*/", "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

                                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationType", "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

                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TopicARN" : { "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TopicARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TopicARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "NotificationConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : null, "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "wrapper" : false }, "ProcessType" : { "c2jName" : "ProcessType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  Describes a process type.

                                                                                                                                  For more information, see Auto Scaling Processes in the Auto Scaling User Guide.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                  One of the following processes:

                                                                                                                                  • Launch

                                                                                                                                  • Terminate

                                                                                                                                  • AddToLoadBalancer

                                                                                                                                  • AlarmNotification

                                                                                                                                  • AZRebalance

                                                                                                                                  • HealthCheck

                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                  • ScheduledActions

                                                                                                                                  ", "enumType" : null, "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.*/", "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

                                                                                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProcessName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProcessName", "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

                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "

                                                                                                                                          One of the following processes:

                                                                                                                                          • Launch

                                                                                                                                          • Terminate

                                                                                                                                          • AddToLoadBalancer

                                                                                                                                          • AlarmNotification

                                                                                                                                          • AZRebalance

                                                                                                                                          • HealthCheck

                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                          • ScheduledActions

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProcessName" : { "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                          One of the following processes:

                                                                                                                                          • Launch

                                                                                                                                          • Terminate

                                                                                                                                          • AddToLoadBalancer

                                                                                                                                          • AlarmNotification

                                                                                                                                          • AZRebalance

                                                                                                                                          • HealthCheck

                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                          • ScheduledActions

                                                                                                                                          ", "enumType" : null, "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.*/", "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

                                                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProcessName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProcessName", "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

                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "

                                                                                                                                                  One of the following processes:

                                                                                                                                                  • Launch

                                                                                                                                                  • Terminate

                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                  • AlarmNotification

                                                                                                                                                  • AZRebalance

                                                                                                                                                  • HealthCheck

                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                  • ScheduledActions

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ProcessName" ], "shapeName" : "ProcessType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProcessType", "variableName" : "processType", "variableType" : "ProcessType", "documentation" : null, "simpleType" : "ProcessType", "variableSetterType" : "ProcessType" }, "wrapper" : false }, "PutLifecycleHookRequest" : { "c2jName" : "PutLifecycleHookType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the parameters for PutLifecycleHook.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutLifecycleHook", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@return The name of the lifecycle hook.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleHookName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleHookName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleHookName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group to which you want to assign the lifecycle hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group to which you want to assign the lifecycle hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleTransition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleTransition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleTransition", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                                                                                                                                  The ARN of 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationTargetARN", "c2jShape" : "NotificationTargetResourceName", "deprecated" : false, "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\".

                                                                                                                                                  ", "enumType" : null, "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.*/", "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\".*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationTargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationTargetARN", "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\".*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationMetadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationMetadata", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "deprecated" : false, "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).

                                                                                                                                                  ", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HeartbeatTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeartbeatTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HeartbeatTimeout", "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).*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultResult", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group to which you want to assign the lifecycle hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group to which you want to assign the lifecycle hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DefaultResult" : { "c2jName" : "DefaultResult", "c2jShape" : "LifecycleActionResult", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultResult", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultResult", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "HeartbeatTimeout" : { "c2jName" : "HeartbeatTimeout", "c2jShape" : "HeartbeatTimeout", "deprecated" : false, "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).

                                                                                                                                                  ", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HeartbeatTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeartbeatTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HeartbeatTimeout", "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).*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "heartbeatTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "LifecycleHookName" : { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@return The name of the lifecycle hook.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleHookName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleHookName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleHookName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LifecycleTransition" : { "c2jName" : "LifecycleTransition", "c2jShape" : "LifecycleTransition", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleTransition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleTransition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleTransition", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleTransition", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "NotificationMetadata" : { "c2jName" : "NotificationMetadata", "c2jShape" : "XmlStringMaxLen1023", "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationMetadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationMetadata", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationMetadata", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "NotificationTargetARN" : { "c2jName" : "NotificationTargetARN", "c2jShape" : "NotificationTargetResourceName", "deprecated" : false, "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\".

                                                                                                                                                  ", "enumType" : null, "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.*/", "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\".*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationTargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NotificationTargetARN", "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\".*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTargetARN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "ResourceName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                                                                                                                                  The ARN of 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "LifecycleHookName", "AutoScalingGroupName" ], "shapeName" : "PutLifecycleHookRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutLifecycleHookRequest", "variableName" : "putLifecycleHookRequest", "variableType" : "PutLifecycleHookRequest", "documentation" : null, "simpleType" : "PutLifecycleHookRequest", "variableSetterType" : "PutLifecycleHookRequest" }, "wrapper" : false }, "PutLifecycleHookResult" : { "c2jName" : "PutLifecycleHookAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the output of PutLifecycleHook.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PutLifecycleHookResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "PutLifecycleHookResult" }, "variable" : { "variableDeclarationType" : "PutLifecycleHookResult", "variableName" : "putLifecycleHookResult", "variableType" : "PutLifecycleHookResult", "documentation" : null, "simpleType" : "PutLifecycleHookResult", "variableSetterType" : "PutLifecycleHookResult" }, "wrapper" : false }, "PutNotificationConfigurationRequest" : { "c2jName" : "PutNotificationConfigurationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the parameters for PutNotificationConfiguration.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutNotificationConfiguration", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TopicARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TopicARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationTypes", "c2jShape" : "AutoScalingNotificationTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationTypes", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationTypes", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationTypes" : { "c2jName" : "NotificationTypes", "c2jShape" : "AutoScalingNotificationTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                  The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationTypes", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationTypes", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "TopicARN" : { "c2jName" : "TopicARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TopicARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TopicARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "TopicARN", "NotificationTypes" ], "shapeName" : "PutNotificationConfigurationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutNotificationConfigurationRequest", "variableName" : "putNotificationConfigurationRequest", "variableType" : "PutNotificationConfigurationRequest", "documentation" : null, "simpleType" : "PutNotificationConfigurationRequest", "variableSetterType" : "PutNotificationConfigurationRequest" }, "wrapper" : false }, "PutNotificationConfigurationResult" : { "c2jName" : "PutNotificationConfigurationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PutNotificationConfigurationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutNotificationConfigurationResult", "variableName" : "putNotificationConfigurationResult", "variableType" : "PutNotificationConfigurationResult", "documentation" : null, "simpleType" : "PutNotificationConfigurationResult", "variableSetterType" : "PutNotificationConfigurationResult" }, "wrapper" : false }, "PutScalingPolicyRequest" : { "c2jName" : "PutScalingPolicyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the parameters for PutScalingPolicy.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutScalingPolicy", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  \n@return The name or ARN of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the policy.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the policy.

                                                                                                                                                  \n@return The name of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the policy.

                                                                                                                                                  \n@param policyName The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the policy.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "documentation" : "

                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                  The policy type. 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@return The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "deprecated" : false, "documentation" : "

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentStep", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentStep", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentStep", "setterDocumentation" : "/**

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentMagnitude", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentMagnitude", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentMagnitude", "setterDocumentation" : "/**

                                                                                                                                                  The minimum number 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "deprecated" : false, "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 User Guide.

                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cooldown", "setterDocumentation" : "/**

                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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 User Guide.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricAggregationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricAggregationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricAggregationType", "setterDocumentation" : "/**

                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "deprecated" : false, "documentation" : "

                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepAdjustments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepAdjustments", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StepAdjustment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StepAdjustment", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StepAdjustment", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StepAdjustments", "setterDocumentation" : "/**

                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                  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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                  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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EstimatedInstanceWarmup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedInstanceWarmup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EstimatedInstanceWarmup", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AdjustmentType" : { "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@return The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  \n@param adjustmentType The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

                                                                                                                                                  The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                  For more information, see Dynamic Scaling in the Auto Scaling User Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  \n@return The name or ARN of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  \n@param autoScalingGroupName The name or ARN of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name or ARN of the group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Cooldown" : { "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "deprecated" : false, "documentation" : "

                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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 User Guide.

                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cooldown", "setterDocumentation" : "/**

                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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 User Guide.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EstimatedInstanceWarmup" : { "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EstimatedInstanceWarmup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedInstanceWarmup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EstimatedInstanceWarmup", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MetricAggregationType" : { "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricAggregationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricAggregationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricAggregationType", "setterDocumentation" : "/**

                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MinAdjustmentMagnitude" : { "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentMagnitude", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentMagnitude", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentMagnitude", "setterDocumentation" : "/**

                                                                                                                                                  The minimum number 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MinAdjustmentStep" : { "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "deprecated" : false, "documentation" : "

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentStep", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentStep", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentStep", "setterDocumentation" : "/**

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the policy.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the policy.

                                                                                                                                                  \n@return The name of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the policy.

                                                                                                                                                  \n@param policyName The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the policy.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyType" : { "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "documentation" : "

                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                  The policy type. 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ScalingAdjustment" : { "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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" }, "xmlNameSpaceUri" : null }, "StepAdjustments" : { "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "deprecated" : false, "documentation" : "

                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                  This parameter is required if the policy type is StepScaling and not supported otherwise.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepAdjustments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepAdjustments", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StepAdjustment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StepAdjustment", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StepAdjustment", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StepAdjustments", "setterDocumentation" : "/**

                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                  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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                  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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "PolicyName", "AdjustmentType" ], "shapeName" : "PutScalingPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutScalingPolicyRequest", "variableName" : "putScalingPolicyRequest", "variableType" : "PutScalingPolicyRequest", "documentation" : null, "simpleType" : "PutScalingPolicyRequest", "variableSetterType" : "PutScalingPolicyRequest" }, "wrapper" : false }, "PutScalingPolicyResult" : { "c2jName" : "PolicyARNType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the output of PutScalingPolicy.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyARN" : { "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "PutScalingPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "PutScalingPolicyResult" }, "variable" : { "variableDeclarationType" : "PutScalingPolicyResult", "variableName" : "putScalingPolicyResult", "variableType" : "PutScalingPolicyResult", "documentation" : null, "simpleType" : "PutScalingPolicyResult", "variableSetterType" : "PutScalingPolicyResult" }, "wrapper" : false }, "PutScheduledUpdateGroupActionRequest" : { "c2jName" : "PutScheduledUpdateGroupActionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the parameters for PutScheduledUpdateGroupAction.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutScheduledUpdateGroupAction", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  \n@return The name of this scaling action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScheduledActionName", "setterDocumentation" : "/**

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Time", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  \n@return This parameter is deprecated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Time", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Time", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Time", "setterDocumentation" : "/**

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  \n@param time This parameter is deprecated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

                                                                                                                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  \n@return The time for this action to end.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  \n@param endTime The time for this action to end.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Recurrence", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recurrence", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Recurrence", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  \n@return The minimum size for the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  \n@return The maximum size for the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DesiredCapacity" : { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The number of EC2 instances that should be running in the group.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EndTime" : { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  \n@return The time for this action to end.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  \n@param endTime The time for this action to end.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                  The time for this action to end.

                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "MaxSize" : { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  \n@return The maximum size for the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  \n@param maxSize The maximum size for the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The maximum size for the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinSize" : { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  \n@return The minimum size for the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  \n@param minSize The minimum size for the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The minimum size for the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Recurrence" : { "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Recurrence", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recurrence", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Recurrence", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ScheduledActionName" : { "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  \n@return The name of this scaling action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScheduledActionName", "setterDocumentation" : "/**

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  \n@param scheduledActionName The name of this scaling action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of this scaling action.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartTime" : { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

                                                                                                                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Time" : { "c2jName" : "Time", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  \n@return This parameter is deprecated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Time", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Time", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Time", "setterDocumentation" : "/**

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  \n@param time This parameter is deprecated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "ScheduledActionName" ], "shapeName" : "PutScheduledUpdateGroupActionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutScheduledUpdateGroupActionRequest", "variableName" : "putScheduledUpdateGroupActionRequest", "variableType" : "PutScheduledUpdateGroupActionRequest", "documentation" : null, "simpleType" : "PutScheduledUpdateGroupActionRequest", "variableSetterType" : "PutScheduledUpdateGroupActionRequest" }, "wrapper" : false }, "PutScheduledUpdateGroupActionResult" : { "c2jName" : "PutScheduledUpdateGroupActionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PutScheduledUpdateGroupActionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutScheduledUpdateGroupActionResult", "variableName" : "putScheduledUpdateGroupActionResult", "variableType" : "PutScheduledUpdateGroupActionResult", "documentation" : null, "simpleType" : "PutScheduledUpdateGroupActionResult", "variableSetterType" : "PutScheduledUpdateGroupActionResult" }, "wrapper" : false }, "RecordLifecycleActionHeartbeatRequest" : { "c2jName" : "RecordLifecycleActionHeartbeatType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the parameters for RecordLifecycleActionHeartbeat.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RecordLifecycleActionHeartbeat", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@return The name of the lifecycle hook.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleHookName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleHookName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleHookName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  \n@return The name of the Auto Scaling group for the hook.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleActionToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleActionToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleActionToken", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  \n@return The ID of the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "setterDocumentation" : "/**

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  \n@return The name of the Auto Scaling group for the hook.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group for the hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the Auto Scaling group for the hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  \n@return The ID of the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "setterDocumentation" : "/**

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the instance.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LifecycleActionToken" : { "c2jName" : "LifecycleActionToken", "c2jShape" : "LifecycleActionToken", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleActionToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleActionToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleActionToken", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleActionToken", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "LifecycleHookName" : { "c2jName" : "LifecycleHookName", "c2jShape" : "AsciiStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@return The name of the lifecycle hook.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LifecycleHookName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LifecycleHookName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LifecycleHookName", "setterDocumentation" : "/**

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  \n@param lifecycleHookName The name of the lifecycle hook.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecycleHookName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the lifecycle hook.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LifecycleHookName", "AutoScalingGroupName" ], "shapeName" : "RecordLifecycleActionHeartbeatRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RecordLifecycleActionHeartbeatRequest", "variableName" : "recordLifecycleActionHeartbeatRequest", "variableType" : "RecordLifecycleActionHeartbeatRequest", "documentation" : null, "simpleType" : "RecordLifecycleActionHeartbeatRequest", "variableSetterType" : "RecordLifecycleActionHeartbeatRequest" }, "wrapper" : false }, "RecordLifecycleActionHeartbeatResult" : { "c2jName" : "RecordLifecycleActionHeartbeatAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the output of RecordLifecycleActionHeartBeat.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RecordLifecycleActionHeartbeatResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "RecordLifecycleActionHeartbeatResult" }, "variable" : { "variableDeclarationType" : "RecordLifecycleActionHeartbeatResult", "variableName" : "recordLifecycleActionHeartbeatResult", "variableType" : "RecordLifecycleActionHeartbeatResult", "documentation" : null, "simpleType" : "RecordLifecycleActionHeartbeatResult", "variableSetterType" : "RecordLifecycleActionHeartbeatResult" }, "wrapper" : false }, "ResourceContentionException" : { "c2jName" : "ResourceContentionFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

                                                                                                                                                  ", "enums" : null, "errorCode" : "ResourceContention", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ResourceContentionException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceContentionException", "variableName" : "resourceContentionException", "variableType" : "ResourceContentionException", "documentation" : null, "simpleType" : "ResourceContentionException", "variableSetterType" : "ResourceContentionException" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The operation can't be performed because the resource is in use.

                                                                                                                                                  ", "enums" : null, "errorCode" : "ResourceInUse", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ResourceInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "ResumeProcessesRequest" : { "c2jName" : "ScalingProcessQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains the parameters for SuspendProcesses and ResumeProcesses.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ResumeProcesses", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "deprecated" : false, "documentation" : "

                                                                                                                                                  One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                  • Launch

                                                                                                                                                  • Terminate

                                                                                                                                                  • HealthCheck

                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                  • AZRebalance

                                                                                                                                                  • AlarmNotification

                                                                                                                                                  • ScheduledActions

                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                  • Launch

                                                                                                                                                  • Terminate

                                                                                                                                                  • HealthCheck

                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                  • AZRebalance

                                                                                                                                                  • AlarmNotification

                                                                                                                                                  • ScheduledActions

                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                  \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                  • Launch

                                                                                                                                                  • Terminate

                                                                                                                                                  • HealthCheck

                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                  • AZRebalance

                                                                                                                                                  • AlarmNotification

                                                                                                                                                  • ScheduledActions

                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                    One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                    • Launch

                                                                                                                                                    • Terminate

                                                                                                                                                    • HealthCheck

                                                                                                                                                    • ReplaceUnhealthy

                                                                                                                                                    • AZRebalance

                                                                                                                                                    • AlarmNotification

                                                                                                                                                    • ScheduledActions

                                                                                                                                                    • AddToLoadBalancer

                                                                                                                                                    \n@return One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                    • Launch

                                                                                                                                                    • Terminate

                                                                                                                                                    • HealthCheck

                                                                                                                                                    • ReplaceUnhealthy

                                                                                                                                                    • AZRebalance

                                                                                                                                                    • AlarmNotification

                                                                                                                                                    • ScheduledActions

                                                                                                                                                    • AddToLoadBalancer

                                                                                                                                                    • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingProcesses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingProcesses", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingProcesses", "setterDocumentation" : "/**

                                                                                                                                                      One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                      • Launch

                                                                                                                                                      • Terminate

                                                                                                                                                      • HealthCheck

                                                                                                                                                      • ReplaceUnhealthy

                                                                                                                                                      • AZRebalance

                                                                                                                                                      • AlarmNotification

                                                                                                                                                      • ScheduledActions

                                                                                                                                                      • AddToLoadBalancer

                                                                                                                                                      \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                      • Launch

                                                                                                                                                      • Terminate

                                                                                                                                                      • HealthCheck

                                                                                                                                                      • ReplaceUnhealthy

                                                                                                                                                      • AZRebalance

                                                                                                                                                      • AlarmNotification

                                                                                                                                                      • ScheduledActions

                                                                                                                                                      • AddToLoadBalancer

                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                        One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                        • 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. If you omit this parameter, all processes are specified.

                                                                                                                                                        • Launch

                                                                                                                                                        • Terminate

                                                                                                                                                        • HealthCheck

                                                                                                                                                        • ReplaceUnhealthy

                                                                                                                                                        • AZRebalance

                                                                                                                                                        • AlarmNotification

                                                                                                                                                        • ScheduledActions

                                                                                                                                                        • AddToLoadBalancer

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                          One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                          • Launch

                                                                                                                                                          • Terminate

                                                                                                                                                          • HealthCheck

                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                          • AZRebalance

                                                                                                                                                          • AlarmNotification

                                                                                                                                                          • ScheduledActions

                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                          The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                          The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalingProcesses" : { "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "deprecated" : false, "documentation" : "

                                                                                                                                                          One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                          • Launch

                                                                                                                                                          • Terminate

                                                                                                                                                          • HealthCheck

                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                          • AZRebalance

                                                                                                                                                          • AlarmNotification

                                                                                                                                                          • ScheduledActions

                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                          • Launch

                                                                                                                                                          • Terminate

                                                                                                                                                          • HealthCheck

                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                          • AZRebalance

                                                                                                                                                          • AlarmNotification

                                                                                                                                                          • ScheduledActions

                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                          \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                          • Launch

                                                                                                                                                          • Terminate

                                                                                                                                                          • HealthCheck

                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                          • AZRebalance

                                                                                                                                                          • AlarmNotification

                                                                                                                                                          • ScheduledActions

                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                            One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                            • Launch

                                                                                                                                                            • Terminate

                                                                                                                                                            • HealthCheck

                                                                                                                                                            • ReplaceUnhealthy

                                                                                                                                                            • AZRebalance

                                                                                                                                                            • AlarmNotification

                                                                                                                                                            • ScheduledActions

                                                                                                                                                            • AddToLoadBalancer

                                                                                                                                                            \n@return One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                            • Launch

                                                                                                                                                            • Terminate

                                                                                                                                                            • HealthCheck

                                                                                                                                                            • ReplaceUnhealthy

                                                                                                                                                            • AZRebalance

                                                                                                                                                            • AlarmNotification

                                                                                                                                                            • ScheduledActions

                                                                                                                                                            • AddToLoadBalancer

                                                                                                                                                            • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingProcesses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingProcesses", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingProcesses", "setterDocumentation" : "/**

                                                                                                                                                              One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                              • Launch

                                                                                                                                                              • Terminate

                                                                                                                                                              • HealthCheck

                                                                                                                                                              • ReplaceUnhealthy

                                                                                                                                                              • AZRebalance

                                                                                                                                                              • AlarmNotification

                                                                                                                                                              • ScheduledActions

                                                                                                                                                              • AddToLoadBalancer

                                                                                                                                                              \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                              • Launch

                                                                                                                                                              • Terminate

                                                                                                                                                              • HealthCheck

                                                                                                                                                              • ReplaceUnhealthy

                                                                                                                                                              • AZRebalance

                                                                                                                                                              • AlarmNotification

                                                                                                                                                              • ScheduledActions

                                                                                                                                                              • AddToLoadBalancer

                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                • 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. If you omit this parameter, all processes are specified.

                                                                                                                                                                • Launch

                                                                                                                                                                • Terminate

                                                                                                                                                                • HealthCheck

                                                                                                                                                                • ReplaceUnhealthy

                                                                                                                                                                • AZRebalance

                                                                                                                                                                • AlarmNotification

                                                                                                                                                                • ScheduledActions

                                                                                                                                                                • AddToLoadBalancer

                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                  • Launch

                                                                                                                                                                  • Terminate

                                                                                                                                                                  • HealthCheck

                                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                                  • AZRebalance

                                                                                                                                                                  • AlarmNotification

                                                                                                                                                                  • ScheduledActions

                                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "ResumeProcessesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResumeProcessesRequest", "variableName" : "resumeProcessesRequest", "variableType" : "ResumeProcessesRequest", "documentation" : null, "simpleType" : "ResumeProcessesRequest", "variableSetterType" : "ResumeProcessesRequest" }, "wrapper" : false }, "ResumeProcessesResult" : { "c2jName" : "ResumeProcessesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ResumeProcessesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResumeProcessesResult", "variableName" : "resumeProcessesResult", "variableType" : "ResumeProcessesResult", "documentation" : null, "simpleType" : "ResumeProcessesResult", "variableSetterType" : "ResumeProcessesResult" }, "wrapper" : false }, "ScalingActivityInProgressException" : { "c2jName" : "ScalingActivityInProgressFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  The operation can't be performed because there are scaling activities in progress.

                                                                                                                                                                  ", "enums" : null, "errorCode" : "ScalingActivityInProgress", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ScalingActivityInProgressException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ScalingActivityInProgressException", "variableName" : "scalingActivityInProgressException", "variableType" : "ScalingActivityInProgressException", "documentation" : null, "simpleType" : "ScalingActivityInProgressException", "variableSetterType" : "ScalingActivityInProgressException" }, "wrapper" : false }, "ScalingActivityStatusCode" : { "c2jName" : "ScalingActivityStatusCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ScalingActivityStatusCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingActivityStatusCode", "variableName" : "scalingActivityStatusCode", "variableType" : "ScalingActivityStatusCode", "documentation" : null, "simpleType" : "ScalingActivityStatusCode", "variableSetterType" : "ScalingActivityStatusCode" }, "wrapper" : false }, "ScalingPolicy" : { "c2jName" : "ScalingPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Describes a scaling policy.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@return The name of the scaling policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  \n@return The policy type. Valid values are SimpleScaling and StepScaling.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

                                                                                                                                                                  The adjustment type, which specifies how 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentStep", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentStep", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentStep", "setterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentMagnitude", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentMagnitude", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentMagnitude", "setterDocumentation" : "/**

                                                                                                                                                                  The minimum number 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cooldown", "setterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepAdjustments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepAdjustments", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StepAdjustment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StepAdjustment", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StepAdjustment", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StepAdjustments", "setterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricAggregationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricAggregationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricAggregationType", "setterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EstimatedInstanceWarmup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedInstanceWarmup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EstimatedInstanceWarmup", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Alarms", "c2jShape" : "Alarms", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  \n@return The CloudWatch alarms related to the policy.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alarms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alarms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Alarm", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Alarm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Alarm", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Alarm", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Alarms", "setterDocumentation" : "/**

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  \n@param alarms The CloudWatch alarms related to the policy.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AdjustmentType" : { "c2jName" : "AdjustmentType", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjustmentType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjustmentType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjustmentType", "setterDocumentation" : "/**

                                                                                                                                                                  The adjustment type, which specifies how 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjustmentType", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The adjustment type, which specifies how ScalingAdjustment is interpreted. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Alarms" : { "c2jName" : "Alarms", "c2jShape" : "Alarms", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  \n@return The CloudWatch alarms related to the policy.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alarms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alarms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Alarm", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Alarm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Alarm", "variableName" : "member", "variableType" : "Alarm", "documentation" : "", "simpleType" : "Alarm", "variableSetterType" : "Alarm" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Alarm", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Alarm", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Alarms", "setterDocumentation" : "/**

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  \n@param alarms The CloudWatch alarms related to the policy.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "alarms", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  The CloudWatch alarms related to the policy.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group associated with this scaling policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Cooldown" : { "c2jName" : "Cooldown", "c2jShape" : "Cooldown", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cooldown", "setterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount of time, in seconds, after a scaling activity completes 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cooldown", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "EstimatedInstanceWarmup" : { "c2jName" : "EstimatedInstanceWarmup", "c2jShape" : "EstimatedInstanceWarmup", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EstimatedInstanceWarmup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedInstanceWarmup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EstimatedInstanceWarmup", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "estimatedInstanceWarmup", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MetricAggregationType" : { "c2jName" : "MetricAggregationType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricAggregationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricAggregationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricAggregationType", "setterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  \n@param metricAggregationType The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricAggregationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MinAdjustmentMagnitude" : { "c2jName" : "MinAdjustmentMagnitude", "c2jShape" : "MinAdjustmentMagnitude", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The minimum number 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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentMagnitude", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentMagnitude", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentMagnitude", "setterDocumentation" : "/**

                                                                                                                                                                  The minimum number 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentMagnitude", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MinAdjustmentStep" : { "c2jName" : "MinAdjustmentStep", "c2jShape" : "MinAdjustmentStep", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@return Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinAdjustmentStep", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAdjustmentStep", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinAdjustmentStep", "setterDocumentation" : "/**

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  \n@param minAdjustmentStep Available for backward compatibility. Use MinAdjustmentMagnitude instead.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAdjustmentStep", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  Available for backward compatibility. Use MinAdjustmentMagnitude instead.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PolicyARN" : { "c2jName" : "PolicyARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyARN", "setterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  \n@param policyARN The Amazon Resource Name (ARN) of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@return The name of the scaling policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  \n@param policyName The name of the scaling policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the scaling policy.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyType" : { "c2jName" : "PolicyType", "c2jShape" : "XmlStringMaxLen64", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  \n@return The policy type. Valid values are SimpleScaling and StepScaling.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyType", "setterDocumentation" : "/**

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  \n@param policyType The policy type. Valid values are SimpleScaling and StepScaling.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The policy type. Valid values are SimpleScaling and StepScaling.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalingAdjustment" : { "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StepAdjustments" : { "c2jName" : "StepAdjustments", "c2jShape" : "StepAdjustments", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StepAdjustments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StepAdjustments", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StepAdjustment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StepAdjustment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "member", "variableType" : "StepAdjustment", "documentation" : "", "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StepAdjustment", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StepAdjustment", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StepAdjustments", "setterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStepAdjustments(java.util.Collection)} or {@link #withStepAdjustments(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param stepAdjustments A set of adjustments that enable you to scale based on the size of the alarm breach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stepAdjustments", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  A set of adjustments that enable you to scale based on the size of the alarm breach.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ScalingPolicy", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingPolicy", "variableName" : "scalingPolicy", "variableType" : "ScalingPolicy", "documentation" : null, "simpleType" : "ScalingPolicy", "variableSetterType" : "ScalingPolicy" }, "wrapper" : false }, "ScheduledUpdateGroupAction" : { "c2jName" : "ScheduledUpdateGroupAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Describes a scheduled update to an Auto Scaling group.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  \n@return The name of the scheduled action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScheduledActionName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScheduledActionARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the scheduled action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScheduledActionARN", "setterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Time", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@return This parameter is deprecated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Time", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Time", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Time", "setterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

                                                                                                                                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

                                                                                                                                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  \n@return The recurring schedule for the action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Recurrence", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recurrence", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Recurrence", "setterDocumentation" : "/**

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  \n@param recurrence The recurring schedule for the action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  \n@return The minimum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  \n@param minSize The minimum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  \n@return The maximum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  \n@param maxSize The maximum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DesiredCapacity" : { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The number of instances you prefer to maintain in the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EndTime" : { "c2jName" : "EndTime", "c2jShape" : "TimestampType", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndTime", "setterDocumentation" : "/**

                                                                                                                                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "endTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MaxSize" : { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  \n@return The maximum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  \n@param maxSize The maximum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The maximum size of the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinSize" : { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  \n@return The minimum size of the group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  \n@param minSize The minimum size of the group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The minimum size of the group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Recurrence" : { "c2jName" : "Recurrence", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  \n@return The recurring schedule for the action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Recurrence", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recurrence", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Recurrence", "setterDocumentation" : "/**

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  \n@param recurrence The recurring schedule for the action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recurrence", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The recurring schedule for the action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScheduledActionARN" : { "c2jName" : "ScheduledActionARN", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the scheduled action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScheduledActionARN", "setterDocumentation" : "/**

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  \n@param scheduledActionARN The Amazon Resource Name (ARN) of the scheduled action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The Amazon Resource Name (ARN) of the scheduled action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScheduledActionName" : { "c2jName" : "ScheduledActionName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  \n@return The name of the scheduled action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScheduledActionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScheduledActionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScheduledActionName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  \n@param scheduledActionName The name of the scheduled action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheduledActionName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the scheduled action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartTime" : { "c2jName" : "StartTime", "c2jShape" : "TimestampType", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartTime", "setterDocumentation" : "/**

                                                                                                                                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Time" : { "c2jName" : "Time", "c2jShape" : "TimestampType", "deprecated" : false, "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@return This parameter is deprecated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Time", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Time", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Time", "setterDocumentation" : "/**

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  \n@param time This parameter is deprecated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "time", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  This parameter is deprecated.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ScheduledUpdateGroupAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScheduledUpdateGroupAction", "variableName" : "scheduledUpdateGroupAction", "variableType" : "ScheduledUpdateGroupAction", "documentation" : null, "simpleType" : "ScheduledUpdateGroupAction", "variableSetterType" : "ScheduledUpdateGroupAction" }, "wrapper" : false }, "SetDesiredCapacityRequest" : { "c2jName" : "SetDesiredCapacityType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Contains the parameters for SetDesiredCapacity.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetDesiredCapacity", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HonorCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HonorCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HonorCooldown", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DesiredCapacity" : { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The number of EC2 instances that should be running in the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HonorCooldown" : { "c2jName" : "HonorCooldown", "c2jShape" : "HonorCooldown", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HonorCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HonorCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HonorCooldown", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "honorCooldown", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName", "DesiredCapacity" ], "shapeName" : "SetDesiredCapacityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetDesiredCapacityRequest", "variableName" : "setDesiredCapacityRequest", "variableType" : "SetDesiredCapacityRequest", "documentation" : null, "simpleType" : "SetDesiredCapacityRequest", "variableSetterType" : "SetDesiredCapacityRequest" }, "wrapper" : false }, "SetDesiredCapacityResult" : { "c2jName" : "SetDesiredCapacityResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SetDesiredCapacityResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SetDesiredCapacityResult", "variableName" : "setDesiredCapacityResult", "variableType" : "SetDesiredCapacityResult", "documentation" : null, "simpleType" : "SetDesiredCapacityResult", "variableSetterType" : "SetDesiredCapacityResult" }, "wrapper" : false }, "SetInstanceHealthRequest" : { "c2jName" : "SetInstanceHealthQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Contains the parameters for SetInstanceHealth.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetInstanceHealth", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@return The ID of the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "setterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthStatus", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShouldRespectGracePeriod", "c2jShape" : "ShouldRespectGracePeriod", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldRespectGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldRespectGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldRespectGracePeriod", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldRespectGracePeriod", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldRespectGracePeriod", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthStatus" : { "c2jName" : "HealthStatus", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthStatus", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthStatus", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@return The ID of the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "setterDocumentation" : "/**

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShouldRespectGracePeriod" : { "c2jName" : "ShouldRespectGracePeriod", "c2jShape" : "ShouldRespectGracePeriod", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldRespectGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldRespectGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldRespectGracePeriod", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldRespectGracePeriod", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldRespectGracePeriod", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "InstanceId", "HealthStatus" ], "shapeName" : "SetInstanceHealthRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetInstanceHealthRequest", "variableName" : "setInstanceHealthRequest", "variableType" : "SetInstanceHealthRequest", "documentation" : null, "simpleType" : "SetInstanceHealthRequest", "variableSetterType" : "SetInstanceHealthRequest" }, "wrapper" : false }, "SetInstanceHealthResult" : { "c2jName" : "SetInstanceHealthResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SetInstanceHealthResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SetInstanceHealthResult", "variableName" : "setInstanceHealthResult", "variableType" : "SetInstanceHealthResult", "documentation" : null, "simpleType" : "SetInstanceHealthResult", "variableSetterType" : "SetInstanceHealthResult" }, "wrapper" : false }, "SetInstanceProtectionRequest" : { "c2jName" : "SetInstanceProtectionQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Contains the parameters for SetInstanceProtection.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetInstanceProtection", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "documentation" : "

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  \n@return One or more instance IDs.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "InstanceIds", "setterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "ProtectedFromScaleIn", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  \n@param autoScalingGroupName The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceIds" : { "c2jName" : "InstanceIds", "c2jShape" : "InstanceIds", "deprecated" : false, "documentation" : "

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  \n@return One or more instance IDs.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "InstanceIds", "setterDocumentation" : "/**

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  \n@param instanceIds One or more instance IDs.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  One or more instance IDs.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ProtectedFromScaleIn" : { "c2jName" : "ProtectedFromScaleIn", "c2jShape" : "ProtectedFromScaleIn", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "protectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                  Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : [ "InstanceIds", "AutoScalingGroupName", "ProtectedFromScaleIn" ], "shapeName" : "SetInstanceProtectionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetInstanceProtectionRequest", "variableName" : "setInstanceProtectionRequest", "variableType" : "SetInstanceProtectionRequest", "documentation" : null, "simpleType" : "SetInstanceProtectionRequest", "variableSetterType" : "SetInstanceProtectionRequest" }, "wrapper" : false }, "SetInstanceProtectionResult" : { "c2jName" : "SetInstanceProtectionAnswer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Contains the output of SetInstanceProtection.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SetInstanceProtectionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetInstanceProtectionResult" }, "variable" : { "variableDeclarationType" : "SetInstanceProtectionResult", "variableName" : "setInstanceProtectionResult", "variableType" : "SetInstanceProtectionResult", "documentation" : null, "simpleType" : "SetInstanceProtectionResult", "variableSetterType" : "SetInstanceProtectionResult" }, "wrapper" : false }, "StepAdjustment" : { "c2jName" : "StepAdjustment", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MetricIntervalLowerBound", "c2jShape" : "MetricScale", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalLowerBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalLowerBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalLowerBound", "setterDocumentation" : "/**

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "documentation" : "

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MetricIntervalUpperBound", "c2jShape" : "MetricScale", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalUpperBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalUpperBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalUpperBound", "setterDocumentation" : "/**

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "documentation" : "

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MetricIntervalLowerBound" : { "c2jName" : "MetricIntervalLowerBound", "c2jShape" : "MetricScale", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalLowerBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalLowerBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalLowerBound", "setterDocumentation" : "/**

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  \n@param metricIntervalLowerBound The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalLowerBound", "variableType" : "Double", "documentation" : "

                                                                                                                                                                  The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "MetricIntervalUpperBound" : { "c2jName" : "MetricIntervalUpperBound", "c2jShape" : "MetricScale", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricIntervalUpperBound", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricIntervalUpperBound", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricIntervalUpperBound", "setterDocumentation" : "/**

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  \n@param metricIntervalUpperBound The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "metricIntervalUpperBound", "variableType" : "Double", "documentation" : "

                                                                                                                                                                  The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

                                                                                                                                                                  The upper bound must be greater than the lower bound.

                                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "ScalingAdjustment" : { "c2jName" : "ScalingAdjustment", "c2jShape" : "PolicyIncrement", "deprecated" : false, "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.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingAdjustment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingAdjustment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingAdjustment", "setterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scalingAdjustment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                  The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "ScalingAdjustment" ], "shapeName" : "StepAdjustment", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StepAdjustment", "variableName" : "stepAdjustment", "variableType" : "StepAdjustment", "documentation" : null, "simpleType" : "StepAdjustment", "variableSetterType" : "StepAdjustment" }, "wrapper" : false }, "SuspendProcessesRequest" : { "c2jName" : "ScalingProcessQuery", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Contains the parameters for SuspendProcesses and ResumeProcesses.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SuspendProcesses", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "deprecated" : false, "documentation" : "

                                                                                                                                                                  One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                  • Launch

                                                                                                                                                                  • Terminate

                                                                                                                                                                  • HealthCheck

                                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                                  • AZRebalance

                                                                                                                                                                  • AlarmNotification

                                                                                                                                                                  • ScheduledActions

                                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                  • Launch

                                                                                                                                                                  • Terminate

                                                                                                                                                                  • HealthCheck

                                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                                  • AZRebalance

                                                                                                                                                                  • AlarmNotification

                                                                                                                                                                  • ScheduledActions

                                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                                  \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                  • Launch

                                                                                                                                                                  • Terminate

                                                                                                                                                                  • HealthCheck

                                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                                  • AZRebalance

                                                                                                                                                                  • AlarmNotification

                                                                                                                                                                  • ScheduledActions

                                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                    One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                    • Launch

                                                                                                                                                                    • Terminate

                                                                                                                                                                    • HealthCheck

                                                                                                                                                                    • ReplaceUnhealthy

                                                                                                                                                                    • AZRebalance

                                                                                                                                                                    • AlarmNotification

                                                                                                                                                                    • ScheduledActions

                                                                                                                                                                    • AddToLoadBalancer

                                                                                                                                                                    \n@return One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                    • Launch

                                                                                                                                                                    • Terminate

                                                                                                                                                                    • HealthCheck

                                                                                                                                                                    • ReplaceUnhealthy

                                                                                                                                                                    • AZRebalance

                                                                                                                                                                    • AlarmNotification

                                                                                                                                                                    • ScheduledActions

                                                                                                                                                                    • AddToLoadBalancer

                                                                                                                                                                    • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingProcesses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingProcesses", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingProcesses", "setterDocumentation" : "/**

                                                                                                                                                                      One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                      • Launch

                                                                                                                                                                      • Terminate

                                                                                                                                                                      • HealthCheck

                                                                                                                                                                      • ReplaceUnhealthy

                                                                                                                                                                      • AZRebalance

                                                                                                                                                                      • AlarmNotification

                                                                                                                                                                      • ScheduledActions

                                                                                                                                                                      • AddToLoadBalancer

                                                                                                                                                                      \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                      • Launch

                                                                                                                                                                      • Terminate

                                                                                                                                                                      • HealthCheck

                                                                                                                                                                      • ReplaceUnhealthy

                                                                                                                                                                      • AZRebalance

                                                                                                                                                                      • AlarmNotification

                                                                                                                                                                      • ScheduledActions

                                                                                                                                                                      • AddToLoadBalancer

                                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                        One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                        • 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. If you omit this parameter, all processes are specified.

                                                                                                                                                                        • Launch

                                                                                                                                                                        • Terminate

                                                                                                                                                                        • HealthCheck

                                                                                                                                                                        • ReplaceUnhealthy

                                                                                                                                                                        • AZRebalance

                                                                                                                                                                        • AlarmNotification

                                                                                                                                                                        • ScheduledActions

                                                                                                                                                                        • AddToLoadBalancer

                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                          One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                          • Launch

                                                                                                                                                                          • Terminate

                                                                                                                                                                          • HealthCheck

                                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                                          • AZRebalance

                                                                                                                                                                          • AlarmNotification

                                                                                                                                                                          • ScheduledActions

                                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                          The name or Amazon Resource Name (ARN) of the Auto Scaling group.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalingProcesses" : { "c2jName" : "ScalingProcesses", "c2jShape" : "ProcessNames", "deprecated" : false, "documentation" : "

                                                                                                                                                                          One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                          • Launch

                                                                                                                                                                          • Terminate

                                                                                                                                                                          • HealthCheck

                                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                                          • AZRebalance

                                                                                                                                                                          • AlarmNotification

                                                                                                                                                                          • ScheduledActions

                                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                          • Launch

                                                                                                                                                                          • Terminate

                                                                                                                                                                          • HealthCheck

                                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                                          • AZRebalance

                                                                                                                                                                          • AlarmNotification

                                                                                                                                                                          • ScheduledActions

                                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                                          \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                          • Launch

                                                                                                                                                                          • Terminate

                                                                                                                                                                          • HealthCheck

                                                                                                                                                                          • ReplaceUnhealthy

                                                                                                                                                                          • AZRebalance

                                                                                                                                                                          • AlarmNotification

                                                                                                                                                                          • ScheduledActions

                                                                                                                                                                          • AddToLoadBalancer

                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                            One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                            • Launch

                                                                                                                                                                            • Terminate

                                                                                                                                                                            • HealthCheck

                                                                                                                                                                            • ReplaceUnhealthy

                                                                                                                                                                            • AZRebalance

                                                                                                                                                                            • AlarmNotification

                                                                                                                                                                            • ScheduledActions

                                                                                                                                                                            • AddToLoadBalancer

                                                                                                                                                                            \n@return One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                            • Launch

                                                                                                                                                                            • Terminate

                                                                                                                                                                            • HealthCheck

                                                                                                                                                                            • ReplaceUnhealthy

                                                                                                                                                                            • AZRebalance

                                                                                                                                                                            • AlarmNotification

                                                                                                                                                                            • ScheduledActions

                                                                                                                                                                            • AddToLoadBalancer

                                                                                                                                                                            • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingProcesses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingProcesses", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ScalingProcesses", "setterDocumentation" : "/**

                                                                                                                                                                              One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                              • Launch

                                                                                                                                                                              • Terminate

                                                                                                                                                                              • HealthCheck

                                                                                                                                                                              • ReplaceUnhealthy

                                                                                                                                                                              • AZRebalance

                                                                                                                                                                              • AlarmNotification

                                                                                                                                                                              • ScheduledActions

                                                                                                                                                                              • AddToLoadBalancer

                                                                                                                                                                              \n@param scalingProcesses One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                              • Launch

                                                                                                                                                                              • Terminate

                                                                                                                                                                              • HealthCheck

                                                                                                                                                                              • ReplaceUnhealthy

                                                                                                                                                                              • AZRebalance

                                                                                                                                                                              • AlarmNotification

                                                                                                                                                                              • ScheduledActions

                                                                                                                                                                              • AddToLoadBalancer

                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                                • 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. If you omit this parameter, all processes are specified.

                                                                                                                                                                                • Launch

                                                                                                                                                                                • Terminate

                                                                                                                                                                                • HealthCheck

                                                                                                                                                                                • ReplaceUnhealthy

                                                                                                                                                                                • AZRebalance

                                                                                                                                                                                • AlarmNotification

                                                                                                                                                                                • ScheduledActions

                                                                                                                                                                                • AddToLoadBalancer

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scalingProcesses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  One or more of the following processes. If you omit this parameter, all processes are specified.

                                                                                                                                                                                  • Launch

                                                                                                                                                                                  • Terminate

                                                                                                                                                                                  • HealthCheck

                                                                                                                                                                                  • ReplaceUnhealthy

                                                                                                                                                                                  • AZRebalance

                                                                                                                                                                                  • AlarmNotification

                                                                                                                                                                                  • ScheduledActions

                                                                                                                                                                                  • AddToLoadBalancer

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "SuspendProcessesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SuspendProcessesRequest", "variableName" : "suspendProcessesRequest", "variableType" : "SuspendProcessesRequest", "documentation" : null, "simpleType" : "SuspendProcessesRequest", "variableSetterType" : "SuspendProcessesRequest" }, "wrapper" : false }, "SuspendProcessesResult" : { "c2jName" : "SuspendProcessesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SuspendProcessesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SuspendProcessesResult", "variableName" : "suspendProcessesResult", "variableType" : "SuspendProcessesResult", "documentation" : null, "simpleType" : "SuspendProcessesResult", "variableSetterType" : "SuspendProcessesResult" }, "wrapper" : false }, "SuspendedProcess" : { "c2jName" : "SuspendedProcess", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Describes an Auto Scaling process that has been suspended. For more information, see ProcessType.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  \n@return The name of the suspended process.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProcessName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProcessName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  \n@param processName The name of the suspended process.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SuspensionReason", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  \n@return The reason that the process was suspended.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuspensionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuspensionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SuspensionReason", "setterDocumentation" : "/**

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "suspensionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "suspensionReason", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProcessName" : { "c2jName" : "ProcessName", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  \n@return The name of the suspended process.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProcessName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProcessName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  \n@param processName The name of the suspended process.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "processName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the suspended process.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SuspensionReason" : { "c2jName" : "SuspensionReason", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  \n@return The reason that the process was suspended.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuspensionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuspensionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SuspensionReason", "setterDocumentation" : "/**

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  \n@param suspensionReason The reason that the process was suspended.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "suspensionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "suspensionReason", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The reason that the process was suspended.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SuspendedProcess", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SuspendedProcess", "variableName" : "suspendedProcess", "variableType" : "SuspendedProcess", "documentation" : null, "simpleType" : "SuspendedProcess", "variableSetterType" : "SuspendedProcess" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Describes a tag for an Auto Scaling group.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceId", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@param resourceId The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceType", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@return The tag key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@param key The tag key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@return The tag value.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@param value The tag value.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PropagateAtLaunch", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PropagateAtLaunch", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PropagateAtLaunch", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@return The tag key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@param key The tag key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PropagateAtLaunch" : { "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PropagateAtLaunch", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PropagateAtLaunch", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PropagateAtLaunch", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@param resourceId The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@return The tag value.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@param value The tag value.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Key" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TagDescription" : { "c2jName" : "TagDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Describes a tag for an Auto Scaling group.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceId", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@param resourceId The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceType", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@return The tag key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@param key The tag key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@return The tag value.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@param value The tag value.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PropagateAtLaunch", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PropagateAtLaunch", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PropagateAtLaunch", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@return The tag key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  \n@param key The tag key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag key.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PropagateAtLaunch" : { "c2jName" : "PropagateAtLaunch", "c2jShape" : "PropagateAtLaunch", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PropagateAtLaunch", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PropagateAtLaunch", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PropagateAtLaunch", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "propagateAtLaunch", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Determines whether the tag is added to new instances as they are launched in the group.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@return The name of the group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  \n@param resourceId The name of the group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "XmlString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The type of resource. The only supported value is auto-scaling-group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@return The tag value.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  \n@param value The tag value.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The tag value.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TagDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "tagDescription", "variableType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "wrapper" : false }, "TerminateInstanceInAutoScalingGroupRequest" : { "c2jName" : "TerminateInstanceInAutoScalingGroupType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Contains the parameters for TerminateInstanceInAutoScalingGroup.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "TerminateInstanceInAutoScalingGroup", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  \n@return The ID of the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "setterDocumentation" : "/**

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  If true, terminating the instance also decrements the size of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldDecrementDesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldDecrementDesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  If true, terminating the instance also decrements the size of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "XmlStringMaxLen19", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  \n@return The ID of the instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceId", "setterDocumentation" : "/**

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The ID of the instance.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShouldDecrementDesiredCapacity" : { "c2jName" : "ShouldDecrementDesiredCapacity", "c2jShape" : "ShouldDecrementDesiredCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  If true, terminating the instance also decrements the size of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShouldDecrementDesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShouldDecrementDesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShouldDecrementDesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "shouldDecrementDesiredCapacity", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  If true, terminating the instance also decrements the size of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : [ "InstanceId", "ShouldDecrementDesiredCapacity" ], "shapeName" : "TerminateInstanceInAutoScalingGroupRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TerminateInstanceInAutoScalingGroupRequest", "variableName" : "terminateInstanceInAutoScalingGroupRequest", "variableType" : "TerminateInstanceInAutoScalingGroupRequest", "documentation" : null, "simpleType" : "TerminateInstanceInAutoScalingGroupRequest", "variableSetterType" : "TerminateInstanceInAutoScalingGroupRequest" }, "wrapper" : false }, "TerminateInstanceInAutoScalingGroupResult" : { "c2jName" : "ActivityType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Contains the output of TerminateInstancesInAutoScalingGroup.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Activity", "c2jShape" : "Activity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  \n@return A scaling activity.*/", "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Activity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Activity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Activity", "setterDocumentation" : "/**

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  \n@param activity A scaling activity.*/", "setterModel" : { "variableDeclarationType" : "Activity", "variableName" : "activity", "variableType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "Activity", "variableName" : "activity", "variableType" : "Activity", "documentation" : "

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  ", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activity" : { "c2jName" : "Activity", "c2jShape" : "Activity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  \n@return A scaling activity.*/", "getterModel" : { "returnType" : "Activity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Activity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Activity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Activity", "setterDocumentation" : "/**

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  \n@param activity A scaling activity.*/", "setterModel" : { "variableDeclarationType" : "Activity", "variableName" : "activity", "variableType" : "Activity", "documentation" : "", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "Activity", "variableName" : "activity", "variableType" : "Activity", "documentation" : "

                                                                                                                                                                                  A scaling activity.

                                                                                                                                                                                  ", "simpleType" : "Activity", "variableSetterType" : "Activity" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TerminateInstanceInAutoScalingGroupResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "TerminateInstanceInAutoScalingGroupResult" }, "variable" : { "variableDeclarationType" : "TerminateInstanceInAutoScalingGroupResult", "variableName" : "terminateInstanceInAutoScalingGroupResult", "variableType" : "TerminateInstanceInAutoScalingGroupResult", "documentation" : null, "simpleType" : "TerminateInstanceInAutoScalingGroupResult", "variableSetterType" : "TerminateInstanceInAutoScalingGroupResult" }, "wrapper" : false }, "UpdateAutoScalingGroupRequest" : { "c2jName" : "UpdateAutoScalingGroupType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Contains the parameters for UpdateAutoScalingGroup.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateAutoScalingGroup", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@return The name of the launch configuration.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  \n@return The minimum size of the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  \n@param minSize The minimum size of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  \n@return The maximum size of the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  \n@param maxSize The maximum size of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "deprecated" : false, "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 User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultCooldown", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "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 User Guide.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  \n@return One or more Availability Zones for the group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AvailabilityZones", "setterDocumentation" : "/**

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "deprecated" : false, "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckGracePeriod", "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementGroup", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen2047", "deprecated" : false, "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 User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCZoneIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCZoneIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCZoneIdentifier", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "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 User Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "deprecated" : false, "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 User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TerminationPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TerminationPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen1600", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TerminationPolicies", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "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 User Guide.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewInstancesProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoScalingGroupName" : { "c2jName" : "AutoScalingGroupName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@return The name of the Auto Scaling group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutoScalingGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoScalingGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutoScalingGroupName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  \n@param autoScalingGroupName The name of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "autoScalingGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AvailabilityZones" : { "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  \n@return One or more Availability Zones for the group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AvailabilityZones", "setterDocumentation" : "/**

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  \n@param availabilityZones One or more Availability Zones for the group.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  One or more Availability Zones for the group.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DefaultCooldown" : { "c2jName" : "DefaultCooldown", "c2jShape" : "Cooldown", "deprecated" : false, "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 User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultCooldown", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCooldown", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultCooldown", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultCooldown", "variableType" : "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 User Guide.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DesiredCapacity" : { "c2jName" : "DesiredCapacity", "c2jShape" : "AutoScalingGroupDesiredCapacity", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredCapacity", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredCapacity", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "HealthCheckGracePeriod" : { "c2jName" : "HealthCheckGracePeriod", "c2jShape" : "HealthCheckGracePeriod", "deprecated" : false, "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckGracePeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckGracePeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckGracePeriod", "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User 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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckGracePeriod", "variableType" : "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 0.

                                                                                                                                                                                  For more information, see Health Checks in the Auto Scaling User Guide.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthCheckType" : { "c2jName" : "HealthCheckType", "c2jShape" : "XmlStringMaxLen32", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckType", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The service to use for the health checks. The valid values are EC2 and ELB.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LaunchConfigurationName" : { "c2jName" : "LaunchConfigurationName", "c2jShape" : "ResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@return The name of the launch configuration.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LaunchConfigurationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchConfigurationName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LaunchConfigurationName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  \n@param launchConfigurationName The name of the launch configuration.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchConfigurationName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the launch configuration.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxSize" : { "c2jName" : "MaxSize", "c2jShape" : "AutoScalingGroupMaxSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  \n@return The maximum size of the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxSize", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  \n@param maxSize The maximum size of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                  The maximum size of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinSize" : { "c2jName" : "MinSize", "c2jShape" : "AutoScalingGroupMinSize", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  \n@return The minimum size of the Auto Scaling group.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinSize", "setterDocumentation" : "/**

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  \n@param minSize The minimum size of the Auto Scaling group.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                  The minimum size of the Auto Scaling group.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NewInstancesProtectedFromScaleIn" : { "c2jName" : "NewInstancesProtectedFromScaleIn", "c2jShape" : "InstanceProtected", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewInstancesProtectedFromScaleIn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewInstancesProtectedFromScaleIn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewInstancesProtectedFromScaleIn", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "newInstancesProtectedFromScaleIn", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PlacementGroup" : { "c2jName" : "PlacementGroup", "c2jShape" : "XmlStringMaxLen255", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PlacementGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlacementGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PlacementGroup", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "placementGroup", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TerminationPolicies" : { "c2jName" : "TerminationPolicies", "c2jShape" : "TerminationPolicies", "deprecated" : false, "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 User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TerminationPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TerminationPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "XmlStringMaxLen1600", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TerminationPolicies", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminationPolicies", "variableType" : "java.util.List", "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 User Guide.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "VPCZoneIdentifier" : { "c2jName" : "VPCZoneIdentifier", "c2jShape" : "XmlStringMaxLen2047", "deprecated" : false, "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 User Guide.

                                                                                                                                                                                  ", "enumType" : null, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 User 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 User Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCZoneIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCZoneIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCZoneIdentifier", "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 User 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 User Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 User 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 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCZoneIdentifier", "variableType" : "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 User Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "AutoScalingGroupName" ], "shapeName" : "UpdateAutoScalingGroupRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAutoScalingGroupRequest", "variableName" : "updateAutoScalingGroupRequest", "variableType" : "UpdateAutoScalingGroupRequest", "documentation" : null, "simpleType" : "UpdateAutoScalingGroupRequest", "variableSetterType" : "UpdateAutoScalingGroupRequest" }, "wrapper" : false }, "UpdateAutoScalingGroupResult" : { "c2jName" : "UpdateAutoScalingGroupResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "UpdateAutoScalingGroupResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAutoScalingGroupResult", "variableName" : "updateAutoScalingGroupResult", "variableType" : "UpdateAutoScalingGroupResult", "documentation" : null, "simpleType" : "UpdateAutoScalingGroupResult", "variableSetterType" : "UpdateAutoScalingGroupResult" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { "AttachInstances" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example attaches the specified instance to the specified Auto Scaling group.", "id" : "autoscaling-attach-instances-1", "input" : { "InstanceIds" : [ "i-93633f9b" ], "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : null, "title" : "To attach an instance to an Auto Scaling group" } ], "AttachLoadBalancerTargetGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example attaches the specified target group to the specified Auto Scaling group.", "id" : "autoscaling-attach-load-balancer-target-groups-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "TargetGroupARNs" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" ] }, "output" : null, "title" : "To attach a target group to an Auto Scaling group" } ], "AttachLoadBalancers" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example attaches the specified load balancer to the specified Auto Scaling group.", "id" : "autoscaling-attach-load-balancers-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "LoadBalancerNames" : [ "my-load-balancer" ] }, "output" : null, "title" : "To attach a load balancer to an Auto Scaling group" } ], "CompleteLifecycleAction" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example notifies Auto Scaling that the specified lifecycle action is complete so that it can finish launching or terminating the instance.", "id" : "autoscaling-complete-lifecycle-action-1", "input" : { "LifecycleHookName" : "my-lifecycle-hook", "AutoScalingGroupName" : "my-auto-scaling-group", "LifecycleActionToken" : "bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635", "LifecycleActionResult" : "CONTINUE" }, "output" : null, "title" : "To complete the lifecycle action" } ], "CreateAutoScalingGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an Auto Scaling group.", "id" : "autoscaling-create-auto-scaling-group-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "LaunchConfigurationName" : "my-launch-config", "MinSize" : 1, "MaxSize" : 3, "VPCZoneIdentifier" : "subnet-4176792c" }, "output" : null, "title" : "To create an Auto Scaling group" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an Auto Scaling group and attaches the specified Classic Load Balancer.", "id" : "autoscaling-create-auto-scaling-group-2", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "LaunchConfigurationName" : "my-launch-config", "MinSize" : 1, "MaxSize" : 3, "AvailabilityZones" : [ "us-west-2c" ], "LoadBalancerNames" : [ "my-load-balancer" ], "HealthCheckType" : "ELB", "HealthCheckGracePeriod" : 120 }, "output" : null, "title" : "To create an Auto Scaling group with an attached load balancer" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an Auto Scaling group and attaches the specified target group.", "id" : "autoscaling-create-auto-scaling-group-3", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "LaunchConfigurationName" : "my-launch-config", "MinSize" : 1, "MaxSize" : 3, "TargetGroupARNs" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" ], "HealthCheckType" : "ELB", "HealthCheckGracePeriod" : 120, "VPCZoneIdentifier" : "subnet-4176792c, subnet-65ea5f08" }, "output" : null, "title" : "To create an Auto Scaling group with an attached target group" } ], "CreateLaunchConfiguration" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a launch configuration.", "id" : "autoscaling-create-launch-configuration-1", "input" : { "LaunchConfigurationName" : "my-launch-config", "ImageId" : "ami-12345678", "SecurityGroups" : [ "sg-eb2af88e" ], "InstanceType" : "m3.medium", "IamInstanceProfile" : "my-iam-role" }, "output" : null, "title" : "To create a launch configuration" } ], "CreateOrUpdateTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds two tags to the specified Auto Scaling group.", "id" : "autoscaling-create-or-update-tags-1", "input" : { "Tags" : [ { "ResourceId" : "my-auto-scaling-group", "ResourceType" : "auto-scaling-group", "Key" : "Role", "Value" : "WebServer", "PropagateAtLaunch" : true }, { "ResourceId" : "my-auto-scaling-group", "ResourceType" : "auto-scaling-group", "Key" : "Dept", "Value" : "Research", "PropagateAtLaunch" : true } ] }, "output" : null, "title" : "To create or update tags for an Auto Scaling group" } ], "DeleteAutoScalingGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified Auto Scaling group.", "id" : "autoscaling-delete-auto-scaling-group-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : null, "title" : "To delete an Auto Scaling group" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified Auto Scaling group and all its instances.", "id" : "autoscaling-delete-auto-scaling-group-2", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "ForceDelete" : true }, "output" : null, "title" : "To delete an Auto Scaling group and all its instances" } ], "DeleteLaunchConfiguration" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified launch configuration.", "id" : "autoscaling-delete-launch-configuration-1", "input" : { "LaunchConfigurationName" : "my-launch-config" }, "output" : null, "title" : "To delete a launch configuration" } ], "DeleteLifecycleHook" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified lifecycle hook.", "id" : "autoscaling-delete-lifecycle-hook-1", "input" : { "LifecycleHookName" : "my-lifecycle-hook", "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : null, "title" : "To delete a lifecycle hook" } ], "DeleteNotificationConfiguration" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified notification from the specified Auto Scaling group.", "id" : "autoscaling-delete-notification-configuration-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "TopicARN" : "arn:aws:sns:us-west-2:123456789012:my-sns-topic" }, "output" : null, "title" : "To delete an Auto Scaling notification" } ], "DeletePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified Auto Scaling policy.", "id" : "autoscaling-delete-policy-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "PolicyName" : "ScaleIn" }, "output" : null, "title" : "To delete an Auto Scaling policy" } ], "DeleteScheduledAction" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified scheduled action from the specified Auto Scaling group.", "id" : "autoscaling-delete-scheduled-action-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "ScheduledActionName" : "my-scheduled-action" }, "output" : null, "title" : "To delete a scheduled action from an Auto Scaling group" } ], "DeleteTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified tag from the specified Auto Scaling group.", "id" : "autoscaling-delete-tags-1", "input" : { "Tags" : [ { "ResourceId" : "my-auto-scaling-group", "ResourceType" : "auto-scaling-group", "Key" : "Dept", "Value" : "Research" } ] }, "output" : null, "title" : "To delete a tag from an Auto Scaling group" } ], "DescribeAccountLimits" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the Auto Scaling limits for your AWS account.", "id" : "autoscaling-describe-account-limits-1", "input" : null, "output" : { "MaxNumberOfAutoScalingGroups" : 20, "MaxNumberOfLaunchConfigurations" : 100, "NumberOfAutoScalingGroups" : 3, "NumberOfLaunchConfigurations" : 5 }, "title" : "To describe your Auto Scaling account limits" } ], "DescribeAdjustmentTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the available adjustment types.", "id" : "autoscaling-describe-adjustment-types-1", "input" : null, "output" : { "AdjustmentTypes" : [ { "AdjustmentType" : "ChangeInCapacity" }, { "AdjustmentType" : "ExactCapcity" }, { "AdjustmentType" : "PercentChangeInCapacity" } ] }, "title" : "To describe the Auto Scaling adjustment types" } ], "DescribeAutoScalingGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified Auto Scaling group.", "id" : "autoscaling-describe-auto-scaling-groups-1", "input" : { "AutoScalingGroupNames" : [ "my-auto-scaling-group" ] }, "output" : { "AutoScalingGroups" : [ { "AutoScalingGroupName" : "my-auto-scaling-group", "AutoScalingGroupARN" : "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:930d940e-891e-4781-a11a-7b0acd480f03:autoScalingGroupName/my-auto-scaling-group", "LaunchConfigurationName" : "my-launch-config", "MinSize" : 0, "MaxSize" : 1, "DesiredCapacity" : 1, "DefaultCooldown" : 300, "AvailabilityZones" : [ "us-west-2c" ], "LoadBalancerNames" : [ ], "HealthCheckType" : "EC2", "HealthCheckGracePeriod" : 300, "Instances" : [ { "InstanceId" : "i-4ba0837f", "AvailabilityZone" : "us-west-2c", "LifecycleState" : "InService", "HealthStatus" : "Healthy", "LaunchConfigurationName" : "my-launch-config" } ], "CreatedTime" : "2013-08-19T20:53:25.584Z", "SuspendedProcesses" : [ ], "VPCZoneIdentifier" : "subnet-12345678", "EnabledMetrics" : [ ], "Tags" : [ ], "TerminationPolicies" : [ "Default" ], "NewInstancesProtectedFromScaleIn" : false } ] }, "title" : "To describe an Auto Scaling group" } ], "DescribeAutoScalingInstances" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified Auto Scaling instance.", "id" : "autoscaling-describe-auto-scaling-instances-1", "input" : { "InstanceIds" : [ "i-4ba0837f" ] }, "output" : { "AutoScalingInstances" : [ { "InstanceId" : "i-4ba0837f", "AutoScalingGroupName" : "my-auto-scaling-group", "AvailabilityZone" : "us-west-2c", "LifecycleState" : "InService", "HealthStatus" : "HEALTHY", "LaunchConfigurationName" : "my-launch-config", "ProtectedFromScaleIn" : false } ] }, "title" : "To describe one or more Auto Scaling instances" } ], "DescribeAutoScalingNotificationTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the available notification types.", "id" : "autoscaling-describe-auto-scaling-notification-types-1", "input" : null, "output" : { "AutoScalingNotificationTypes" : [ "autoscaling:EC2_INSTANCE_LAUNCH", "autoscaling:EC2_INSTANCE_LAUNCH_ERROR", "autoscaling:EC2_INSTANCE_TERMINATE", "autoscaling:EC2_INSTANCE_TERMINATE_ERROR", "autoscaling:TEST_NOTIFICATION" ] }, "title" : "To describe the Auto Scaling notification types" } ], "DescribeLaunchConfigurations" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified launch configuration.", "id" : "autoscaling-describe-launch-configurations-1", "input" : { "LaunchConfigurationNames" : [ "my-launch-config" ] }, "output" : { "LaunchConfigurations" : [ { "LaunchConfigurationName" : "my-launch-config", "LaunchConfigurationARN" : "arn:aws:autoscaling:us-west-2:123456789012:launchConfiguration:98d3b196-4cf9-4e88-8ca1-8547c24ced8b:launchConfigurationName/my-launch-config", "ImageId" : "ami-043a5034", "SecurityGroups" : [ "sg-67ef0308" ], "InstanceType" : "t1.micro", "BlockDeviceMappings" : [ ], "InstanceMonitoring" : { "Enabled" : true }, "CreatedTime" : "2014-05-07T17:39:28.599Z", "EbsOptimized" : false, "AssociatePublicIpAddress" : true } ] }, "title" : "To describe Auto Scaling launch configurations" } ], "DescribeLifecycleHookTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the available lifecycle hook types.", "id" : "autoscaling-describe-lifecycle-hook-types-1", "input" : null, "output" : { "LifecycleHookTypes" : [ "autoscaling:EC2_INSTANCE_LAUNCHING", "autoscaling:EC2_INSTANCE_TERMINATING" ] }, "title" : "To describe the available types of lifecycle hooks" } ], "DescribeLifecycleHooks" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the lifecycle hooks for the specified Auto Scaling group.", "id" : "autoscaling-describe-lifecycle-hooks-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : { "LifecycleHooks" : [ { "LifecycleHookName" : "my-lifecycle-hook", "AutoScalingGroupName" : "my-auto-scaling-group", "LifecycleTransition" : "autoscaling:EC2_INSTANCE_LAUNCHING", "NotificationTargetARN" : "arn:aws:sns:us-west-2:123456789012:my-sns-topic", "RoleARN" : "arn:aws:iam::123456789012:role/my-auto-scaling-role", "HeartbeatTimeout" : 3600, "GlobalTimeout" : 172800, "DefaultResult" : "ABANDON" } ] }, "title" : "To describe your lifecycle hooks" } ], "DescribeLoadBalancerTargetGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the target groups attached to the specified Auto Scaling group.", "id" : "autoscaling-describe-load-balancer-target-groups-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : { "LoadBalancerTargetGroups" : [ { "LoadBalancerTargetGroupARN" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "State" : "Added" } ] }, "title" : "To describe the target groups for an Auto Scaling group" } ], "DescribeLoadBalancers" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the load balancers attached to the specified Auto Scaling group.", "id" : "autoscaling-describe-load-balancers-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : { "LoadBalancers" : [ { "LoadBalancerName" : "my-load-balancer", "State" : "Added" } ] }, "title" : "To describe the load balancers for an Auto Scaling group" } ], "DescribeMetricCollectionTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the available metric collection types.", "id" : "autoscaling-describe-metric-collection-types-1", "input" : null, "output" : { "Metrics" : [ { "Metric" : "GroupMinSize" }, { "Metric" : "GroupMaxSize" }, { "Metric" : "GroupDesiredCapacity" }, { "Metric" : "GroupInServiceInstances" }, { "Metric" : "GroupPendingInstances" }, { "Metric" : "GroupTerminatingInstances" }, { "Metric" : "GroupStandbyInstances" }, { "Metric" : "GroupTotalInstances" } ], "Granularities" : [ { "Granularity" : "1Minute" } ] }, "title" : "To describe the Auto Scaling metric collection types" } ], "DescribeNotificationConfigurations" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the notification configurations for the specified Auto Scaling group.", "id" : "autoscaling-describe-notification-configurations-1", "input" : { "AutoScalingGroupNames" : [ "my-auto-scaling-group" ] }, "output" : { "NotificationConfigurations" : [ { "AutoScalingGroupName" : "my-auto-scaling-group", "TopicARN" : "arn:aws:sns:us-west-2:123456789012:my-sns-topic-2", "NotificationType" : "autoscaling:TEST_NOTIFICATION" }, { "AutoScalingGroupName" : "my-auto-scaling-group", "TopicARN" : "arn:aws:sns:us-west-2:123456789012:my-sns-topic", "NotificationType" : "autoscaling:TEST_NOTIFICATION" } ] }, "title" : "To describe Auto Scaling notification configurations" } ], "DescribePolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the policies for the specified Auto Scaling group.", "id" : "autoscaling-describe-policies-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : { "ScalingPolicies" : [ { "AutoScalingGroupName" : "my-auto-scaling-group", "PolicyName" : "ScaleIn", "PolicyARN" : "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2233f3d7-6290-403b-b632-93c553560106:autoScalingGroupName/my-auto-scaling-group:policyName/ScaleIn", "AdjustmentType" : "ChangeInCapacity", "ScalingAdjustment" : -1, "Alarms" : [ ] }, { "AutoScalingGroupName" : "my-auto-scaling-group", "PolicyName" : "ScalePercentChange", "PolicyARN" : "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2b435159-cf77-4e89-8c0e-d63b497baad7:autoScalingGroupName/my-auto-scaling-group:policyName/ScalePercentChange", "AdjustmentType" : "PercentChangeInCapacity", "MinAdjustmentStep" : 2, "ScalingAdjustment" : 25, "Cooldown" : 60, "Alarms" : [ ] } ] }, "title" : "To describe Auto Scaling policies" } ], "DescribeScalingActivities" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the scaling activities for the specified Auto Scaling group.", "id" : "autoscaling-describe-scaling-activities-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : { "Activities" : [ { "ActivityId" : "f9f2d65b-f1f2-43e7-b46d-d86756459699", "AutoScalingGroupName" : "my-auto-scaling-group", "Description" : "Launching a new EC2 instance: i-4ba0837f", "Cause" : "At 2013-08-19T20:53:25Z a user request created an AutoScalingGroup changing the desired capacity from 0 to 1. At 2013-08-19T20:53:29Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 1.", "StartTime" : "2013-08-19T20:53:29.930Z", "EndTime" : "2013-08-19T20:54:02Z", "StatusCode" : "Successful", "Progress" : 100, "Details" : "details" } ] }, "title" : "To describe the scaling activities for an Auto Scaling group" } ], "DescribeScalingProcessTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the Auto Scaling process types.", "id" : "autoscaling-describe-scaling-process-types-1", "input" : null, "output" : { "Processes" : [ { "ProcessName" : "AZRebalance" }, { "ProcessName" : "AddToLoadBalancer" }, { "ProcessName" : "AlarmNotification" }, { "ProcessName" : "HealthCheck" }, { "ProcessName" : "Launch" }, { "ProcessName" : "ReplaceUnhealthy" }, { "ProcessName" : "ScheduledActions" }, { "ProcessName" : "Terminate" } ] }, "title" : "To describe the Auto Scaling process types" } ], "DescribeScheduledActions" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the scheduled actions for the specified Auto Scaling group.", "id" : "autoscaling-describe-scheduled-actions-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : { "ScheduledUpdateGroupActions" : [ { "AutoScalingGroupName" : "my-auto-scaling-group", "ScheduledActionName" : "my-scheduled-action", "ScheduledActionARN" : "arn:aws:autoscaling:us-west-2:123456789012:scheduledUpdateGroupAction:8e86b655-b2e6-4410-8f29-b4f094d6871c:autoScalingGroupName/my-auto-scaling-group:scheduledActionName/my-scheduled-action", "Time" : "2016-12-01T00:30:00Z", "StartTime" : "2016-12-01T00:30:00Z", "Recurrence" : "30 0 1 12 0", "MinSize" : 2, "MaxSize" : 6, "DesiredCapacity" : 4 } ] }, "title" : "To describe scheduled actions" } ], "DescribeTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the tags for the specified Auto Scaling group.", "id" : "autoscaling-describe-tags-1", "input" : { "Filters" : [ { "Name" : "auto-scaling-group", "Values" : [ "my-auto-scaling-group" ] } ] }, "output" : { "Tags" : [ { "ResourceId" : "my-auto-scaling-group", "ResourceType" : "auto-scaling-group", "Key" : "Dept", "Value" : "Research", "PropagateAtLaunch" : true }, { "ResourceId" : "my-auto-scaling-group", "ResourceType" : "auto-scaling-group", "Key" : "Role", "Value" : "WebServer", "PropagateAtLaunch" : true } ] }, "title" : "To describe tags" } ], "DescribeTerminationPolicyTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the available termination policy types.", "id" : "autoscaling-describe-termination-policy-types-1", "input" : null, "output" : { "TerminationPolicyTypes" : [ "ClosestToNextInstanceHour", "Default", "NewestInstance", "OldestInstance", "OldestLaunchConfiguration" ] }, "title" : "To describe termination policy types" } ], "DetachInstances" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example detaches the specified instance from the specified Auto Scaling group.", "id" : "autoscaling-detach-instances-1", "input" : { "InstanceIds" : [ "i-93633f9b" ], "AutoScalingGroupName" : "my-auto-scaling-group", "ShouldDecrementDesiredCapacity" : true }, "output" : { "Activities" : [ { "ActivityId" : "5091cb52-547a-47ce-a236-c9ccbc2cb2c9", "AutoScalingGroupName" : "my-auto-scaling-group", "Description" : "Detaching EC2 instance: i-93633f9b", "Cause" : "At 2015-04-12T15:02:16Z instance i-93633f9b was detached in response to a user request, shrinking the capacity from 2 to 1.", "StartTime" : "2015-04-12T15:02:16.179Z", "StatusCode" : "InProgress", "Progress" : 50, "Details" : "details" } ] }, "title" : "To detach an instance from an Auto Scaling group" } ], "DetachLoadBalancerTargetGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example detaches the specified target group from the specified Auto Scaling group", "id" : "autoscaling-detach-load-balancer-target-groups-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "TargetGroupARNs" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" ] }, "output" : null, "title" : "To detach a target group from an Auto Scaling group" } ], "DetachLoadBalancers" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example detaches the specified load balancer from the specified Auto Scaling group.", "id" : "autoscaling-detach-load-balancers-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "LoadBalancerNames" : [ "my-load-balancer" ] }, "output" : null, "title" : "To detach a load balancer from an Auto Scaling group" } ], "DisableMetricsCollection" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example disables collecting data for the GroupDesiredCapacity metric for the specified Auto Scaling group.", "id" : "autoscaling-disable-metrics-collection-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "Metrics" : [ "GroupDesiredCapacity" ] }, "output" : null, "title" : "To disable metrics collection for an Auto Scaling group" } ], "EnableMetricsCollection" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables data collection for the specified Auto Scaling group.", "id" : "autoscaling-enable-metrics-collection-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "Granularity" : "1Minute" }, "output" : null, "title" : "To enable metrics collection for an Auto Scaling group" } ], "EnterStandby" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example puts the specified instance into standby mode.", "id" : "autoscaling-enter-standby-1", "input" : { "InstanceIds" : [ "i-93633f9b" ], "AutoScalingGroupName" : "my-auto-scaling-group", "ShouldDecrementDesiredCapacity" : true }, "output" : { "Activities" : [ { "ActivityId" : "ffa056b4-6ed3-41ba-ae7c-249dfae6eba1", "AutoScalingGroupName" : "my-auto-scaling-group", "Description" : "Moving EC2 instance to Standby: i-93633f9b", "Cause" : "At 2015-04-12T15:10:23Z instance i-93633f9b was moved to standby in response to a user request, shrinking the capacity from 2 to 1.", "StartTime" : "2015-04-12T15:10:23.640Z", "StatusCode" : "InProgress", "Progress" : 50, "Details" : "details" } ] }, "title" : "To move instances into standby mode" } ], "ExecutePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example executes the specified Auto Scaling policy for the specified Auto Scaling group.", "id" : "autoscaling-execute-policy-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "PolicyName" : "ScaleIn", "HonorCooldown" : true }, "output" : null, "title" : "To execute an Auto Scaling policy" } ], "ExitStandby" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example moves the specified instance out of standby mode.", "id" : "autoscaling-exit-standby-1", "input" : { "InstanceIds" : [ "i-93633f9b" ], "AutoScalingGroupName" : "my-auto-scaling-group" }, "output" : { "Activities" : [ { "ActivityId" : "142928e1-a2dc-453a-9b24-b85ad6735928", "AutoScalingGroupName" : "my-auto-scaling-group", "Description" : "Moving EC2 instance out of Standby: i-93633f9b", "Cause" : "At 2015-04-12T15:14:29Z instance i-93633f9b was moved out of standby in response to a user request, increasing the capacity from 1 to 2.", "StartTime" : "2015-04-12T15:14:29.886Z", "StatusCode" : "PreInService", "Progress" : 30, "Details" : "details" } ] }, "title" : "To move instances out of standby mode" } ], "PutLifecycleHook" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a lifecycle hook.", "id" : "autoscaling-put-lifecycle-hook-1", "input" : { "LifecycleHookName" : "my-lifecycle-hook", "AutoScalingGroupName" : "my-auto-scaling-group", "LifecycleTransition" : "autoscaling:EC2_INSTANCE_LAUNCHING", "RoleARN" : "arn:aws:iam::123456789012:role/my-auto-scaling-role", "NotificationTargetARN" : "arn:aws:sns:us-west-2:123456789012:my-sns-topic --role-arn" }, "output" : null, "title" : "To create a lifecycle hook" } ], "PutNotificationConfiguration" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds the specified notification to the specified Auto Scaling group.", "id" : "autoscaling-put-notification-configuration-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "TopicARN" : "arn:aws:sns:us-west-2:123456789012:my-sns-topic", "NotificationTypes" : [ "autoscaling:TEST_NOTIFICATION" ] }, "output" : null, "title" : "To add an Auto Scaling notification" } ], "PutScalingPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds the specified policy to the specified Auto Scaling group.", "id" : "autoscaling-put-scaling-policy-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "PolicyName" : "ScaleIn", "AdjustmentType" : "ChangeInCapacity", "ScalingAdjustment" : -1 }, "output" : { "PolicyARN" : "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2233f3d7-6290-403b-b632-93c553560106:autoScalingGroupName/my-auto-scaling-group:policyName/ScaleIn" }, "title" : "To add a scaling policy to an Auto Scaling group" } ], "PutScheduledUpdateGroupAction" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds the specified scheduled action to the specified Auto Scaling group.", "id" : "autoscaling-put-scheduled-update-group-action-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "ScheduledActionName" : "my-scheduled-action", "StartTime" : "2014-05-12T08:00:00Z", "EndTime" : "2014-05-12T08:00:00Z", "MinSize" : 2, "MaxSize" : 6, "DesiredCapacity" : 4 }, "output" : null, "title" : "To add a scheduled action to an Auto Scaling group" } ], "RecordLifecycleActionHeartbeat" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example records a lifecycle action heartbeat to keep the instance in a pending state.", "id" : "autoscaling-record-lifecycle-action-heartbeat-1", "input" : { "LifecycleHookName" : "my-lifecycle-hook", "AutoScalingGroupName" : "my-auto-scaling-group", "LifecycleActionToken" : "bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635" }, "output" : null, "title" : "To record a lifecycle action heartbeat" } ], "ResumeProcesses" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example resumes the specified suspended scaling process for the specified Auto Scaling group.", "id" : "autoscaling-resume-processes-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "ScalingProcesses" : [ "AlarmNotification" ] }, "output" : null, "title" : "To resume Auto Scaling processes" } ], "SetDesiredCapacity" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sets the desired capacity for the specified Auto Scaling group.", "id" : "autoscaling-set-desired-capacity-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "DesiredCapacity" : 2, "HonorCooldown" : true }, "output" : null, "title" : "To set the desired capacity for an Auto Scaling group" } ], "SetInstanceHealth" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sets the health status of the specified instance to Unhealthy.", "id" : "autoscaling-set-instance-health-1", "input" : { "InstanceId" : "i-93633f9b", "HealthStatus" : "Unhealthy" }, "output" : null, "title" : "To set the health status of an instance" } ], "SetInstanceProtection" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables instance protection for the specified instance.", "id" : "autoscaling-set-instance-protection-1", "input" : { "InstanceIds" : [ "i-93633f9b" ], "AutoScalingGroupName" : "my-auto-scaling-group", "ProtectedFromScaleIn" : true }, "output" : null, "title" : "To enable instance protection for an instance" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example disables instance protection for the specified instance.", "id" : "autoscaling-set-instance-protection-2", "input" : { "InstanceIds" : [ "i-93633f9b" ], "AutoScalingGroupName" : "my-auto-scaling-group", "ProtectedFromScaleIn" : false }, "output" : null, "title" : "To disable instance protection for an instance" } ], "SuspendProcesses" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example suspends the specified scaling process for the specified Auto Scaling group.", "id" : "autoscaling-suspend-processes-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "ScalingProcesses" : [ "AlarmNotification" ] }, "output" : null, "title" : "To suspend Auto Scaling processes" } ], "TerminateInstanceInAutoScalingGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example terminates the specified instance from the specified Auto Scaling group without updating the size of the group. Auto Scaling launches a replacement instance after the specified instance terminates.", "id" : "autoscaling-terminate-instance-in-auto-scaling-group-1", "input" : { "InstanceId" : "i-93633f9b", "ShouldDecrementDesiredCapacity" : false }, "output" : null, "title" : "To terminate an instance in an Auto Scaling group" } ], "UpdateAutoScalingGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example updates the launch configuration of the specified Auto Scaling group.", "id" : "autoscaling-update-auto-scaling-group-1", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "LaunchConfigurationName" : "new-launch-config" }, "output" : null, "title" : "To update the launch configuration" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example updates the minimum size and maximum size of the specified Auto Scaling group.", "id" : "autoscaling-update-auto-scaling-group-2", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "MinSize" : 1, "MaxSize" : 3 }, "output" : null, "title" : "To update the minimum and maximum size" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables instance protection for the specified Auto Scaling group.", "id" : "autoscaling-update-auto-scaling-group-3", "input" : { "AutoScalingGroupName" : "my-auto-scaling-group", "NewInstancesProtectedFromScaleIn" : true }, "output" : null, "title" : "To enable instance protection" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonAutoScalingException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.autoscaling.model.AmazonAutoScalingException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy