
models.autoscaling-2011-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-autoscaling Show documentation
{
"metadata" : {
"apiVersion" : "2011-01-01",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "Auto Scaling Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service in conjunction with the Amazon CloudWatch and Elastic Load Balancing services.
",
"defaultEndpoint" : "https://autoscaling.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "autoscaling.amazonaws.com",
"syncInterface" : "AmazonAutoScaling",
"syncClient" : "AmazonAutoScalingClient",
"asyncInterface" : "AmazonAutoScalingAsync",
"asyncClient" : "AmazonAutoScalingAsyncClient",
"packageName" : "com.amazonaws.services.autoscaling",
"packagePath" : "com/amazonaws/services/autoscaling",
"serviceAbbreviation" : null,
"serviceFullName" : "Auto Scaling",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "autoscaling",
"signingName" : "autoscaling",
"cborProtocol" : false,
"xmlProtocol" : true,
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"jsonProtocol" : false,
"syncClientBuilderClassName" : "AmazonAutoScalingClientBuilder",
"asyncClientBuilderClassName" : "AmazonAutoScalingAsyncClientBuilder",
"serviceName" : "Auto Scaling",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller"
},
"operations" : {
"AttachInstances" : {
"documentation" : "Attaches one or more EC2 instances to the specified Auto Scaling group.
When you attach instances, Auto Scaling increases the desired capacity of the group by the number of instances being attached. If the number of instances being attached plus the desired capacity of the group exceeds the maximum size of the group, the operation fails.
For more information, see Attach EC2 Instances to Your Auto Scaling Group in the Auto Scaling Developer Guide.
",
"operationName" : "AttachInstances",
"deprecated" : false,
"input" : {
"variableName" : "attachInstancesRequest",
"variableType" : "AttachInstancesRequest",
"variableDeclarationType" : "AttachInstancesRequest",
"documentation" : "",
"simpleType" : "AttachInstancesRequest",
"variableSetterType" : "AttachInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "attachInstances",
"authenticated" : true,
"syncReturnType" : "AttachInstancesResult",
"asyncReturnType" : "AttachInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"AttachLoadBalancers" : {
"documentation" : "Attaches one or more load balancers to the specified Auto Scaling group.
To describe the load balancers for an Auto Scaling group, use DescribeLoadBalancers. To detach the load balancer from the Auto Scaling group, use DetachLoadBalancers.
For more information, see Attach a Load Balancer to Your Auto Scaling Group in the Auto Scaling Developer Guide.
",
"operationName" : "AttachLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "attachLoadBalancersRequest",
"variableType" : "AttachLoadBalancersRequest",
"variableDeclarationType" : "AttachLoadBalancersRequest",
"documentation" : "",
"simpleType" : "AttachLoadBalancersRequest",
"variableSetterType" : "AttachLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "attachLoadBalancers",
"authenticated" : true,
"syncReturnType" : "AttachLoadBalancersResult",
"asyncReturnType" : "AttachLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CompleteLifecycleAction" : {
"documentation" : "Completes the lifecycle action for the specified token or instance with the specified result.
This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
- (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 Developer Guide.
",
"operationName" : "CompleteLifecycleAction",
"deprecated" : false,
"input" : {
"variableName" : "completeLifecycleActionRequest",
"variableType" : "CompleteLifecycleActionRequest",
"variableDeclarationType" : "CompleteLifecycleActionRequest",
"documentation" : "",
"simpleType" : "CompleteLifecycleActionRequest",
"variableSetterType" : "CompleteLifecycleActionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CompleteLifecycleActionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "completeLifecycleAction",
"authenticated" : true,
"syncReturnType" : "CompleteLifecycleActionResult",
"asyncReturnType" : "CompleteLifecycleActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateAutoScalingGroup" : {
"documentation" : "Creates an Auto Scaling group with the specified name and attributes.
If you exceed your maximum limit of Auto Scaling groups, which by default is 20 per region, the call fails. For information about viewing and updating this limit, see DescribeAccountLimits.
For more information, see Auto Scaling Groups in the Auto Scaling Developer Guide.
",
"operationName" : "CreateAutoScalingGroup",
"deprecated" : false,
"input" : {
"variableName" : "createAutoScalingGroupRequest",
"variableType" : "CreateAutoScalingGroupRequest",
"variableDeclarationType" : "CreateAutoScalingGroupRequest",
"documentation" : "",
"simpleType" : "CreateAutoScalingGroupRequest",
"variableSetterType" : "CreateAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createAutoScalingGroup",
"authenticated" : true,
"syncReturnType" : "CreateAutoScalingGroupResult",
"asyncReturnType" : "CreateAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateLaunchConfiguration" : {
"documentation" : "Creates a launch configuration.
If you exceed your maximum limit of launch configurations, which by default is 100 per region, the call fails. For information about viewing and updating this limit, see DescribeAccountLimits.
For more information, see Launch Configurations in the Auto Scaling Developer Guide.
",
"operationName" : "CreateLaunchConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "createLaunchConfigurationRequest",
"variableType" : "CreateLaunchConfigurationRequest",
"variableDeclarationType" : "CreateLaunchConfigurationRequest",
"documentation" : "",
"simpleType" : "CreateLaunchConfigurationRequest",
"variableSetterType" : "CreateLaunchConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLaunchConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createLaunchConfiguration",
"authenticated" : true,
"syncReturnType" : "CreateLaunchConfigurationResult",
"asyncReturnType" : "CreateLaunchConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateOrUpdateTags" : {
"documentation" : "Creates or updates tags for the specified Auto Scaling group.
When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
",
"operationName" : "CreateOrUpdateTags",
"deprecated" : false,
"input" : {
"variableName" : "createOrUpdateTagsRequest",
"variableType" : "CreateOrUpdateTagsRequest",
"variableDeclarationType" : "CreateOrUpdateTagsRequest",
"documentation" : "",
"simpleType" : "CreateOrUpdateTagsRequest",
"variableSetterType" : "CreateOrUpdateTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateOrUpdateTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createOrUpdateTags",
"authenticated" : true,
"syncReturnType" : "CreateOrUpdateTagsResult",
"asyncReturnType" : "CreateOrUpdateTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteAutoScalingGroup" : {
"documentation" : "Deletes the specified Auto Scaling group.
If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed.
If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action.
To remove instances from the Auto Scaling group before deleting it, call DetachInstances with the list of instances and the option to decrement the desired capacity so that Auto Scaling does not launch replacement instances.
To terminate all instances before deleting the Auto Scaling group, call UpdateAutoScalingGroup and set the minimum size and desired capacity of the Auto Scaling group to zero.
",
"operationName" : "DeleteAutoScalingGroup",
"deprecated" : false,
"input" : {
"variableName" : "deleteAutoScalingGroupRequest",
"variableType" : "DeleteAutoScalingGroupRequest",
"variableDeclarationType" : "DeleteAutoScalingGroupRequest",
"documentation" : "",
"simpleType" : "DeleteAutoScalingGroupRequest",
"variableSetterType" : "DeleteAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteAutoScalingGroup",
"authenticated" : true,
"syncReturnType" : "DeleteAutoScalingGroupResult",
"asyncReturnType" : "DeleteAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteLaunchConfiguration" : {
"documentation" : "Deletes the specified launch configuration.
The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.
",
"operationName" : "DeleteLaunchConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "deleteLaunchConfigurationRequest",
"variableType" : "DeleteLaunchConfigurationRequest",
"variableDeclarationType" : "DeleteLaunchConfigurationRequest",
"documentation" : "",
"simpleType" : "DeleteLaunchConfigurationRequest",
"variableSetterType" : "DeleteLaunchConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLaunchConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteLaunchConfiguration",
"authenticated" : true,
"syncReturnType" : "DeleteLaunchConfigurationResult",
"asyncReturnType" : "DeleteLaunchConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteLifecycleHook" : {
"documentation" : "Deletes the specified lifecycle hook.
If there are any outstanding lifecycle actions, they are completed first (ABANDON
for launching instances, CONTINUE
for terminating instances).
",
"operationName" : "DeleteLifecycleHook",
"deprecated" : false,
"input" : {
"variableName" : "deleteLifecycleHookRequest",
"variableType" : "DeleteLifecycleHookRequest",
"variableDeclarationType" : "DeleteLifecycleHookRequest",
"documentation" : "",
"simpleType" : "DeleteLifecycleHookRequest",
"variableSetterType" : "DeleteLifecycleHookRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLifecycleHookResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteLifecycleHook",
"authenticated" : true,
"syncReturnType" : "DeleteLifecycleHookResult",
"asyncReturnType" : "DeleteLifecycleHookResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteNotificationConfiguration" : {
"documentation" : "Deletes the specified notification.
",
"operationName" : "DeleteNotificationConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "deleteNotificationConfigurationRequest",
"variableType" : "DeleteNotificationConfigurationRequest",
"variableDeclarationType" : "DeleteNotificationConfigurationRequest",
"documentation" : "",
"simpleType" : "DeleteNotificationConfigurationRequest",
"variableSetterType" : "DeleteNotificationConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteNotificationConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteNotificationConfiguration",
"authenticated" : true,
"syncReturnType" : "DeleteNotificationConfigurationResult",
"asyncReturnType" : "DeleteNotificationConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeletePolicy" : {
"documentation" : "Deletes the specified Auto Scaling policy.
Deleting a policy deletes the underlying alarm action, but does not delete the alarm, even if it no longer has an associated action.
",
"operationName" : "DeletePolicy",
"deprecated" : false,
"input" : {
"variableName" : "deletePolicyRequest",
"variableType" : "DeletePolicyRequest",
"variableDeclarationType" : "DeletePolicyRequest",
"documentation" : "",
"simpleType" : "DeletePolicyRequest",
"variableSetterType" : "DeletePolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeletePolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deletePolicy",
"authenticated" : true,
"syncReturnType" : "DeletePolicyResult",
"asyncReturnType" : "DeletePolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteScheduledAction" : {
"documentation" : "Deletes the specified scheduled action.
",
"operationName" : "DeleteScheduledAction",
"deprecated" : false,
"input" : {
"variableName" : "deleteScheduledActionRequest",
"variableType" : "DeleteScheduledActionRequest",
"variableDeclarationType" : "DeleteScheduledActionRequest",
"documentation" : "",
"simpleType" : "DeleteScheduledActionRequest",
"variableSetterType" : "DeleteScheduledActionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteScheduledActionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteScheduledAction",
"authenticated" : true,
"syncReturnType" : "DeleteScheduledActionResult",
"asyncReturnType" : "DeleteScheduledActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteTags" : {
"documentation" : "Deletes the specified tags.
",
"operationName" : "DeleteTags",
"deprecated" : false,
"input" : {
"variableName" : "deleteTagsRequest",
"variableType" : "DeleteTagsRequest",
"variableDeclarationType" : "DeleteTagsRequest",
"documentation" : "",
"simpleType" : "DeleteTagsRequest",
"variableSetterType" : "DeleteTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteTags",
"authenticated" : true,
"syncReturnType" : "DeleteTagsResult",
"asyncReturnType" : "DeleteTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeAccountLimits" : {
"documentation" : "Describes the current Auto Scaling resource limits for your AWS account.
For information about requesting an increase in these limits, see AWS Service Limits in the Amazon Web Services General Reference.
",
"operationName" : "DescribeAccountLimits",
"deprecated" : false,
"input" : {
"variableName" : "describeAccountLimitsRequest",
"variableType" : "DescribeAccountLimitsRequest",
"variableDeclarationType" : "DescribeAccountLimitsRequest",
"documentation" : null,
"simpleType" : "DescribeAccountLimitsRequest",
"variableSetterType" : "DescribeAccountLimitsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAccountLimitsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAccountLimits",
"authenticated" : true,
"syncReturnType" : "DescribeAccountLimitsResult",
"asyncReturnType" : "DescribeAccountLimitsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeAdjustmentTypes" : {
"documentation" : "Describes the policy adjustment types for use with PutScalingPolicy.
",
"operationName" : "DescribeAdjustmentTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeAdjustmentTypesRequest",
"variableType" : "DescribeAdjustmentTypesRequest",
"variableDeclarationType" : "DescribeAdjustmentTypesRequest",
"documentation" : null,
"simpleType" : "DescribeAdjustmentTypesRequest",
"variableSetterType" : "DescribeAdjustmentTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAdjustmentTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAdjustmentTypes",
"authenticated" : true,
"syncReturnType" : "DescribeAdjustmentTypesResult",
"asyncReturnType" : "DescribeAdjustmentTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeAutoScalingGroups" : {
"documentation" : "Describes one or more Auto Scaling groups. If a list of names is not provided, the call describes all Auto Scaling groups.
",
"operationName" : "DescribeAutoScalingGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeAutoScalingGroupsRequest",
"variableType" : "DescribeAutoScalingGroupsRequest",
"variableDeclarationType" : "DescribeAutoScalingGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeAutoScalingGroupsRequest",
"variableSetterType" : "DescribeAutoScalingGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAutoScalingGroupsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAutoScalingGroups",
"authenticated" : true,
"syncReturnType" : "DescribeAutoScalingGroupsResult",
"asyncReturnType" : "DescribeAutoScalingGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeAutoScalingInstances" : {
"documentation" : "Describes one or more Auto Scaling instances. If a list is not provided, the call describes all instances.
",
"operationName" : "DescribeAutoScalingInstances",
"deprecated" : false,
"input" : {
"variableName" : "describeAutoScalingInstancesRequest",
"variableType" : "DescribeAutoScalingInstancesRequest",
"variableDeclarationType" : "DescribeAutoScalingInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeAutoScalingInstancesRequest",
"variableSetterType" : "DescribeAutoScalingInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAutoScalingInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAutoScalingInstances",
"authenticated" : true,
"syncReturnType" : "DescribeAutoScalingInstancesResult",
"asyncReturnType" : "DescribeAutoScalingInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeAutoScalingNotificationTypes" : {
"documentation" : "Describes the notification types that are supported by Auto Scaling.
",
"operationName" : "DescribeAutoScalingNotificationTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeAutoScalingNotificationTypesRequest",
"variableType" : "DescribeAutoScalingNotificationTypesRequest",
"variableDeclarationType" : "DescribeAutoScalingNotificationTypesRequest",
"documentation" : null,
"simpleType" : "DescribeAutoScalingNotificationTypesRequest",
"variableSetterType" : "DescribeAutoScalingNotificationTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAutoScalingNotificationTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAutoScalingNotificationTypes",
"authenticated" : true,
"syncReturnType" : "DescribeAutoScalingNotificationTypesResult",
"asyncReturnType" : "DescribeAutoScalingNotificationTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLaunchConfigurations" : {
"documentation" : "Describes one or more launch configurations. If you omit the list of names, then the call describes all launch configurations.
",
"operationName" : "DescribeLaunchConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "describeLaunchConfigurationsRequest",
"variableType" : "DescribeLaunchConfigurationsRequest",
"variableDeclarationType" : "DescribeLaunchConfigurationsRequest",
"documentation" : "",
"simpleType" : "DescribeLaunchConfigurationsRequest",
"variableSetterType" : "DescribeLaunchConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLaunchConfigurationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLaunchConfigurations",
"authenticated" : true,
"syncReturnType" : "DescribeLaunchConfigurationsResult",
"asyncReturnType" : "DescribeLaunchConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLifecycleHookTypes" : {
"documentation" : "Describes the available types of lifecycle hooks.
",
"operationName" : "DescribeLifecycleHookTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeLifecycleHookTypesRequest",
"variableType" : "DescribeLifecycleHookTypesRequest",
"variableDeclarationType" : "DescribeLifecycleHookTypesRequest",
"documentation" : null,
"simpleType" : "DescribeLifecycleHookTypesRequest",
"variableSetterType" : "DescribeLifecycleHookTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLifecycleHookTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLifecycleHookTypes",
"authenticated" : true,
"syncReturnType" : "DescribeLifecycleHookTypesResult",
"asyncReturnType" : "DescribeLifecycleHookTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLifecycleHooks" : {
"documentation" : "Describes the lifecycle hooks for the specified Auto Scaling group.
",
"operationName" : "DescribeLifecycleHooks",
"deprecated" : false,
"input" : {
"variableName" : "describeLifecycleHooksRequest",
"variableType" : "DescribeLifecycleHooksRequest",
"variableDeclarationType" : "DescribeLifecycleHooksRequest",
"documentation" : "",
"simpleType" : "DescribeLifecycleHooksRequest",
"variableSetterType" : "DescribeLifecycleHooksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLifecycleHooksResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLifecycleHooks",
"authenticated" : true,
"syncReturnType" : "DescribeLifecycleHooksResult",
"asyncReturnType" : "DescribeLifecycleHooksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLoadBalancers" : {
"documentation" : "Describes the load balancers for the specified Auto Scaling group.
",
"operationName" : "DescribeLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancersRequest",
"variableType" : "DescribeLoadBalancersRequest",
"variableDeclarationType" : "DescribeLoadBalancersRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancersRequest",
"variableSetterType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLoadBalancers",
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancersResult",
"asyncReturnType" : "DescribeLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeMetricCollectionTypes" : {
"documentation" : "Describes the available CloudWatch metrics for Auto Scaling.
Note that the GroupStandbyInstances
metric is not returned by default. You must explicitly request this metric when calling EnableMetricsCollection.
",
"operationName" : "DescribeMetricCollectionTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeMetricCollectionTypesRequest",
"variableType" : "DescribeMetricCollectionTypesRequest",
"variableDeclarationType" : "DescribeMetricCollectionTypesRequest",
"documentation" : null,
"simpleType" : "DescribeMetricCollectionTypesRequest",
"variableSetterType" : "DescribeMetricCollectionTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeMetricCollectionTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeMetricCollectionTypes",
"authenticated" : true,
"syncReturnType" : "DescribeMetricCollectionTypesResult",
"asyncReturnType" : "DescribeMetricCollectionTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeNotificationConfigurations" : {
"documentation" : "Describes the notification actions associated with the specified Auto Scaling group.
",
"operationName" : "DescribeNotificationConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "describeNotificationConfigurationsRequest",
"variableType" : "DescribeNotificationConfigurationsRequest",
"variableDeclarationType" : "DescribeNotificationConfigurationsRequest",
"documentation" : "",
"simpleType" : "DescribeNotificationConfigurationsRequest",
"variableSetterType" : "DescribeNotificationConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeNotificationConfigurationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeNotificationConfigurations",
"authenticated" : true,
"syncReturnType" : "DescribeNotificationConfigurationsResult",
"asyncReturnType" : "DescribeNotificationConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribePolicies" : {
"documentation" : "Describes the policies for the specified Auto Scaling group.
",
"operationName" : "DescribePolicies",
"deprecated" : false,
"input" : {
"variableName" : "describePoliciesRequest",
"variableType" : "DescribePoliciesRequest",
"variableDeclarationType" : "DescribePoliciesRequest",
"documentation" : "",
"simpleType" : "DescribePoliciesRequest",
"variableSetterType" : "DescribePoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribePoliciesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describePolicies",
"authenticated" : true,
"syncReturnType" : "DescribePoliciesResult",
"asyncReturnType" : "DescribePoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeScalingActivities" : {
"documentation" : "Describes one or more scaling activities for the specified Auto Scaling group. If you omit the ActivityIds
, the call returns all activities from the past six weeks. Activities are sorted by the start time. Activities still in progress appear first on the list.
",
"operationName" : "DescribeScalingActivities",
"deprecated" : false,
"input" : {
"variableName" : "describeScalingActivitiesRequest",
"variableType" : "DescribeScalingActivitiesRequest",
"variableDeclarationType" : "DescribeScalingActivitiesRequest",
"documentation" : "",
"simpleType" : "DescribeScalingActivitiesRequest",
"variableSetterType" : "DescribeScalingActivitiesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScalingActivitiesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeScalingActivities",
"authenticated" : true,
"syncReturnType" : "DescribeScalingActivitiesResult",
"asyncReturnType" : "DescribeScalingActivitiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeScalingProcessTypes" : {
"documentation" : "Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.
",
"operationName" : "DescribeScalingProcessTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeScalingProcessTypesRequest",
"variableType" : "DescribeScalingProcessTypesRequest",
"variableDeclarationType" : "DescribeScalingProcessTypesRequest",
"documentation" : null,
"simpleType" : "DescribeScalingProcessTypesRequest",
"variableSetterType" : "DescribeScalingProcessTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScalingProcessTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeScalingProcessTypes",
"authenticated" : true,
"syncReturnType" : "DescribeScalingProcessTypesResult",
"asyncReturnType" : "DescribeScalingProcessTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeScheduledActions" : {
"documentation" : "Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.
",
"operationName" : "DescribeScheduledActions",
"deprecated" : false,
"input" : {
"variableName" : "describeScheduledActionsRequest",
"variableType" : "DescribeScheduledActionsRequest",
"variableDeclarationType" : "DescribeScheduledActionsRequest",
"documentation" : "",
"simpleType" : "DescribeScheduledActionsRequest",
"variableSetterType" : "DescribeScheduledActionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScheduledActionsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeScheduledActions",
"authenticated" : true,
"syncReturnType" : "DescribeScheduledActionsResult",
"asyncReturnType" : "DescribeScheduledActionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeTags" : {
"documentation" : "Describes the specified tags.
You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results.
You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.
",
"operationName" : "DescribeTags",
"deprecated" : false,
"input" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : "",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken
value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTags",
"authenticated" : true,
"syncReturnType" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeTerminationPolicyTypes" : {
"documentation" : "Describes the termination policies supported by Auto Scaling.
",
"operationName" : "DescribeTerminationPolicyTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeTerminationPolicyTypesRequest",
"variableType" : "DescribeTerminationPolicyTypesRequest",
"variableDeclarationType" : "DescribeTerminationPolicyTypesRequest",
"documentation" : null,
"simpleType" : "DescribeTerminationPolicyTypesRequest",
"variableSetterType" : "DescribeTerminationPolicyTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTerminationPolicyTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTerminationPolicyTypes",
"authenticated" : true,
"syncReturnType" : "DescribeTerminationPolicyTypesResult",
"asyncReturnType" : "DescribeTerminationPolicyTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DetachInstances" : {
"documentation" : "Removes one or more instances from the specified Auto Scaling group.
After the instances are detached, you can manage them independently from the rest of the Auto Scaling group.
If you do not specify the option to decrement the desired capacity, Auto Scaling launches instances to replace the ones that are detached.
For more information, see Detach EC2 Instances from Your Auto Scaling Group in the Auto Scaling Developer Guide.
",
"operationName" : "DetachInstances",
"deprecated" : false,
"input" : {
"variableName" : "detachInstancesRequest",
"variableType" : "DetachInstancesRequest",
"variableDeclarationType" : "DetachInstancesRequest",
"documentation" : "",
"simpleType" : "DetachInstancesRequest",
"variableSetterType" : "DetachInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "detachInstances",
"authenticated" : true,
"syncReturnType" : "DetachInstancesResult",
"asyncReturnType" : "DetachInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DetachLoadBalancers" : {
"documentation" : "Removes one or more load balancers from the specified Auto Scaling group.
When you detach a load balancer, it enters the Removing
state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using DescribeLoadBalancers. Note that the instances remain running.
",
"operationName" : "DetachLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "detachLoadBalancersRequest",
"variableType" : "DetachLoadBalancersRequest",
"variableDeclarationType" : "DetachLoadBalancersRequest",
"documentation" : "",
"simpleType" : "DetachLoadBalancersRequest",
"variableSetterType" : "DetachLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "detachLoadBalancers",
"authenticated" : true,
"syncReturnType" : "DetachLoadBalancersResult",
"asyncReturnType" : "DetachLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DisableMetricsCollection" : {
"documentation" : "Disables monitoring of the specified metrics for the specified Auto Scaling group.
",
"operationName" : "DisableMetricsCollection",
"deprecated" : false,
"input" : {
"variableName" : "disableMetricsCollectionRequest",
"variableType" : "DisableMetricsCollectionRequest",
"variableDeclarationType" : "DisableMetricsCollectionRequest",
"documentation" : "",
"simpleType" : "DisableMetricsCollectionRequest",
"variableSetterType" : "DisableMetricsCollectionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableMetricsCollectionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "disableMetricsCollection",
"authenticated" : true,
"syncReturnType" : "DisableMetricsCollectionResult",
"asyncReturnType" : "DisableMetricsCollectionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"EnableMetricsCollection" : {
"documentation" : "Enables monitoring of the specified metrics for the specified Auto Scaling group.
You can only enable metrics collection if InstanceMonitoring
in the launch configuration for the group is set to True
.
",
"operationName" : "EnableMetricsCollection",
"deprecated" : false,
"input" : {
"variableName" : "enableMetricsCollectionRequest",
"variableType" : "EnableMetricsCollectionRequest",
"variableDeclarationType" : "EnableMetricsCollectionRequest",
"documentation" : "",
"simpleType" : "EnableMetricsCollectionRequest",
"variableSetterType" : "EnableMetricsCollectionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableMetricsCollectionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "enableMetricsCollection",
"authenticated" : true,
"syncReturnType" : "EnableMetricsCollectionResult",
"asyncReturnType" : "EnableMetricsCollectionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"EnterStandby" : {
"documentation" : "Moves the specified instances into Standby
mode.
For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
",
"operationName" : "EnterStandby",
"deprecated" : false,
"input" : {
"variableName" : "enterStandbyRequest",
"variableType" : "EnterStandbyRequest",
"variableDeclarationType" : "EnterStandbyRequest",
"documentation" : "",
"simpleType" : "EnterStandbyRequest",
"variableSetterType" : "EnterStandbyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnterStandbyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "enterStandby",
"authenticated" : true,
"syncReturnType" : "EnterStandbyResult",
"asyncReturnType" : "EnterStandbyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ExecutePolicy" : {
"documentation" : "Executes the specified policy.
",
"operationName" : "ExecutePolicy",
"deprecated" : false,
"input" : {
"variableName" : "executePolicyRequest",
"variableType" : "ExecutePolicyRequest",
"variableDeclarationType" : "ExecutePolicyRequest",
"documentation" : "",
"simpleType" : "ExecutePolicyRequest",
"variableSetterType" : "ExecutePolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExecutePolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "executePolicy",
"authenticated" : true,
"syncReturnType" : "ExecutePolicyResult",
"asyncReturnType" : "ExecutePolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ExitStandby" : {
"documentation" : "Moves the specified instances out of Standby
mode.
For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
",
"operationName" : "ExitStandby",
"deprecated" : false,
"input" : {
"variableName" : "exitStandbyRequest",
"variableType" : "ExitStandbyRequest",
"variableDeclarationType" : "ExitStandbyRequest",
"documentation" : "",
"simpleType" : "ExitStandbyRequest",
"variableSetterType" : "ExitStandbyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExitStandbyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "exitStandby",
"authenticated" : true,
"syncReturnType" : "ExitStandbyResult",
"asyncReturnType" : "ExitStandbyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"PutLifecycleHook" : {
"documentation" : "Creates or updates a lifecycle hook for the specified Auto Scaling Group.
A lifecycle hook tells Auto Scaling that you want to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates.
This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
- (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 Developer Guide.
If you exceed your maximum limit of lifecycle hooks, which by default is 50 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.
",
"operationName" : "PutLifecycleHook",
"deprecated" : false,
"input" : {
"variableName" : "putLifecycleHookRequest",
"variableType" : "PutLifecycleHookRequest",
"variableDeclarationType" : "PutLifecycleHookRequest",
"documentation" : "",
"simpleType" : "PutLifecycleHookRequest",
"variableSetterType" : "PutLifecycleHookRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutLifecycleHookResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "putLifecycleHook",
"authenticated" : true,
"syncReturnType" : "PutLifecycleHookResult",
"asyncReturnType" : "PutLifecycleHookResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"PutNotificationConfiguration" : {
"documentation" : " Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to this topic can have messages for events delivered to an endpoint such as a web server or email address.
For more information see Getting Notifications When Your Auto Scaling Group Changes in the Auto Scaling Developer Guide.
This configuration overwrites an existing configuration.
",
"operationName" : "PutNotificationConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "putNotificationConfigurationRequest",
"variableType" : "PutNotificationConfigurationRequest",
"variableDeclarationType" : "PutNotificationConfigurationRequest",
"documentation" : "",
"simpleType" : "PutNotificationConfigurationRequest",
"variableSetterType" : "PutNotificationConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutNotificationConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "putNotificationConfiguration",
"authenticated" : true,
"syncReturnType" : "PutNotificationConfigurationResult",
"asyncReturnType" : "PutNotificationConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"PutScalingPolicy" : {
"documentation" : "Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters you want to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request.
If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.
",
"operationName" : "PutScalingPolicy",
"deprecated" : false,
"input" : {
"variableName" : "putScalingPolicyRequest",
"variableType" : "PutScalingPolicyRequest",
"variableDeclarationType" : "PutScalingPolicyRequest",
"documentation" : "",
"simpleType" : "PutScalingPolicyRequest",
"variableSetterType" : "PutScalingPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutScalingPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "putScalingPolicy",
"authenticated" : true,
"syncReturnType" : "PutScalingPolicyResult",
"asyncReturnType" : "PutScalingPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"PutScheduledUpdateGroupAction" : {
"documentation" : " Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged in the affected Auto Scaling group.
For more information, see Scheduled Scaling in the Auto Scaling Developer Guide.
",
"operationName" : "PutScheduledUpdateGroupAction",
"deprecated" : false,
"input" : {
"variableName" : "putScheduledUpdateGroupActionRequest",
"variableType" : "PutScheduledUpdateGroupActionRequest",
"variableDeclarationType" : "PutScheduledUpdateGroupActionRequest",
"documentation" : "",
"simpleType" : "PutScheduledUpdateGroupActionRequest",
"variableSetterType" : "PutScheduledUpdateGroupActionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutScheduledUpdateGroupActionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "putScheduledUpdateGroupAction",
"authenticated" : true,
"syncReturnType" : "PutScheduledUpdateGroupActionResult",
"asyncReturnType" : "PutScheduledUpdateGroupActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"RecordLifecycleActionHeartbeat" : {
"documentation" : "Records a heartbeat for the lifecycle action associated with the specified token or instance. This extends the timeout by the length of time defined using PutLifecycleHook.
This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
- (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 Developer Guide.
",
"operationName" : "RecordLifecycleActionHeartbeat",
"deprecated" : false,
"input" : {
"variableName" : "recordLifecycleActionHeartbeatRequest",
"variableType" : "RecordLifecycleActionHeartbeatRequest",
"variableDeclarationType" : "RecordLifecycleActionHeartbeatRequest",
"documentation" : "",
"simpleType" : "RecordLifecycleActionHeartbeatRequest",
"variableSetterType" : "RecordLifecycleActionHeartbeatRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RecordLifecycleActionHeartbeatResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "recordLifecycleActionHeartbeat",
"authenticated" : true,
"syncReturnType" : "RecordLifecycleActionHeartbeatResult",
"asyncReturnType" : "RecordLifecycleActionHeartbeatResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ResumeProcesses" : {
"documentation" : "Resumes the specified suspended Auto Scaling processes, or all suspended process, for the specified Auto Scaling group.
For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling Developer Guide.
",
"operationName" : "ResumeProcesses",
"deprecated" : false,
"input" : {
"variableName" : "resumeProcessesRequest",
"variableType" : "ResumeProcessesRequest",
"variableDeclarationType" : "ResumeProcessesRequest",
"documentation" : "",
"simpleType" : "ResumeProcessesRequest",
"variableSetterType" : "ResumeProcessesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResumeProcessesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "resumeProcesses",
"authenticated" : true,
"syncReturnType" : "ResumeProcessesResult",
"asyncReturnType" : "ResumeProcessesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SetDesiredCapacity" : {
"documentation" : "Sets the size of the specified Auto Scaling group.
For more information about desired capacity, see What Is Auto Scaling? in the Auto Scaling Developer Guide.
",
"operationName" : "SetDesiredCapacity",
"deprecated" : false,
"input" : {
"variableName" : "setDesiredCapacityRequest",
"variableType" : "SetDesiredCapacityRequest",
"variableDeclarationType" : "SetDesiredCapacityRequest",
"documentation" : "",
"simpleType" : "SetDesiredCapacityRequest",
"variableSetterType" : "SetDesiredCapacityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetDesiredCapacityResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setDesiredCapacity",
"authenticated" : true,
"syncReturnType" : "SetDesiredCapacityResult",
"asyncReturnType" : "SetDesiredCapacityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SetInstanceHealth" : {
"documentation" : "Sets the health status of the specified instance.
For more information, see Health Checks in the Auto Scaling Developer Guide.
",
"operationName" : "SetInstanceHealth",
"deprecated" : false,
"input" : {
"variableName" : "setInstanceHealthRequest",
"variableType" : "SetInstanceHealthRequest",
"variableDeclarationType" : "SetInstanceHealthRequest",
"documentation" : "",
"simpleType" : "SetInstanceHealthRequest",
"variableSetterType" : "SetInstanceHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetInstanceHealthResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setInstanceHealth",
"authenticated" : true,
"syncReturnType" : "SetInstanceHealthResult",
"asyncReturnType" : "SetInstanceHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SetInstanceProtection" : {
"documentation" : "Updates the instance protection settings of the specified instances.
For more information, see Instance Protection in the Auto Scaling Developer Guide.
",
"operationName" : "SetInstanceProtection",
"deprecated" : false,
"input" : {
"variableName" : "setInstanceProtectionRequest",
"variableType" : "SetInstanceProtectionRequest",
"variableDeclarationType" : "SetInstanceProtectionRequest",
"documentation" : "",
"simpleType" : "SetInstanceProtectionRequest",
"variableSetterType" : "SetInstanceProtectionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetInstanceProtectionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setInstanceProtection",
"authenticated" : true,
"syncReturnType" : "SetInstanceProtectionResult",
"asyncReturnType" : "SetInstanceProtectionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SuspendProcesses" : {
"documentation" : "Suspends the specified Auto Scaling processes, or all processes, for the specified Auto Scaling group.
Note that if you suspend either the Launch
or Terminate
process types, it can prevent other process types from functioning properly.
To resume processes that have been suspended, use ResumeProcesses.
For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling Developer Guide.
",
"operationName" : "SuspendProcesses",
"deprecated" : false,
"input" : {
"variableName" : "suspendProcessesRequest",
"variableType" : "SuspendProcessesRequest",
"variableDeclarationType" : "SuspendProcessesRequest",
"documentation" : "",
"simpleType" : "SuspendProcessesRequest",
"variableSetterType" : "SuspendProcessesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SuspendProcessesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "suspendProcesses",
"authenticated" : true,
"syncReturnType" : "SuspendProcessesResult",
"asyncReturnType" : "SuspendProcessesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"TerminateInstanceInAutoScalingGroup" : {
"documentation" : "Terminates the specified instance and optionally adjusts the desired group size.
This call simply makes a termination request. The instance is not terminated immediately.
",
"operationName" : "TerminateInstanceInAutoScalingGroup",
"deprecated" : false,
"input" : {
"variableName" : "terminateInstanceInAutoScalingGroupRequest",
"variableType" : "TerminateInstanceInAutoScalingGroupRequest",
"variableDeclarationType" : "TerminateInstanceInAutoScalingGroupRequest",
"documentation" : "",
"simpleType" : "TerminateInstanceInAutoScalingGroupRequest",
"variableSetterType" : "TerminateInstanceInAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "TerminateInstanceInAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "terminateInstanceInAutoScalingGroup",
"authenticated" : true,
"syncReturnType" : "TerminateInstanceInAutoScalingGroupResult",
"asyncReturnType" : "TerminateInstanceInAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateAutoScalingGroup" : {
"documentation" : "Updates the configuration for the specified Auto Scaling group.
To update an Auto Scaling group with a launch configuration with InstanceMonitoring
set to False
, you must first disable the collection of group metrics. Otherwise, you will get an error. If you have previously enabled the collection of group metrics, you can disable it using DisableMetricsCollection.
The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren't affected.
Note the following:
-
If you specify a new value for MinSize
without specifying a value for DesiredCapacity
, and the new MinSize
is larger than the current size of the group, we implicitly call SetDesiredCapacity to set the size of the group to the new value of MinSize
.
-
If you specify a new value for MaxSize
without specifying a value for DesiredCapacity
, and the new MaxSize
is smaller than the current size of the group, we implicitly call SetDesiredCapacity to set the size of the group to the new value of MaxSize
.
-
All other optional parameters are left unchanged if not specified.
",
"operationName" : "UpdateAutoScalingGroup",
"deprecated" : false,
"input" : {
"variableName" : "updateAutoScalingGroupRequest",
"variableType" : "UpdateAutoScalingGroupRequest",
"variableDeclarationType" : "UpdateAutoScalingGroupRequest",
"documentation" : "",
"simpleType" : "UpdateAutoScalingGroupRequest",
"variableSetterType" : "UpdateAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateAutoScalingGroup",
"authenticated" : true,
"syncReturnType" : "UpdateAutoScalingGroupResult",
"asyncReturnType" : "UpdateAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
}
},
"shapes" : {
"DeletePolicyRequest" : {
"c2jName" : "DeletePolicyType",
"documentation" : "",
"shapeName" : "DeletePolicyRequest",
"deprecated" : false,
"required" : [ "PolicyName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group.
\n@return The name of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name or Amazon Resource Name (ARN) of the policy.
",
"name" : "PolicyName",
"c2jName" : "PolicyName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "policyName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or Amazon Resource Name (ARN) of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "policyName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyName",
"marshallLocationName" : "PolicyName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@param policyName The name or Amazon Resource Name (ARN) of the policy.*/",
"getterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@return The name or Amazon Resource Name (ARN) of the policy.*/",
"fluentSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deletePolicyRequest",
"variableType" : "DeletePolicyRequest",
"variableDeclarationType" : "DeletePolicyRequest",
"documentation" : null,
"simpleType" : "DeletePolicyRequest",
"variableSetterType" : "DeletePolicyRequest"
},
"marshaller" : {
"action" : "DeletePolicy",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AutoScalingGroupName" : {
"documentation" : "The name of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group.
\n@return The name of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PolicyName" : {
"documentation" : "The name or Amazon Resource Name (ARN) of the policy.
",
"name" : "PolicyName",
"c2jName" : "PolicyName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "policyName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or Amazon Resource Name (ARN) of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "policyName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyName",
"marshallLocationName" : "PolicyName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@param policyName The name or Amazon Resource Name (ARN) of the policy.*/",
"getterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@return The name or Amazon Resource Name (ARN) of the policy.*/",
"fluentSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the policy.
\n@param policyName The name or Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"EnableMetricsCollectionRequest" : {
"c2jName" : "EnableMetricsCollectionQuery",
"documentation" : "",
"shapeName" : "EnableMetricsCollectionRequest",
"deprecated" : false,
"required" : [ "AutoScalingGroupName", "Granularity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name or ARN of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or ARN of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@return The name or ARN of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
",
"name" : "Metrics",
"c2jName" : "Metrics",
"c2jShape" : "Metrics",
"variable" : {
"variableName" : "metrics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "metrics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metrics",
"marshallLocationName" : "Metrics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.*/",
"getterDocumentation" : "/**
One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\n@return One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.*/",
"fluentSetterDocumentation" : "/**
One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.
\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
",
"name" : "Granularity",
"c2jName" : "Granularity",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Granularity",
"marshallLocationName" : "Granularity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute
.*/",
"getterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@return The granularity to associate with the metrics to collect. The only valid value is 1Minute
.*/",
"fluentSetterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "enableMetricsCollectionRequest",
"variableType" : "EnableMetricsCollectionRequest",
"variableDeclarationType" : "EnableMetricsCollectionRequest",
"documentation" : null,
"simpleType" : "EnableMetricsCollectionRequest",
"variableSetterType" : "EnableMetricsCollectionRequest"
},
"marshaller" : {
"action" : "EnableMetricsCollection",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Metrics" : {
"documentation" : "One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
",
"name" : "Metrics",
"c2jName" : "Metrics",
"c2jShape" : "Metrics",
"variable" : {
"variableName" : "metrics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "metrics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metrics",
"marshallLocationName" : "Metrics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.*/",
"getterDocumentation" : "/**
One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\n@return One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.*/",
"fluentSetterDocumentation" : "/**
One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
One or more of the following metrics. If you omit this parameter, all metrics are enabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.
\n@param metrics One or more of the following metrics. If you omit this parameter, all metrics are enabled. GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
Note that the GroupStandbyInstances
metric is not enabled by default. You must explicitly request this metric.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoScalingGroupName" : {
"documentation" : "
The name or ARN of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or ARN of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@return The name or ARN of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or ARN of the Auto Scaling group.
\n@param autoScalingGroupName The name or ARN of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Granularity" : {
"documentation" : "The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
",
"name" : "Granularity",
"c2jName" : "Granularity",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Granularity",
"marshallLocationName" : "Granularity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute
.*/",
"getterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@return The granularity to associate with the metrics to collect. The only valid value is 1Minute
.*/",
"fluentSetterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The granularity to associate with the metrics to collect. The only valid value is 1Minute
.
\n@param granularity The granularity to associate with the metrics to collect. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteLifecycleHookResult" : {
"c2jName" : "DeleteLifecycleHookAnswer",
"documentation" : "",
"shapeName" : "DeleteLifecycleHookResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteLifecycleHookResult",
"variableType" : "DeleteLifecycleHookResult",
"variableDeclarationType" : "DeleteLifecycleHookResult",
"documentation" : null,
"simpleType" : "DeleteLifecycleHookResult",
"variableSetterType" : "DeleteLifecycleHookResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DeleteLifecycleHookResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeLaunchConfigurationsRequest" : {
"c2jName" : "LaunchConfigurationNamesType",
"documentation" : "",
"shapeName" : "DescribeLaunchConfigurationsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The launch configuration names.
",
"name" : "LaunchConfigurationNames",
"c2jName" : "LaunchConfigurationNames",
"c2jShape" : "LaunchConfigurationNames",
"variable" : {
"variableName" : "launchConfigurationNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The launch configuration names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "launchConfigurationNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LaunchConfigurationNames",
"marshallLocationName" : "LaunchConfigurationNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The launch configuration names.
\n@param launchConfigurationNames The launch configuration names.*/",
"getterDocumentation" : "/**The launch configuration names.
\n@return The launch configuration names.*/",
"fluentSetterDocumentation" : "/**The launch configuration names.
\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The launch configuration names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLaunchConfigurationNames(java.util.Collection)} or {@link #withLaunchConfigurationNames(java.util.Collection)} if you want to override the existing values.
\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of items to return with this call. The default is 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call. The default is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@param maxRecords The maximum number of items to return with this call. The default is 100.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@return The maximum number of items to return with this call. The default is 100.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeLaunchConfigurationsRequest",
"variableType" : "DescribeLaunchConfigurationsRequest",
"variableDeclarationType" : "DescribeLaunchConfigurationsRequest",
"documentation" : null,
"simpleType" : "DescribeLaunchConfigurationsRequest",
"variableSetterType" : "DescribeLaunchConfigurationsRequest"
},
"marshaller" : {
"action" : "DescribeLaunchConfigurations",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LaunchConfigurationNames" : {
"documentation" : "The launch configuration names.
",
"name" : "LaunchConfigurationNames",
"c2jName" : "LaunchConfigurationNames",
"c2jShape" : "LaunchConfigurationNames",
"variable" : {
"variableName" : "launchConfigurationNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The launch configuration names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "launchConfigurationNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LaunchConfigurationNames",
"marshallLocationName" : "LaunchConfigurationNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The launch configuration names.
\n@param launchConfigurationNames The launch configuration names.*/",
"getterDocumentation" : "/**The launch configuration names.
\n@return The launch configuration names.*/",
"fluentSetterDocumentation" : "/**The launch configuration names.
\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The launch configuration names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLaunchConfigurationNames(java.util.Collection)} or {@link #withLaunchConfigurationNames(java.util.Collection)} if you want to override the existing values.
\n@param launchConfigurationNames The launch configuration names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxRecords" : {
"documentation" : "The maximum number of items to return with this call. The default is 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call. The default is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@param maxRecords The maximum number of items to return with this call. The default is 100.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@return The maximum number of items to return with this call. The default is 100.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call. The default is 100.
\n@param maxRecords The maximum number of items to return with this call. The default is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeAdjustmentTypesResult" : {
"c2jName" : "DescribeAdjustmentTypesAnswer",
"documentation" : "",
"shapeName" : "DescribeAdjustmentTypesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The policy adjustment types.
",
"name" : "AdjustmentTypes",
"c2jName" : "AdjustmentTypes",
"c2jShape" : "AdjustmentTypes",
"variable" : {
"variableName" : "adjustmentTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The policy adjustment types.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "adjustmentTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdjustmentTypes",
"marshallLocationName" : "AdjustmentTypes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AdjustmentType",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AdjustmentType",
"variable" : {
"variableName" : "member",
"variableType" : "AdjustmentType",
"variableDeclarationType" : "AdjustmentType",
"documentation" : "",
"simpleType" : "AdjustmentType",
"variableSetterType" : "AdjustmentType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AdjustmentType",
"variableDeclarationType" : "AdjustmentType",
"documentation" : "",
"simpleType" : "AdjustmentType",
"variableSetterType" : "AdjustmentType"
},
"getterModel" : {
"returnType" : "AdjustmentType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AdjustmentType",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The policy adjustment types.
\n@param adjustmentTypes The policy adjustment types.*/",
"getterDocumentation" : "/**The policy adjustment types.
\n@return The policy adjustment types.*/",
"fluentSetterDocumentation" : "/**The policy adjustment types.
\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The policy adjustment types.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAdjustmentTypes(java.util.Collection)} or {@link #withAdjustmentTypes(java.util.Collection)} if you want to override the existing values.
\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAdjustmentTypesResult",
"variableType" : "DescribeAdjustmentTypesResult",
"variableDeclarationType" : "DescribeAdjustmentTypesResult",
"documentation" : null,
"simpleType" : "DescribeAdjustmentTypesResult",
"variableSetterType" : "DescribeAdjustmentTypesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeAdjustmentTypesResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AdjustmentTypes" : {
"documentation" : "The policy adjustment types.
",
"name" : "AdjustmentTypes",
"c2jName" : "AdjustmentTypes",
"c2jShape" : "AdjustmentTypes",
"variable" : {
"variableName" : "adjustmentTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The policy adjustment types.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "adjustmentTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdjustmentTypes",
"marshallLocationName" : "AdjustmentTypes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AdjustmentType",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AdjustmentType",
"variable" : {
"variableName" : "member",
"variableType" : "AdjustmentType",
"variableDeclarationType" : "AdjustmentType",
"documentation" : "",
"simpleType" : "AdjustmentType",
"variableSetterType" : "AdjustmentType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AdjustmentType",
"variableDeclarationType" : "AdjustmentType",
"documentation" : "",
"simpleType" : "AdjustmentType",
"variableSetterType" : "AdjustmentType"
},
"getterModel" : {
"returnType" : "AdjustmentType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AdjustmentType",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The policy adjustment types.
\n@param adjustmentTypes The policy adjustment types.*/",
"getterDocumentation" : "/**The policy adjustment types.
\n@return The policy adjustment types.*/",
"fluentSetterDocumentation" : "/**The policy adjustment types.
\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The policy adjustment types.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAdjustmentTypes(java.util.Collection)} or {@link #withAdjustmentTypes(java.util.Collection)} if you want to override the existing values.
\n@param adjustmentTypes The policy adjustment types.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Activity" : {
"c2jName" : "Activity",
"documentation" : "Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.
",
"shapeName" : "Activity",
"deprecated" : false,
"required" : [ "ActivityId", "AutoScalingGroupName", "Cause", "StartTime", "StatusCode" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the activity.
",
"name" : "ActivityId",
"c2jName" : "ActivityId",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ActivityId",
"marshallLocationName" : "ActivityId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the activity.
\n@param activityId The ID of the activity.*/",
"getterDocumentation" : "/**The ID of the activity.
\n@return The ID of the activity.*/",
"fluentSetterDocumentation" : "/**The ID of the activity.
\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the activity.
\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group.
\n@return The name of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A friendly, more verbose description of the activity.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly, more verbose description of the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@param description A friendly, more verbose description of the activity.*/",
"getterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@return A friendly, more verbose description of the activity.*/",
"fluentSetterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The reason the activity began.
",
"name" : "Cause",
"c2jName" : "Cause",
"c2jShape" : "XmlStringMaxLen1023",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The reason the activity began.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Cause",
"marshallLocationName" : "Cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The reason the activity began.
\n@param cause The reason the activity began.*/",
"getterDocumentation" : "/**The reason the activity began.
\n@return The reason the activity began.*/",
"fluentSetterDocumentation" : "/**The reason the activity began.
\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The reason the activity began.
\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The start time of the activity.
",
"name" : "StartTime",
"c2jName" : "StartTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The start time of the activity.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StartTime",
"marshallLocationName" : "StartTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The start time of the activity.
\n@param startTime The start time of the activity.*/",
"getterDocumentation" : "/**The start time of the activity.
\n@return The start time of the activity.*/",
"fluentSetterDocumentation" : "/**The start time of the activity.
\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The start time of the activity.
\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The end time of the activity.
",
"name" : "EndTime",
"c2jName" : "EndTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The end time of the activity.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndTime",
"marshallLocationName" : "EndTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The end time of the activity.
\n@param endTime The end time of the activity.*/",
"getterDocumentation" : "/**The end time of the activity.
\n@return The end time of the activity.*/",
"fluentSetterDocumentation" : "/**The end time of the activity.
\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The end time of the activity.
\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current status of the activity.
",
"name" : "StatusCode",
"c2jName" : "StatusCode",
"c2jShape" : "ScalingActivityStatusCode",
"variable" : {
"variableName" : "statusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "statusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusCode",
"marshallLocationName" : "StatusCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ScalingActivityStatusCode",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the activity.
\n@param statusCode The current status of the activity.\n@see ScalingActivityStatusCode*/",
"getterDocumentation" : "/**The current status of the activity.
\n@return The current status of the activity.\n@see ScalingActivityStatusCode*/",
"fluentSetterDocumentation" : "/**The current status of the activity.
\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/",
"varargSetterDocumentation" : "/**The current status of the activity.
\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/"
}, {
"documentation" : "A friendly, more verbose description of the activity status.
",
"name" : "StatusMessage",
"c2jName" : "StatusMessage",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "statusMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly, more verbose description of the activity status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "statusMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusMessage",
"marshallLocationName" : "StatusMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@param statusMessage A friendly, more verbose description of the activity status.*/",
"getterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@return A friendly, more verbose description of the activity status.*/",
"fluentSetterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A value between 0 and 100 that indicates the progress of the activity.
",
"name" : "Progress",
"c2jName" : "Progress",
"c2jShape" : "Progress",
"variable" : {
"variableName" : "progress",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "A value between 0 and 100 that indicates the progress of the activity.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "progress",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Progress",
"marshallLocationName" : "Progress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@param progress A value between 0 and 100 that indicates the progress of the activity.*/",
"getterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@return A value between 0 and 100 that indicates the progress of the activity.*/",
"fluentSetterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The details about the activity.
",
"name" : "Details",
"c2jName" : "Details",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The details about the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Details",
"marshallLocationName" : "Details",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The details about the activity.
\n@param details The details about the activity.*/",
"getterDocumentation" : "/**The details about the activity.
\n@return The details about the activity.*/",
"fluentSetterDocumentation" : "/**The details about the activity.
\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The details about the activity.
\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "activity",
"variableType" : "Activity",
"variableDeclarationType" : "Activity",
"documentation" : null,
"simpleType" : "Activity",
"variableSetterType" : "Activity"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Progress" : {
"documentation" : "A value between 0 and 100 that indicates the progress of the activity.
",
"name" : "Progress",
"c2jName" : "Progress",
"c2jShape" : "Progress",
"variable" : {
"variableName" : "progress",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "A value between 0 and 100 that indicates the progress of the activity.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "progress",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Progress",
"marshallLocationName" : "Progress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@param progress A value between 0 and 100 that indicates the progress of the activity.*/",
"getterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@return A value between 0 and 100 that indicates the progress of the activity.*/",
"fluentSetterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A value between 0 and 100 that indicates the progress of the activity.
\n@param progress A value between 0 and 100 that indicates the progress of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "A friendly, more verbose description of the activity.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly, more verbose description of the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@param description A friendly, more verbose description of the activity.*/",
"getterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@return A friendly, more verbose description of the activity.*/",
"fluentSetterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly, more verbose description of the activity.
\n@param description A friendly, more verbose description of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Details" : {
"documentation" : "The details about the activity.
",
"name" : "Details",
"c2jName" : "Details",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The details about the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Details",
"marshallLocationName" : "Details",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The details about the activity.
\n@param details The details about the activity.*/",
"getterDocumentation" : "/**The details about the activity.
\n@return The details about the activity.*/",
"fluentSetterDocumentation" : "/**The details about the activity.
\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The details about the activity.
\n@param details The details about the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndTime" : {
"documentation" : "The end time of the activity.
",
"name" : "EndTime",
"c2jName" : "EndTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The end time of the activity.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndTime",
"marshallLocationName" : "EndTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The end time of the activity.
\n@param endTime The end time of the activity.*/",
"getterDocumentation" : "/**The end time of the activity.
\n@return The end time of the activity.*/",
"fluentSetterDocumentation" : "/**The end time of the activity.
\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The end time of the activity.
\n@param endTime The end time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ActivityId" : {
"documentation" : "The ID of the activity.
",
"name" : "ActivityId",
"c2jName" : "ActivityId",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ActivityId",
"marshallLocationName" : "ActivityId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the activity.
\n@param activityId The ID of the activity.*/",
"getterDocumentation" : "/**The ID of the activity.
\n@return The ID of the activity.*/",
"fluentSetterDocumentation" : "/**The ID of the activity.
\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the activity.
\n@param activityId The ID of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoScalingGroupName" : {
"documentation" : "The name of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group.
\n@return The name of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cause" : {
"documentation" : "The reason the activity began.
",
"name" : "Cause",
"c2jName" : "Cause",
"c2jShape" : "XmlStringMaxLen1023",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The reason the activity began.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Cause",
"marshallLocationName" : "Cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The reason the activity began.
\n@param cause The reason the activity began.*/",
"getterDocumentation" : "/**The reason the activity began.
\n@return The reason the activity began.*/",
"fluentSetterDocumentation" : "/**The reason the activity began.
\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The reason the activity began.
\n@param cause The reason the activity began.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StartTime" : {
"documentation" : "The start time of the activity.
",
"name" : "StartTime",
"c2jName" : "StartTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The start time of the activity.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StartTime",
"marshallLocationName" : "StartTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The start time of the activity.
\n@param startTime The start time of the activity.*/",
"getterDocumentation" : "/**The start time of the activity.
\n@return The start time of the activity.*/",
"fluentSetterDocumentation" : "/**The start time of the activity.
\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The start time of the activity.
\n@param startTime The start time of the activity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StatusCode" : {
"documentation" : "The current status of the activity.
",
"name" : "StatusCode",
"c2jName" : "StatusCode",
"c2jShape" : "ScalingActivityStatusCode",
"variable" : {
"variableName" : "statusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "statusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusCode",
"marshallLocationName" : "StatusCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ScalingActivityStatusCode",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the activity.
\n@param statusCode The current status of the activity.\n@see ScalingActivityStatusCode*/",
"getterDocumentation" : "/**The current status of the activity.
\n@return The current status of the activity.\n@see ScalingActivityStatusCode*/",
"fluentSetterDocumentation" : "/**The current status of the activity.
\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/",
"varargSetterDocumentation" : "/**The current status of the activity.
\n@param statusCode The current status of the activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingActivityStatusCode*/"
},
"StatusMessage" : {
"documentation" : "A friendly, more verbose description of the activity status.
",
"name" : "StatusMessage",
"c2jName" : "StatusMessage",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "statusMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly, more verbose description of the activity status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "statusMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusMessage",
"marshallLocationName" : "StatusMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@param statusMessage A friendly, more verbose description of the activity status.*/",
"getterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@return A friendly, more verbose description of the activity status.*/",
"fluentSetterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly, more verbose description of the activity status.
\n@param statusMessage A friendly, more verbose description of the activity status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"PutLifecycleHookRequest" : {
"c2jName" : "PutLifecycleHookType",
"documentation" : "",
"shapeName" : "PutLifecycleHookRequest",
"deprecated" : false,
"required" : [ "LifecycleHookName", "AutoScalingGroupName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the lifecycle hook.
",
"name" : "LifecycleHookName",
"c2jName" : "LifecycleHookName",
"c2jShape" : "AsciiStringMaxLen255",
"variable" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleHookName",
"marshallLocationName" : "LifecycleHookName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the lifecycle hook.
\n@return The name of the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the Auto Scaling group to which you want to assign the lifecycle hook.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group to which you want to assign the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@return The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"name" : "LifecycleTransition",
"c2jName" : "LifecycleTransition",
"c2jShape" : "LifecycleTransition",
"variable" : {
"variableName" : "lifecycleTransition",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleTransition",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleTransition",
"marshallLocationName" : "LifecycleTransition",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"getterDocumentation" : "/**
The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@return The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"fluentSetterDocumentation" : "/**
The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RoleARN",
"marshallLocationName" : "RoleARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"getterDocumentation" : "/**
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@return The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"fluentSetterDocumentation" : "/**
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
",
"name" : "NotificationTargetARN",
"c2jName" : "NotificationTargetARN",
"c2jShape" : "NotificationTargetResourceName",
"variable" : {
"variableName" : "notificationTargetARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationTargetARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationTargetARN",
"marshallLocationName" : "NotificationTargetARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.*/",
"getterDocumentation" : "/**
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@return The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.*/",
"fluentSetterDocumentation" : "/**
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
",
"name" : "NotificationMetadata",
"c2jName" : "NotificationMetadata",
"c2jShape" : "XmlStringMaxLen1023",
"variable" : {
"variableName" : "notificationMetadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationMetadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationMetadata",
"marshallLocationName" : "NotificationMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/",
"getterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@return Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/",
"fluentSetterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
",
"name" : "HeartbeatTimeout",
"c2jName" : "HeartbeatTimeout",
"c2jShape" : "HeartbeatTimeout",
"variable" : {
"variableName" : "heartbeatTimeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "heartbeatTimeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HeartbeatTimeout",
"marshallLocationName" : "HeartbeatTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/",
"getterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@return The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/",
"fluentSetterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
",
"name" : "DefaultResult",
"c2jName" : "DefaultResult",
"c2jShape" : "LifecycleActionResult",
"variable" : {
"variableName" : "defaultResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultResult",
"marshallLocationName" : "DefaultResult",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.*/",
"getterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@return Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.*/",
"fluentSetterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "putLifecycleHookRequest",
"variableType" : "PutLifecycleHookRequest",
"variableDeclarationType" : "PutLifecycleHookRequest",
"documentation" : null,
"simpleType" : "PutLifecycleHookRequest",
"variableSetterType" : "PutLifecycleHookRequest"
},
"marshaller" : {
"action" : "PutLifecycleHook",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LifecycleHookName" : {
"documentation" : "The name of the lifecycle hook.
",
"name" : "LifecycleHookName",
"c2jName" : "LifecycleHookName",
"c2jShape" : "AsciiStringMaxLen255",
"variable" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleHookName",
"marshallLocationName" : "LifecycleHookName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the lifecycle hook.
\n@return The name of the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LifecycleTransition" : {
"documentation" : "The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"name" : "LifecycleTransition",
"c2jName" : "LifecycleTransition",
"c2jShape" : "LifecycleTransition",
"variable" : {
"variableName" : "lifecycleTransition",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleTransition",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleTransition",
"marshallLocationName" : "LifecycleTransition",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"getterDocumentation" : "/**
The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@return The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"fluentSetterDocumentation" : "/**
The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param lifecycleTransition The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoScalingGroupName" : {
"documentation" : "
The name of the Auto Scaling group to which you want to assign the lifecycle hook.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group to which you want to assign the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@return The name of the Auto Scaling group to which you want to assign the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group to which you want to assign the lifecycle hook.
\n@param autoScalingGroupName The name of the Auto Scaling group to which you want to assign the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HeartbeatTimeout" : {
"documentation" : "The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
",
"name" : "HeartbeatTimeout",
"c2jName" : "HeartbeatTimeout",
"c2jShape" : "HeartbeatTimeout",
"variable" : {
"variableName" : "heartbeatTimeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "heartbeatTimeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HeartbeatTimeout",
"marshallLocationName" : "HeartbeatTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/",
"getterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@return The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).*/",
"fluentSetterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
\n@param heartbeatTimeout The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NotificationMetadata" : {
"documentation" : "Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
",
"name" : "NotificationMetadata",
"c2jName" : "NotificationMetadata",
"c2jShape" : "XmlStringMaxLen1023",
"variable" : {
"variableName" : "notificationMetadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationMetadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationMetadata",
"marshallLocationName" : "NotificationMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/",
"getterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@return Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.*/",
"fluentSetterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
\n@param notificationMetadata Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DefaultResult" : {
"documentation" : "Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
",
"name" : "DefaultResult",
"c2jName" : "DefaultResult",
"c2jShape" : "LifecycleActionResult",
"variable" : {
"variableName" : "defaultResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultResult",
"marshallLocationName" : "DefaultResult",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.*/",
"getterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@return Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.*/",
"fluentSetterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.
\n@param defaultResult Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is ABANDON
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RoleARN" : {
"documentation" : "The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RoleARN",
"marshallLocationName" : "RoleARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"getterDocumentation" : "/**
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@return The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.*/",
"fluentSetterDocumentation" : "/**
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
\n@param roleARN The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. This parameter is required for new lifecycle hooks, but optional when updating existing hooks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NotificationTargetARN" : {
"documentation" : "
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
",
"name" : "NotificationTargetARN",
"c2jName" : "NotificationTargetARN",
"c2jShape" : "NotificationTargetResourceName",
"variable" : {
"variableName" : "notificationTargetARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationTargetARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationTargetARN",
"marshallLocationName" : "NotificationTargetARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.*/",
"getterDocumentation" : "/**
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@return The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.*/",
"fluentSetterDocumentation" : "/**
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.
\n@param notificationTargetARN The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. The notification messages sent to the target include the following information:
- AutoScalingGroupName. The name of the Auto Scaling group.
- AccountId. The AWS account ID.
- LifecycleTransition. The lifecycle hook type.
- LifecycleActionToken. The lifecycle action token.
- EC2InstanceId. The EC2 instance ID.
- LifecycleHookName. The name of the lifecycle hook.
- NotificationMetadata. User-defined information.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: \"Event\": \"autoscaling:TEST_NOTIFICATION\"
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"EnabledMetric" : {
"c2jName" : "EnabledMetric",
"documentation" : "
Describes an enabled metric.
",
"shapeName" : "EnabledMetric",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
",
"name" : "Metric",
"c2jName" : "Metric",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "metric",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "metric",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metric",
"marshallLocationName" : "Metric",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@param metric One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
*/",
"getterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@return One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
*/",
"fluentSetterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@param metric One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@param metric One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The granularity of the metric. The only valid value is 1Minute
.
",
"name" : "Granularity",
"c2jName" : "Granularity",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The granularity of the metric. The only valid value is 1Minute
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Granularity",
"marshallLocationName" : "Granularity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@param granularity The granularity of the metric. The only valid value is 1Minute
.*/",
"getterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@return The granularity of the metric. The only valid value is 1Minute
.*/",
"fluentSetterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@param granularity The granularity of the metric. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@param granularity The granularity of the metric. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "enabledMetric",
"variableType" : "EnabledMetric",
"variableDeclarationType" : "EnabledMetric",
"documentation" : null,
"simpleType" : "EnabledMetric",
"variableSetterType" : "EnabledMetric"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Metric" : {
"documentation" : "One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
",
"name" : "Metric",
"c2jName" : "Metric",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "metric",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "metric",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metric",
"marshallLocationName" : "Metric",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@param metric One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
*/",
"getterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@return One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
*/",
"fluentSetterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@param metric One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@param metric One of the following metrics: GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Granularity" : {
"documentation" : "The granularity of the metric. The only valid value is 1Minute
.
",
"name" : "Granularity",
"c2jName" : "Granularity",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The granularity of the metric. The only valid value is 1Minute
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "granularity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Granularity",
"marshallLocationName" : "Granularity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@param granularity The granularity of the metric. The only valid value is 1Minute
.*/",
"getterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@return The granularity of the metric. The only valid value is 1Minute
.*/",
"fluentSetterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@param granularity The granularity of the metric. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The granularity of the metric. The only valid value is 1Minute
.
\n@param granularity The granularity of the metric. The only valid value is 1Minute
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SetDesiredCapacityResult" : {
"c2jName" : "SetDesiredCapacityResult",
"documentation" : null,
"shapeName" : "SetDesiredCapacityResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "setDesiredCapacityResult",
"variableType" : "SetDesiredCapacityResult",
"variableDeclarationType" : "SetDesiredCapacityResult",
"documentation" : null,
"simpleType" : "SetDesiredCapacityResult",
"variableSetterType" : "SetDesiredCapacityResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"LaunchConfiguration" : {
"c2jName" : "LaunchConfiguration",
"documentation" : "Describes a launch configuration.
",
"shapeName" : "LaunchConfiguration",
"deprecated" : false,
"required" : [ "LaunchConfigurationName", "ImageId", "InstanceType", "CreatedTime" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the launch configuration.
",
"name" : "LaunchConfigurationName",
"c2jName" : "LaunchConfigurationName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "launchConfigurationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the launch configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "launchConfigurationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LaunchConfigurationName",
"marshallLocationName" : "LaunchConfigurationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the launch configuration.
\n@param launchConfigurationName The name of the launch configuration.*/",
"getterDocumentation" : "/**The name of the launch configuration.
\n@return The name of the launch configuration.*/",
"fluentSetterDocumentation" : "/**The name of the launch configuration.
\n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the launch configuration.
\n@param launchConfigurationName The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) of the launch configuration.
",
"name" : "LaunchConfigurationARN",
"c2jName" : "LaunchConfigurationARN",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "launchConfigurationARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the launch configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "launchConfigurationARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LaunchConfigurationARN",
"marshallLocationName" : "LaunchConfigurationARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the launch configuration.
\n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the launch configuration.
\n@return The Amazon Resource Name (ARN) of the launch configuration.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the launch configuration.
\n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the launch configuration.
\n@param launchConfigurationARN The Amazon Resource Name (ARN) of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the Amazon Machine Image (AMI).
",
"name" : "ImageId",
"c2jName" : "ImageId",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "imageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the Amazon Machine Image (AMI).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "imageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ImageId",
"marshallLocationName" : "ImageId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the Amazon Machine Image (AMI).
\n@param imageId The ID of the Amazon Machine Image (AMI).*/",
"getterDocumentation" : "/**The ID of the Amazon Machine Image (AMI).
\n@return The ID of the Amazon Machine Image (AMI).*/",
"fluentSetterDocumentation" : "/**The ID of the Amazon Machine Image (AMI).
\n@param imageId The ID of the Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the Amazon Machine Image (AMI).
\n@param imageId The ID of the Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the key pair.
",
"name" : "KeyName",
"c2jName" : "KeyName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "keyName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the key pair.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "keyName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "KeyName",
"marshallLocationName" : "KeyName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the key pair.
\n@param keyName The name of the key pair.*/",
"getterDocumentation" : "/**The name of the key pair.
\n@return The name of the key pair.*/",
"fluentSetterDocumentation" : "/**The name of the key pair.
\n@param keyName The name of the key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the key pair.
\n@param keyName The name of the key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The security groups to associate with the instances.
",
"name" : "SecurityGroups",
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"variable" : {
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The security groups to associate with the instances.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SecurityGroups",
"marshallLocationName" : "SecurityGroups",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The security groups to associate with the instances.
\n@param securityGroups The security groups to associate with the instances.*/",
"getterDocumentation" : "/**The security groups to associate with the instances.
\n@return The security groups to associate with the instances.*/",
"fluentSetterDocumentation" : "/**The security groups to associate with the instances.
\n@param securityGroups The security groups to associate with the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The security groups to associate with the instances.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param securityGroups The security groups to associate with the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
",
"name" : "ClassicLinkVPCId",
"c2jName" : "ClassicLinkVPCId",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "classicLinkVPCId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "classicLinkVPCId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClassicLinkVPCId",
"marshallLocationName" : "ClassicLinkVPCId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/",
"getterDocumentation" : "/**The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\n@return The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/",
"fluentSetterDocumentation" : "/**The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\n@param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
",
"name" : "ClassicLinkVPCSecurityGroups",
"c2jName" : "ClassicLinkVPCSecurityGroups",
"c2jShape" : "ClassicLinkVPCSecurityGroups",
"variable" : {
"variableName" : "classicLinkVPCSecurityGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "classicLinkVPCSecurityGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClassicLinkVPCSecurityGroups",
"marshallLocationName" : "ClassicLinkVPCSecurityGroups",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/",
"getterDocumentation" : "/**The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\n@return The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.*/",
"fluentSetterDocumentation" : "/**The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setClassicLinkVPCSecurityGroups(java.util.Collection)} or {@link #withClassicLinkVPCSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId
. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The user data available to the instances.
",
"name" : "UserData",
"c2jName" : "UserData",
"c2jShape" : "XmlStringUserData",
"variable" : {
"variableName" : "userData",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user data available to the instances.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "userData",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserData",
"marshallLocationName" : "UserData",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user data available to the instances.
\n@param userData The user data available to the instances.*/",
"getterDocumentation" : "/**The user data available to the instances.
\n@return The user data available to the instances.*/",
"fluentSetterDocumentation" : "/**The user data available to the instances.
\n@param userData The user data available to the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user data available to the instances.
\n@param userData The user data available to the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The instance type for the instances.
",
"name" : "InstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "instanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The instance type for the instances.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceType",
"marshallLocationName" : "InstanceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The instance type for the instances.
\n@param instanceType The instance type for the instances.*/",
"getterDocumentation" : "/**The instance type for the instances.
\n@return The instance type for the instances.*/",
"fluentSetterDocumentation" : "/**The instance type for the instances.
\n@param instanceType The instance type for the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The instance type for the instances.
\n@param instanceType The instance type for the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the kernel associated with the AMI.
",
"name" : "KernelId",
"c2jName" : "KernelId",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "kernelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the kernel associated with the AMI.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "kernelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "KernelId",
"marshallLocationName" : "KernelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the kernel associated with the AMI.
\n@param kernelId The ID of the kernel associated with the AMI.*/",
"getterDocumentation" : "/**The ID of the kernel associated with the AMI.
\n@return The ID of the kernel associated with the AMI.*/",
"fluentSetterDocumentation" : "/**The ID of the kernel associated with the AMI.
\n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the kernel associated with the AMI.
\n@param kernelId The ID of the kernel associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the RAM disk associated with the AMI.
",
"name" : "RamdiskId",
"c2jName" : "RamdiskId",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "ramdiskId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the RAM disk associated with the AMI.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ramdiskId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RamdiskId",
"marshallLocationName" : "RamdiskId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the RAM disk associated with the AMI.
\n@param ramdiskId The ID of the RAM disk associated with the AMI.*/",
"getterDocumentation" : "/**The ID of the RAM disk associated with the AMI.
\n@return The ID of the RAM disk associated with the AMI.*/",
"fluentSetterDocumentation" : "/**The ID of the RAM disk associated with the AMI.
\n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the RAM disk associated with the AMI.
\n@param ramdiskId The ID of the RAM disk associated with the AMI.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A block device mapping, which specifies the block devices for the instance.
",
"name" : "BlockDeviceMappings",
"c2jName" : "BlockDeviceMappings",
"c2jShape" : "BlockDeviceMappings",
"variable" : {
"variableName" : "blockDeviceMappings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A block device mapping, which specifies the block devices for the instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "blockDeviceMappings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection