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",
"xmlProtocol" : true,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"jsonProtocol" : false,
"syncClientBuilderClassName" : "AmazonAutoScalingClientBuilder",
"asyncClientBuilderClassName" : "AmazonAutoScalingAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AmazonAutoScalingModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.autoscaling.smoketests",
"serviceName" : "Auto Scaling",
"cborProtocol" : false
},
"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.
If there is a Classic load balancer attached to your Auto Scaling group, the instances are also registered with the load balancer. If there are target groups attached to your Auto Scaling group, the instances are also registered with the target groups.
For more information, see Attach EC2 Instances to Your Auto Scaling Group in the Auto Scaling User Guide.
",
"operationName" : "AttachInstances",
"deprecated" : false,
"input" : {
"variableName" : "attachInstancesRequest",
"variableType" : "AttachInstancesRequest",
"variableDeclarationType" : "AttachInstancesRequest",
"documentation" : "Contains the parameters for AttachInstances.
",
"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,
"authenticated" : true,
"syncReturnType" : "AttachInstancesResult",
"asyncReturnType" : "AttachInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "attachInstances"
},
"AttachLoadBalancerTargetGroups" : {
"documentation" : "Attaches one or more target groups to the specified Auto Scaling group.
To describe the target groups for an Auto Scaling group, use DescribeLoadBalancerTargetGroups. To detach the target group from the Auto Scaling group, use DetachLoadBalancerTargetGroups.
For more information, see Attach a Load Balancer to Your Auto Scaling Group in the Auto Scaling User Guide.
",
"operationName" : "AttachLoadBalancerTargetGroups",
"deprecated" : false,
"input" : {
"variableName" : "attachLoadBalancerTargetGroupsRequest",
"variableType" : "AttachLoadBalancerTargetGroupsRequest",
"variableDeclarationType" : "AttachLoadBalancerTargetGroupsRequest",
"documentation" : "Contains the parameters for AttachLoadBalancerTargetGroups.
",
"simpleType" : "AttachLoadBalancerTargetGroupsRequest",
"variableSetterType" : "AttachLoadBalancerTargetGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachLoadBalancerTargetGroupsResult",
"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,
"authenticated" : true,
"syncReturnType" : "AttachLoadBalancerTargetGroupsResult",
"asyncReturnType" : "AttachLoadBalancerTargetGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "attachLoadBalancerTargetGroups"
},
"AttachLoadBalancers" : {
"documentation" : "Attaches one or more Classic load balancers to the specified Auto Scaling group.
To attach an Application load balancer instead, see AttachLoadBalancerTargetGroups.
To describe the load balancers for an Auto Scaling group, use DescribeLoadBalancers. To detach the load balancer from the Auto Scaling group, use DetachLoadBalancers.
For more information, see Attach a Load Balancer to Your Auto Scaling Group in the Auto Scaling User Guide.
",
"operationName" : "AttachLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "attachLoadBalancersRequest",
"variableType" : "AttachLoadBalancersRequest",
"variableDeclarationType" : "AttachLoadBalancersRequest",
"documentation" : "Contains the parameters for AttachLoadBalancers.
",
"simpleType" : "AttachLoadBalancersRequest",
"variableSetterType" : "AttachLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachLoadBalancersResult",
"documentation" : "Contains the output of AttachLoadBalancers.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "AttachLoadBalancersResult",
"asyncReturnType" : "AttachLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "attachLoadBalancers"
},
"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 User Guide.
",
"operationName" : "CompleteLifecycleAction",
"deprecated" : false,
"input" : {
"variableName" : "completeLifecycleActionRequest",
"variableType" : "CompleteLifecycleActionRequest",
"variableDeclarationType" : "CompleteLifecycleActionRequest",
"documentation" : "Contains the parameters for CompleteLifecycleAction.
",
"simpleType" : "CompleteLifecycleActionRequest",
"variableSetterType" : "CompleteLifecycleActionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CompleteLifecycleActionResult",
"documentation" : "Contains the output of CompleteLifecycleAction.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "CompleteLifecycleActionResult",
"asyncReturnType" : "CompleteLifecycleActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "completeLifecycleAction"
},
"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 User Guide.
",
"operationName" : "CreateAutoScalingGroup",
"deprecated" : false,
"input" : {
"variableName" : "createAutoScalingGroupRequest",
"variableType" : "CreateAutoScalingGroupRequest",
"variableDeclarationType" : "CreateAutoScalingGroupRequest",
"documentation" : "Contains the parameters for CreateAutoScalingGroup.
",
"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,
"authenticated" : true,
"syncReturnType" : "CreateAutoScalingGroupResult",
"asyncReturnType" : "CreateAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createAutoScalingGroup"
},
"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 User Guide.
",
"operationName" : "CreateLaunchConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "createLaunchConfigurationRequest",
"variableType" : "CreateLaunchConfigurationRequest",
"variableDeclarationType" : "CreateLaunchConfigurationRequest",
"documentation" : "Contains the parameters for CreateLaunchConfiguration.
",
"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,
"authenticated" : true,
"syncReturnType" : "CreateLaunchConfigurationResult",
"asyncReturnType" : "CreateLaunchConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createLaunchConfiguration"
},
"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 User Guide.
",
"operationName" : "CreateOrUpdateTags",
"deprecated" : false,
"input" : {
"variableName" : "createOrUpdateTagsRequest",
"variableType" : "CreateOrUpdateTagsRequest",
"variableDeclarationType" : "CreateOrUpdateTagsRequest",
"documentation" : "Contains the parameters for CreateOrUpdateTags.
",
"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,
"authenticated" : true,
"syncReturnType" : "CreateOrUpdateTagsResult",
"asyncReturnType" : "CreateOrUpdateTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createOrUpdateTags"
},
"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" : "Contains the parameters for DeleteAutoScalingGroup.
",
"simpleType" : "DeleteAutoScalingGroupRequest",
"variableSetterType" : "DeleteAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The operation can't be performed because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The operation can't be performed because the resource is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteAutoScalingGroupResult",
"asyncReturnType" : "DeleteAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteAutoScalingGroup"
},
"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" : "Contains the parameters for DeleteLaunchConfiguration.
",
"simpleType" : "DeleteLaunchConfigurationRequest",
"variableSetterType" : "DeleteLaunchConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLaunchConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The operation can't be performed because the resource is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteLaunchConfigurationResult",
"asyncReturnType" : "DeleteLaunchConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteLaunchConfiguration"
},
"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" : "Contains the parameters for DeleteLifecycleHook.
",
"simpleType" : "DeleteLifecycleHookRequest",
"variableSetterType" : "DeleteLifecycleHookRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLifecycleHookResult",
"documentation" : "Contains the output of DeleteLifecycleHook.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DeleteLifecycleHookResult",
"asyncReturnType" : "DeleteLifecycleHookResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteLifecycleHook"
},
"DeleteNotificationConfiguration" : {
"documentation" : "Deletes the specified notification.
",
"operationName" : "DeleteNotificationConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "deleteNotificationConfigurationRequest",
"variableType" : "DeleteNotificationConfigurationRequest",
"variableDeclarationType" : "DeleteNotificationConfigurationRequest",
"documentation" : "Contains the parameters for DeleteNotificationConfiguration.
",
"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,
"authenticated" : true,
"syncReturnType" : "DeleteNotificationConfigurationResult",
"asyncReturnType" : "DeleteNotificationConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteNotificationConfiguration"
},
"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" : "Contains the parameters for DeletePolicy.
",
"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,
"authenticated" : true,
"syncReturnType" : "DeletePolicyResult",
"asyncReturnType" : "DeletePolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deletePolicy"
},
"DeleteScheduledAction" : {
"documentation" : "Deletes the specified scheduled action.
",
"operationName" : "DeleteScheduledAction",
"deprecated" : false,
"input" : {
"variableName" : "deleteScheduledActionRequest",
"variableType" : "DeleteScheduledActionRequest",
"variableDeclarationType" : "DeleteScheduledActionRequest",
"documentation" : "Contains the parameters for DeleteScheduledAction.
",
"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,
"authenticated" : true,
"syncReturnType" : "DeleteScheduledActionResult",
"asyncReturnType" : "DeleteScheduledActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteScheduledAction"
},
"DeleteTags" : {
"documentation" : "Deletes the specified tags.
",
"operationName" : "DeleteTags",
"deprecated" : false,
"input" : {
"variableName" : "deleteTagsRequest",
"variableType" : "DeleteTagsRequest",
"variableDeclarationType" : "DeleteTagsRequest",
"documentation" : "Contains the parameters for DeleteTags.
",
"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,
"authenticated" : true,
"syncReturnType" : "DeleteTagsResult",
"asyncReturnType" : "DeleteTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteTags"
},
"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" : "Contains the parameters for DescribeAccountLimits.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeAccountLimitsResult",
"asyncReturnType" : "DescribeAccountLimitsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAccountLimits"
},
"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" : "Contains the parameters for DescribeAdjustmentTypes.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeAdjustmentTypesResult",
"asyncReturnType" : "DescribeAdjustmentTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAdjustmentTypes"
},
"DescribeAutoScalingGroups" : {
"documentation" : "Describes one or more Auto Scaling groups.
",
"operationName" : "DescribeAutoScalingGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeAutoScalingGroupsRequest",
"variableType" : "DescribeAutoScalingGroupsRequest",
"variableDeclarationType" : "DescribeAutoScalingGroupsRequest",
"documentation" : "Contains the parameters for DescribeAutoScalingGroups.
",
"simpleType" : "DescribeAutoScalingGroupsRequest",
"variableSetterType" : "DescribeAutoScalingGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAutoScalingGroupsResult",
"documentation" : "Contains the output for DescribeAutoScalingGroups.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeAutoScalingGroupsResult",
"asyncReturnType" : "DescribeAutoScalingGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAutoScalingGroups"
},
"DescribeAutoScalingInstances" : {
"documentation" : "Describes one or more Auto Scaling instances.
",
"operationName" : "DescribeAutoScalingInstances",
"deprecated" : false,
"input" : {
"variableName" : "describeAutoScalingInstancesRequest",
"variableType" : "DescribeAutoScalingInstancesRequest",
"variableDeclarationType" : "DescribeAutoScalingInstancesRequest",
"documentation" : "Contains the parameters for DescribeAutoScalingInstances.
",
"simpleType" : "DescribeAutoScalingInstancesRequest",
"variableSetterType" : "DescribeAutoScalingInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAutoScalingInstancesResult",
"documentation" : "Contains the output of DescribeAutoScalingInstances.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeAutoScalingInstancesResult",
"asyncReturnType" : "DescribeAutoScalingInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAutoScalingInstances"
},
"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" : "Contains the output of DescribeAutoScalingNotificationTypes.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeAutoScalingNotificationTypesResult",
"asyncReturnType" : "DescribeAutoScalingNotificationTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAutoScalingNotificationTypes"
},
"DescribeLaunchConfigurations" : {
"documentation" : "Describes one or more launch configurations.
",
"operationName" : "DescribeLaunchConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "describeLaunchConfigurationsRequest",
"variableType" : "DescribeLaunchConfigurationsRequest",
"variableDeclarationType" : "DescribeLaunchConfigurationsRequest",
"documentation" : "Contains the parameters for DescribeLaunchConfigurations.
",
"simpleType" : "DescribeLaunchConfigurationsRequest",
"variableSetterType" : "DescribeLaunchConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLaunchConfigurationsResult",
"documentation" : "Contains the output of DescribeLaunchConfigurations.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeLaunchConfigurationsResult",
"asyncReturnType" : "DescribeLaunchConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLaunchConfigurations"
},
"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" : "Contains the output of DescribeLifecycleHookTypes.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeLifecycleHookTypesResult",
"asyncReturnType" : "DescribeLifecycleHookTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLifecycleHookTypes"
},
"DescribeLifecycleHooks" : {
"documentation" : "Describes the lifecycle hooks for the specified Auto Scaling group.
",
"operationName" : "DescribeLifecycleHooks",
"deprecated" : false,
"input" : {
"variableName" : "describeLifecycleHooksRequest",
"variableType" : "DescribeLifecycleHooksRequest",
"variableDeclarationType" : "DescribeLifecycleHooksRequest",
"documentation" : "Contains the parameters for DescribeLifecycleHooks.
",
"simpleType" : "DescribeLifecycleHooksRequest",
"variableSetterType" : "DescribeLifecycleHooksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLifecycleHooksResult",
"documentation" : "Contains the output of DescribeLifecycleHooks.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeLifecycleHooksResult",
"asyncReturnType" : "DescribeLifecycleHooksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLifecycleHooks"
},
"DescribeLoadBalancerTargetGroups" : {
"documentation" : "Describes the target groups for the specified Auto Scaling group.
",
"operationName" : "DescribeLoadBalancerTargetGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerTargetGroupsRequest",
"variableType" : "DescribeLoadBalancerTargetGroupsRequest",
"variableDeclarationType" : "DescribeLoadBalancerTargetGroupsRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancerTargetGroups.
",
"simpleType" : "DescribeLoadBalancerTargetGroupsRequest",
"variableSetterType" : "DescribeLoadBalancerTargetGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerTargetGroupsResult",
"documentation" : "Contains the output of DescribeLoadBalancerTargetGroups.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancerTargetGroupsResult",
"asyncReturnType" : "DescribeLoadBalancerTargetGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLoadBalancerTargetGroups"
},
"DescribeLoadBalancers" : {
"documentation" : "Describes the load balancers for the specified Auto Scaling group.
Note that this operation describes only Classic load balancers. If you have Application load balancers, use DescribeLoadBalancerTargetGroups instead.
",
"operationName" : "DescribeLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancersRequest",
"variableType" : "DescribeLoadBalancersRequest",
"variableDeclarationType" : "DescribeLoadBalancersRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancers.
",
"simpleType" : "DescribeLoadBalancersRequest",
"variableSetterType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : "Contains the output of DescribeLoadBalancers.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancersResult",
"asyncReturnType" : "DescribeLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLoadBalancers"
},
"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" : "Contains the output of DescribeMetricsCollectionTypes.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeMetricCollectionTypesResult",
"asyncReturnType" : "DescribeMetricCollectionTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeMetricCollectionTypes"
},
"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" : "Contains the parameters for DescribeNotificationConfigurations.
",
"simpleType" : "DescribeNotificationConfigurationsRequest",
"variableSetterType" : "DescribeNotificationConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeNotificationConfigurationsResult",
"documentation" : "Contains the output from DescribeNotificationConfigurations.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeNotificationConfigurationsResult",
"asyncReturnType" : "DescribeNotificationConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeNotificationConfigurations"
},
"DescribePolicies" : {
"documentation" : "Describes the policies for the specified Auto Scaling group.
",
"operationName" : "DescribePolicies",
"deprecated" : false,
"input" : {
"variableName" : "describePoliciesRequest",
"variableType" : "DescribePoliciesRequest",
"variableDeclarationType" : "DescribePoliciesRequest",
"documentation" : "Contains the parameters for DescribePolicies.
",
"simpleType" : "DescribePoliciesRequest",
"variableSetterType" : "DescribePoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribePoliciesResult",
"documentation" : "Contains the output of DescribePolicies.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribePoliciesResult",
"asyncReturnType" : "DescribePoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describePolicies"
},
"DescribeScalingActivities" : {
"documentation" : "Describes one or more scaling activities for the specified Auto Scaling group.
",
"operationName" : "DescribeScalingActivities",
"deprecated" : false,
"input" : {
"variableName" : "describeScalingActivitiesRequest",
"variableType" : "DescribeScalingActivitiesRequest",
"variableDeclarationType" : "DescribeScalingActivitiesRequest",
"documentation" : "Contains the parameters for DescribeScalingActivities.
",
"simpleType" : "DescribeScalingActivitiesRequest",
"variableSetterType" : "DescribeScalingActivitiesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScalingActivitiesResult",
"documentation" : "Contains the output of DescribeScalingActivities.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeScalingActivitiesResult",
"asyncReturnType" : "DescribeScalingActivitiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeScalingActivities"
},
"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" : "Contains the output of DescribeScalingProcessTypes.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeScalingProcessTypesResult",
"asyncReturnType" : "DescribeScalingProcessTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeScalingProcessTypes"
},
"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" : "Contains the parameters for DescribeScheduledActions.
",
"simpleType" : "DescribeScheduledActionsRequest",
"variableSetterType" : "DescribeScheduledActionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScheduledActionsResult",
"documentation" : "Contains the output of DescribeScheduledActions.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeScheduledActionsResult",
"asyncReturnType" : "DescribeScheduledActionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeScheduledActions"
},
"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" : "Contains the parameters for DescribeTags.
",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : "Contains the output of DescribeTags.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTags"
},
"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" : "Contains the output of DescribeTerminationPolicyTypes.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeTerminationPolicyTypesResult",
"asyncReturnType" : "DescribeTerminationPolicyTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTerminationPolicyTypes"
},
"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.
If there is a Classic load balancer attached to the Auto Scaling group, the instances are deregistered from the load balancer. If there are target groups attached to the Auto Scaling group, the instances are deregistered from the target groups.
For more information, see Detach EC2 Instances from Your Auto Scaling Group in the Auto Scaling User Guide.
",
"operationName" : "DetachInstances",
"deprecated" : false,
"input" : {
"variableName" : "detachInstancesRequest",
"variableType" : "DetachInstancesRequest",
"variableDeclarationType" : "DetachInstancesRequest",
"documentation" : "Contains the parameters for DetachInstances.
",
"simpleType" : "DetachInstancesRequest",
"variableSetterType" : "DetachInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachInstancesResult",
"documentation" : "Contains the output of DetachInstances.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DetachInstancesResult",
"asyncReturnType" : "DetachInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "detachInstances"
},
"DetachLoadBalancerTargetGroups" : {
"documentation" : "Detaches one or more target groups from the specified Auto Scaling group.
",
"operationName" : "DetachLoadBalancerTargetGroups",
"deprecated" : false,
"input" : {
"variableName" : "detachLoadBalancerTargetGroupsRequest",
"variableType" : "DetachLoadBalancerTargetGroupsRequest",
"variableDeclarationType" : "DetachLoadBalancerTargetGroupsRequest",
"documentation" : "",
"simpleType" : "DetachLoadBalancerTargetGroupsRequest",
"variableSetterType" : "DetachLoadBalancerTargetGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachLoadBalancerTargetGroupsResult",
"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,
"authenticated" : true,
"syncReturnType" : "DetachLoadBalancerTargetGroupsResult",
"asyncReturnType" : "DetachLoadBalancerTargetGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "detachLoadBalancerTargetGroups"
},
"DetachLoadBalancers" : {
"documentation" : "Detaches one or more Classic load balancers from the specified Auto Scaling group.
Note that this operation detaches only Classic load balancers. If you have Application load balancers, use DetachLoadBalancerTargetGroups instead.
When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using DescribeLoadBalancers. Note that the instances remain running.
",
"operationName" : "DetachLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "detachLoadBalancersRequest",
"variableType" : "DetachLoadBalancersRequest",
"variableDeclarationType" : "DetachLoadBalancersRequest",
"documentation" : "Contains the parameters for DetachLoadBalancers.
",
"simpleType" : "DetachLoadBalancersRequest",
"variableSetterType" : "DetachLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachLoadBalancersResult",
"documentation" : "Contains the output for DetachLoadBalancers.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "DetachLoadBalancersResult",
"asyncReturnType" : "DetachLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "detachLoadBalancers"
},
"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" : "Contains the parameters for DisableMetricsCollection.
",
"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,
"authenticated" : true,
"syncReturnType" : "DisableMetricsCollectionResult",
"asyncReturnType" : "DisableMetricsCollectionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "disableMetricsCollection"
},
"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" : "Contains the parameters for EnableMetricsCollection.
",
"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,
"authenticated" : true,
"syncReturnType" : "EnableMetricsCollectionResult",
"asyncReturnType" : "EnableMetricsCollectionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "enableMetricsCollection"
},
"EnterStandby" : {
"documentation" : "Moves the specified instances into Standby mode.
For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.
",
"operationName" : "EnterStandby",
"deprecated" : false,
"input" : {
"variableName" : "enterStandbyRequest",
"variableType" : "EnterStandbyRequest",
"variableDeclarationType" : "EnterStandbyRequest",
"documentation" : "Contains the parameters for EnteStandby.
",
"simpleType" : "EnterStandbyRequest",
"variableSetterType" : "EnterStandbyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnterStandbyResult",
"documentation" : "Contains the output of EnterStandby.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "EnterStandbyResult",
"asyncReturnType" : "EnterStandbyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "enterStandby"
},
"ExecutePolicy" : {
"documentation" : "Executes the specified policy.
",
"operationName" : "ExecutePolicy",
"deprecated" : false,
"input" : {
"variableName" : "executePolicyRequest",
"variableType" : "ExecutePolicyRequest",
"variableDeclarationType" : "ExecutePolicyRequest",
"documentation" : "Contains the parameters for ExecutePolicy.
",
"simpleType" : "ExecutePolicyRequest",
"variableSetterType" : "ExecutePolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExecutePolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The operation can't be performed because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ExecutePolicyResult",
"asyncReturnType" : "ExecutePolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "executePolicy"
},
"ExitStandby" : {
"documentation" : "Moves the specified instances out of Standby mode.
For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.
",
"operationName" : "ExitStandby",
"deprecated" : false,
"input" : {
"variableName" : "exitStandbyRequest",
"variableType" : "ExitStandbyRequest",
"variableDeclarationType" : "ExitStandbyRequest",
"documentation" : "Contains the parameters for ExitStandby.
",
"simpleType" : "ExitStandbyRequest",
"variableSetterType" : "ExitStandbyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExitStandbyResult",
"documentation" : "Contains the parameters for ExitStandby.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "ExitStandbyResult",
"asyncReturnType" : "ExitStandbyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "exitStandby"
},
"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 User Guide.
If you exceed your maximum limit of lifecycle hooks, which by default is 50 per Auto Scaling group, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.
",
"operationName" : "PutLifecycleHook",
"deprecated" : false,
"input" : {
"variableName" : "putLifecycleHookRequest",
"variableType" : "PutLifecycleHookRequest",
"variableDeclarationType" : "PutLifecycleHookRequest",
"documentation" : "Contains the parameters for PutLifecycleHook.
",
"simpleType" : "PutLifecycleHookRequest",
"variableSetterType" : "PutLifecycleHookRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutLifecycleHookResult",
"documentation" : "Contains the output of PutLifecycleHook.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "PutLifecycleHookResult",
"asyncReturnType" : "PutLifecycleHookResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "putLifecycleHook"
},
"PutNotificationConfiguration" : {
"documentation" : "Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to the specified topic can have messages delivered to an endpoint such as a web server or an email address.
This configuration overwrites any existing configuration.
For more information see Getting SNS Notifications When Your Auto Scaling Group Scales in the Auto Scaling User Guide.
",
"operationName" : "PutNotificationConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "putNotificationConfigurationRequest",
"variableType" : "PutNotificationConfigurationRequest",
"variableDeclarationType" : "PutNotificationConfigurationRequest",
"documentation" : "Contains the parameters for PutNotificationConfiguration.
",
"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,
"authenticated" : true,
"syncReturnType" : "PutNotificationConfigurationResult",
"asyncReturnType" : "PutNotificationConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "putNotificationConfiguration"
},
"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" : "Contains the parameters for PutScalingPolicy.
",
"simpleType" : "PutScalingPolicyRequest",
"variableSetterType" : "PutScalingPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutScalingPolicyResult",
"documentation" : "Contains the output of PutScalingPolicy.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "PutScalingPolicyResult",
"asyncReturnType" : "PutScalingPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "putScalingPolicy"
},
"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 User Guide.
",
"operationName" : "PutScheduledUpdateGroupAction",
"deprecated" : false,
"input" : {
"variableName" : "putScheduledUpdateGroupActionRequest",
"variableType" : "PutScheduledUpdateGroupActionRequest",
"variableDeclarationType" : "PutScheduledUpdateGroupActionRequest",
"documentation" : "Contains the parameters for PutScheduledUpdateGroupAction.
",
"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,
"authenticated" : true,
"syncReturnType" : "PutScheduledUpdateGroupActionResult",
"asyncReturnType" : "PutScheduledUpdateGroupActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "putScheduledUpdateGroupAction"
},
"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 User Guide.
",
"operationName" : "RecordLifecycleActionHeartbeat",
"deprecated" : false,
"input" : {
"variableName" : "recordLifecycleActionHeartbeatRequest",
"variableType" : "RecordLifecycleActionHeartbeatRequest",
"variableDeclarationType" : "RecordLifecycleActionHeartbeatRequest",
"documentation" : "Contains the parameters for RecordLifecycleActionHeartbeat.
",
"simpleType" : "RecordLifecycleActionHeartbeatRequest",
"variableSetterType" : "RecordLifecycleActionHeartbeatRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RecordLifecycleActionHeartbeatResult",
"documentation" : "Contains the output of RecordLifecycleActionHeartBeat.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "RecordLifecycleActionHeartbeatResult",
"asyncReturnType" : "RecordLifecycleActionHeartbeatResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "recordLifecycleActionHeartbeat"
},
"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 User Guide.
",
"operationName" : "ResumeProcesses",
"deprecated" : false,
"input" : {
"variableName" : "resumeProcessesRequest",
"variableType" : "ResumeProcessesRequest",
"variableDeclarationType" : "ResumeProcessesRequest",
"documentation" : "Contains the parameters for SuspendProcesses and ResumeProcesses.
",
"simpleType" : "ResumeProcessesRequest",
"variableSetterType" : "ResumeProcessesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResumeProcessesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The operation can't be performed because the resource is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ResumeProcessesResult",
"asyncReturnType" : "ResumeProcessesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "resumeProcesses"
},
"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 User Guide.
",
"operationName" : "SetDesiredCapacity",
"deprecated" : false,
"input" : {
"variableName" : "setDesiredCapacityRequest",
"variableType" : "SetDesiredCapacityRequest",
"variableDeclarationType" : "SetDesiredCapacityRequest",
"documentation" : "Contains the parameters for SetDesiredCapacity.
",
"simpleType" : "SetDesiredCapacityRequest",
"variableSetterType" : "SetDesiredCapacityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetDesiredCapacityResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The operation can't be performed because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetDesiredCapacityResult",
"asyncReturnType" : "SetDesiredCapacityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setDesiredCapacity"
},
"SetInstanceHealth" : {
"documentation" : "Sets the health status of the specified instance.
For more information, see Health Checks in the Auto Scaling User Guide.
",
"operationName" : "SetInstanceHealth",
"deprecated" : false,
"input" : {
"variableName" : "setInstanceHealthRequest",
"variableType" : "SetInstanceHealthRequest",
"variableDeclarationType" : "SetInstanceHealthRequest",
"documentation" : "Contains the parameters for SetInstanceHealth.
",
"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,
"authenticated" : true,
"syncReturnType" : "SetInstanceHealthResult",
"asyncReturnType" : "SetInstanceHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setInstanceHealth"
},
"SetInstanceProtection" : {
"documentation" : "Updates the instance protection settings of the specified instances.
For more information, see Instance Protection in the Auto Scaling User Guide.
",
"operationName" : "SetInstanceProtection",
"deprecated" : false,
"input" : {
"variableName" : "setInstanceProtectionRequest",
"variableType" : "SetInstanceProtectionRequest",
"variableDeclarationType" : "SetInstanceProtectionRequest",
"documentation" : "Contains the parameters for SetInstanceProtection.
",
"simpleType" : "SetInstanceProtectionRequest",
"variableSetterType" : "SetInstanceProtectionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetInstanceProtectionResult",
"documentation" : "Contains the output of SetInstanceProtection.
"
},
"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,
"authenticated" : true,
"syncReturnType" : "SetInstanceProtectionResult",
"asyncReturnType" : "SetInstanceProtectionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setInstanceProtection"
},
"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 User Guide.
",
"operationName" : "SuspendProcesses",
"deprecated" : false,
"input" : {
"variableName" : "suspendProcessesRequest",
"variableType" : "SuspendProcessesRequest",
"variableDeclarationType" : "SuspendProcessesRequest",
"documentation" : "Contains the parameters for SuspendProcesses and ResumeProcesses.
",
"simpleType" : "SuspendProcessesRequest",
"variableSetterType" : "SuspendProcessesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SuspendProcessesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The operation can't be performed because the resource is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SuspendProcessesResult",
"asyncReturnType" : "SuspendProcessesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "suspendProcesses"
},
"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" : "Contains the parameters for TerminateInstanceInAutoScalingGroup.
",
"simpleType" : "TerminateInstanceInAutoScalingGroupRequest",
"variableSetterType" : "TerminateInstanceInAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "TerminateInstanceInAutoScalingGroupResult",
"documentation" : "Contains the output of TerminateInstancesInAutoScalingGroup.
"
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The operation can't be performed because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "TerminateInstanceInAutoScalingGroupResult",
"asyncReturnType" : "TerminateInstanceInAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "terminateInstanceInAutoScalingGroup"
},
"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" : "Contains the parameters for UpdateAutoScalingGroup.
",
"simpleType" : "UpdateAutoScalingGroupRequest",
"variableSetterType" : "UpdateAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The operation can't be performed because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateAutoScalingGroupResult",
"asyncReturnType" : "UpdateAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateAutoScalingGroup"
}
},
"shapes" : {
"DeletePolicyRequest" : {
"c2jName" : "DeletePolicyType",
"documentation" : "Contains the parameters for DeletePolicy.
",
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
} ],
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
}
}
},
"EnableMetricsCollectionRequest" : {
"c2jName" : "EnableMetricsCollectionQuery",
"documentation" : "Contains the parameters for EnableMetricsCollection.
",
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "String",
"simple" : true,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : 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.*/",
"simple" : false
}, {
"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,
"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.*/",
"simple" : true
} ],
"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,
"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.*/",
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "String",
"simple" : true,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : 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.*/",
"simple" : false
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
}
}
},
"DeleteLifecycleHookResult" : {
"c2jName" : "DeleteLifecycleHookAnswer",
"documentation" : "Contains the output of DeleteLifecycleHook.
",
"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" : "Contains the parameters for DescribeLaunchConfigurations.
",
"shapeName" : "DescribeLaunchConfigurationsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The launch configuration names. If you omit this parameter, all launch configurations are described.
",
"name" : "LaunchConfigurationNames",
"c2jName" : "LaunchConfigurationNames",
"c2jShape" : "LaunchConfigurationNames",
"variable" : {
"variableName" : "launchConfigurationNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The launch configuration names. If you omit this parameter, all launch configurations are described.
",
"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,
"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.*/",
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "String",
"simple" : true,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.*/",
"getterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\n@return The launch configuration names. If you omit this parameter, all launch configurations are described.*/",
"fluentSetterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\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. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
} ],
"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,
"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.*/",
"simple" : true
},
"LaunchConfigurationNames" : {
"documentation" : "The launch configuration names. If you omit this parameter, all launch configurations are described.
",
"name" : "LaunchConfigurationNames",
"c2jName" : "LaunchConfigurationNames",
"c2jShape" : "LaunchConfigurationNames",
"variable" : {
"variableName" : "launchConfigurationNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The launch configuration names. If you omit this parameter, all launch configurations are described.
",
"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,
"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.*/",
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "String",
"simple" : true,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.*/",
"getterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\n@return The launch configuration names. If you omit this parameter, all launch configurations are described.*/",
"fluentSetterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\n@param launchConfigurationNames The launch configuration names. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The launch configuration names. If you omit this parameter, all launch configurations are described.
\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. If you omit this parameter, all launch configurations are described.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false
},
"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,
"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.*/",
"simple" : true
}
}
},
"DescribeAdjustmentTypesResult" : {
"c2jName" : "DescribeAdjustmentTypesAnswer",
"documentation" : "Contains the parameters for DescribeAdjustmentTypes.
",
"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,
"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.*/",
"simple" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "AdjustmentType",
"simple" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : 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.*/",
"simple" : false
} ],
"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,
"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.*/",
"simple" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "AdjustmentType",
"simple" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : 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.*/",
"simple" : false
}
}
},
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
} ],
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
}
}
},
"PutLifecycleHookRequest" : {
"c2jName" : "PutLifecycleHookType",
"documentation" : "Contains the parameters for PutLifecycleHook.
",
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
} ],
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
}
}
},
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
} ],
"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,
"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.*/",
"simple" : true
},
"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,
"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.*/",
"simple" : true
}
}
},
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "String",
"simple" : true,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : 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.*/",
"simple" : false
}, {
"documentation" : "The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
",
"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,
"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.*/",
"simple" : true
}, {
"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,
"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.*/",
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"map" : false,
"simpleType" : "String",
"simple" : true,
"templateType" : "java.util.List