
models.autoscaling-2011-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-autoscaling Show documentation
{
"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:
-
(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.
-
(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.
-
Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
-
If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
-
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:
-
(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.
-
(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.
-
Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
-
If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
-
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:
-
(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.
-
(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.
-
Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
-
If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
-
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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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