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",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"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,
"jsonContentVersion" : null,
"jsonVersion" : null,
"endpointPrefix" : "autoscaling",
"signingName" : "autoscaling",
"xmlProtocol" : true,
"jsonProtocol" : false,
"serviceName" : "Auto Scaling",
"cborProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller"
},
"operations" : {
"AttachInstances" : {
"documentation" : "Attaches one or more EC2 instances to the specified Auto Scaling group.
When you attach instances, Auto Scaling increases the desired capacity of the group by the number of instances being attached. If the number of instances being attached plus the desired capacity of the group exceeds the maximum size of the group, the operation fails.
For more information, see Attach EC2 Instances to Your Auto Scaling Group in the Auto Scaling Developer Guide.
",
"operationName" : "AttachInstances",
"deprecated" : false,
"input" : {
"variableName" : "attachInstancesRequest",
"variableType" : "AttachInstancesRequest",
"variableDeclarationType" : "AttachInstancesRequest",
"documentation" : "",
"simpleType" : "AttachInstancesRequest",
"variableSetterType" : "AttachInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AttachInstancesResult",
"asyncReturnType" : "AttachInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "attachInstances"
},
"AttachLoadBalancers" : {
"documentation" : "Attaches one or more load balancers to the specified Auto Scaling group.
To describe the load balancers for an Auto Scaling group, use DescribeLoadBalancers. To detach the load balancer from the Auto Scaling group, use DetachLoadBalancers.
For more information, see Attach a Load Balancer to Your Auto Scaling Group in the Auto Scaling Developer Guide.
",
"operationName" : "AttachLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "attachLoadBalancersRequest",
"variableType" : "AttachLoadBalancersRequest",
"variableDeclarationType" : "AttachLoadBalancersRequest",
"documentation" : "",
"simpleType" : "AttachLoadBalancersRequest",
"variableSetterType" : "AttachLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "CompleteLifecycleAction",
"deprecated" : false,
"input" : {
"variableName" : "completeLifecycleActionRequest",
"variableType" : "CompleteLifecycleActionRequest",
"variableDeclarationType" : "CompleteLifecycleActionRequest",
"documentation" : "",
"simpleType" : "CompleteLifecycleActionRequest",
"variableSetterType" : "CompleteLifecycleActionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CompleteLifecycleActionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "CreateAutoScalingGroup",
"deprecated" : false,
"input" : {
"variableName" : "createAutoScalingGroupRequest",
"variableType" : "CreateAutoScalingGroupRequest",
"variableDeclarationType" : "CreateAutoScalingGroupRequest",
"documentation" : "",
"simpleType" : "CreateAutoScalingGroupRequest",
"variableSetterType" : "CreateAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "CreateLaunchConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "createLaunchConfigurationRequest",
"variableType" : "CreateLaunchConfigurationRequest",
"variableDeclarationType" : "CreateLaunchConfigurationRequest",
"documentation" : "",
"simpleType" : "CreateLaunchConfigurationRequest",
"variableSetterType" : "CreateLaunchConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLaunchConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "CreateOrUpdateTags",
"deprecated" : false,
"input" : {
"variableName" : "createOrUpdateTagsRequest",
"variableType" : "CreateOrUpdateTagsRequest",
"variableDeclarationType" : "CreateOrUpdateTagsRequest",
"documentation" : "",
"simpleType" : "CreateOrUpdateTagsRequest",
"variableSetterType" : "CreateOrUpdateTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateOrUpdateTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "DeleteAutoScalingGroupRequest",
"variableSetterType" : "DeleteAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "DeleteLaunchConfigurationRequest",
"variableSetterType" : "DeleteLaunchConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLaunchConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "DeleteLifecycleHookRequest",
"variableSetterType" : "DeleteLifecycleHookRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLifecycleHookResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"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" : "",
"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" : "",
"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" : "",
"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" : 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" : "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" : 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" : "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. If a list of names is not provided, the call describes all Auto Scaling groups.
",
"operationName" : "DescribeAutoScalingGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeAutoScalingGroupsRequest",
"variableType" : "DescribeAutoScalingGroupsRequest",
"variableDeclarationType" : "DescribeAutoScalingGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeAutoScalingGroupsRequest",
"variableSetterType" : "DescribeAutoScalingGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAutoScalingGroupsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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. If a list is not provided, the call describes all instances.
",
"operationName" : "DescribeAutoScalingInstances",
"deprecated" : false,
"input" : {
"variableName" : "describeAutoScalingInstancesRequest",
"variableType" : "DescribeAutoScalingInstancesRequest",
"variableDeclarationType" : "DescribeAutoScalingInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeAutoScalingInstancesRequest",
"variableSetterType" : "DescribeAutoScalingInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAutoScalingInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : 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" : "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. If you omit the list of names, then the call describes all launch configurations.
",
"operationName" : "DescribeLaunchConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "describeLaunchConfigurationsRequest",
"variableType" : "DescribeLaunchConfigurationsRequest",
"variableDeclarationType" : "DescribeLaunchConfigurationsRequest",
"documentation" : "",
"simpleType" : "DescribeLaunchConfigurationsRequest",
"variableSetterType" : "DescribeLaunchConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLaunchConfigurationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : 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" : "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" : "",
"simpleType" : "DescribeLifecycleHooksRequest",
"variableSetterType" : "DescribeLifecycleHooksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLifecycleHooksResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeLifecycleHooksResult",
"asyncReturnType" : "DescribeLifecycleHooksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLifecycleHooks"
},
"DescribeLoadBalancers" : {
"documentation" : "Describes the load balancers for the specified Auto Scaling group.
",
"operationName" : "DescribeLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancersRequest",
"variableType" : "DescribeLoadBalancersRequest",
"variableDeclarationType" : "DescribeLoadBalancersRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancersRequest",
"variableSetterType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : 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" : "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" : "",
"simpleType" : "DescribeNotificationConfigurationsRequest",
"variableSetterType" : "DescribeNotificationConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeNotificationConfigurationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "DescribePoliciesRequest",
"variableSetterType" : "DescribePoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribePoliciesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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. If you omit the ActivityIds, the call returns all activities from the past six weeks. Activities are sorted by the start time. Activities still in progress appear first on the list.
",
"operationName" : "DescribeScalingActivities",
"deprecated" : false,
"input" : {
"variableName" : "describeScalingActivitiesRequest",
"variableType" : "DescribeScalingActivitiesRequest",
"variableDeclarationType" : "DescribeScalingActivitiesRequest",
"documentation" : "",
"simpleType" : "DescribeScalingActivitiesRequest",
"variableSetterType" : "DescribeScalingActivitiesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScalingActivitiesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : 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" : "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" : "",
"simpleType" : "DescribeScheduledActionsRequest",
"variableSetterType" : "DescribeScheduledActionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScheduledActionsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : 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" : "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.
For more information, see Detach EC2 Instances from Your Auto Scaling Group in the Auto Scaling Developer Guide.
",
"operationName" : "DetachInstances",
"deprecated" : false,
"input" : {
"variableName" : "detachInstancesRequest",
"variableType" : "DetachInstancesRequest",
"variableDeclarationType" : "DetachInstancesRequest",
"documentation" : "",
"simpleType" : "DetachInstancesRequest",
"variableSetterType" : "DetachInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DetachInstancesResult",
"asyncReturnType" : "DetachInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "detachInstances"
},
"DetachLoadBalancers" : {
"documentation" : "Removes one or more load balancers from the specified Auto Scaling group.
When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using DescribeLoadBalancers. Note that the instances remain running.
",
"operationName" : "DetachLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "detachLoadBalancersRequest",
"variableType" : "DetachLoadBalancersRequest",
"variableDeclarationType" : "DetachLoadBalancersRequest",
"documentation" : "",
"simpleType" : "DetachLoadBalancersRequest",
"variableSetterType" : "DetachLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"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" : "",
"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 Developer Guide.
",
"operationName" : "EnterStandby",
"deprecated" : false,
"input" : {
"variableName" : "enterStandbyRequest",
"variableType" : "EnterStandbyRequest",
"variableDeclarationType" : "EnterStandbyRequest",
"documentation" : "",
"simpleType" : "EnterStandbyRequest",
"variableSetterType" : "EnterStandbyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnterStandbyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "ExecutePolicyRequest",
"variableSetterType" : "ExecutePolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExecutePolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "ExitStandby",
"deprecated" : false,
"input" : {
"variableName" : "exitStandbyRequest",
"variableType" : "ExitStandbyRequest",
"variableDeclarationType" : "ExitStandbyRequest",
"documentation" : "",
"simpleType" : "ExitStandbyRequest",
"variableSetterType" : "ExitStandbyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExitStandbyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
If you exceed your maximum limit of lifecycle hooks, which by default is 50 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.
",
"operationName" : "PutLifecycleHook",
"deprecated" : false,
"input" : {
"variableName" : "putLifecycleHookRequest",
"variableType" : "PutLifecycleHookRequest",
"variableDeclarationType" : "PutLifecycleHookRequest",
"documentation" : "",
"simpleType" : "PutLifecycleHookRequest",
"variableSetterType" : "PutLifecycleHookRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutLifecycleHookResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 this topic can have messages for events delivered to an endpoint such as a web server or email address.
For more information see Getting Notifications When Your Auto Scaling Group Changes in the Auto Scaling Developer Guide.
This configuration overwrites an existing configuration.
",
"operationName" : "PutNotificationConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "putNotificationConfigurationRequest",
"variableType" : "PutNotificationConfigurationRequest",
"variableDeclarationType" : "PutNotificationConfigurationRequest",
"documentation" : "",
"simpleType" : "PutNotificationConfigurationRequest",
"variableSetterType" : "PutNotificationConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutNotificationConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "PutScalingPolicyRequest",
"variableSetterType" : "PutScalingPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutScalingPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "PutScheduledUpdateGroupAction",
"deprecated" : false,
"input" : {
"variableName" : "putScheduledUpdateGroupActionRequest",
"variableType" : "PutScheduledUpdateGroupActionRequest",
"variableDeclarationType" : "PutScheduledUpdateGroupActionRequest",
"documentation" : "",
"simpleType" : "PutScheduledUpdateGroupActionRequest",
"variableSetterType" : "PutScheduledUpdateGroupActionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutScheduledUpdateGroupActionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "You already have an Auto Scaling group or launch configuration with this name.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "RecordLifecycleActionHeartbeat",
"deprecated" : false,
"input" : {
"variableName" : "recordLifecycleActionHeartbeatRequest",
"variableType" : "RecordLifecycleActionHeartbeatRequest",
"variableDeclarationType" : "RecordLifecycleActionHeartbeatRequest",
"documentation" : "",
"simpleType" : "RecordLifecycleActionHeartbeatRequest",
"variableSetterType" : "RecordLifecycleActionHeartbeatRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RecordLifecycleActionHeartbeatResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "ResumeProcesses",
"deprecated" : false,
"input" : {
"variableName" : "resumeProcessesRequest",
"variableType" : "ResumeProcessesRequest",
"variableDeclarationType" : "ResumeProcessesRequest",
"documentation" : "",
"simpleType" : "ResumeProcessesRequest",
"variableSetterType" : "ResumeProcessesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResumeProcessesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "SetDesiredCapacity",
"deprecated" : false,
"input" : {
"variableName" : "setDesiredCapacityRequest",
"variableType" : "SetDesiredCapacityRequest",
"variableDeclarationType" : "SetDesiredCapacityRequest",
"documentation" : "",
"simpleType" : "SetDesiredCapacityRequest",
"variableSetterType" : "SetDesiredCapacityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetDesiredCapacityResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "SetInstanceHealth",
"deprecated" : false,
"input" : {
"variableName" : "setInstanceHealthRequest",
"variableType" : "SetInstanceHealthRequest",
"variableDeclarationType" : "SetInstanceHealthRequest",
"documentation" : "",
"simpleType" : "SetInstanceHealthRequest",
"variableSetterType" : "SetInstanceHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetInstanceHealthResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "SetInstanceProtection",
"deprecated" : false,
"input" : {
"variableName" : "setInstanceProtectionRequest",
"variableType" : "SetInstanceProtectionRequest",
"variableDeclarationType" : "SetInstanceProtectionRequest",
"documentation" : "",
"simpleType" : "SetInstanceProtectionRequest",
"variableSetterType" : "SetInstanceProtectionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetInstanceProtectionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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 Developer Guide.
",
"operationName" : "SuspendProcesses",
"deprecated" : false,
"input" : {
"variableName" : "suspendProcessesRequest",
"variableType" : "SuspendProcessesRequest",
"variableDeclarationType" : "SuspendProcessesRequest",
"documentation" : "",
"simpleType" : "SuspendProcessesRequest",
"variableSetterType" : "SuspendProcessesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SuspendProcessesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "TerminateInstanceInAutoScalingGroupRequest",
"variableSetterType" : "TerminateInstanceInAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "TerminateInstanceInAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"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" : "",
"simpleType" : "UpdateAutoScalingGroupRequest",
"variableSetterType" : "UpdateAutoScalingGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateAutoScalingGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ScalingActivityInProgressException",
"documentation" : "The Auto Scaling group can't be deleted because there are scaling activities in progress.
"
}, {
"exceptionName" : "ResourceContentionException",
"documentation" : "You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateAutoScalingGroupResult",
"asyncReturnType" : "UpdateAutoScalingGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateAutoScalingGroup"
}
},
"shapes" : {
"AttachLoadBalancersResult" : {
"c2jName" : "AttachLoadBalancersResultType",
"documentation" : "",
"shapeName" : "AttachLoadBalancersResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "attachLoadBalancersResult",
"variableType" : "AttachLoadBalancersResult",
"variableDeclarationType" : "AttachLoadBalancersResult",
"documentation" : null,
"simpleType" : "AttachLoadBalancersResult",
"variableSetterType" : "AttachLoadBalancersResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "AttachLoadBalancersResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeNotificationConfigurationsResult" : {
"c2jName" : "DescribeNotificationConfigurationsAnswer",
"documentation" : "",
"shapeName" : "DescribeNotificationConfigurationsResult",
"deprecated" : false,
"required" : [ "NotificationConfigurations" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The notification configurations.
",
"name" : "NotificationConfigurations",
"c2jName" : "NotificationConfigurations",
"c2jShape" : "NotificationConfigurations",
"variable" : {
"variableName" : "notificationConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The notification configurations.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "notificationConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationConfigurations",
"marshallLocationName" : "NotificationConfigurations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "NotificationConfiguration",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "NotificationConfiguration",
"variable" : {
"variableName" : "member",
"variableType" : "NotificationConfiguration",
"variableDeclarationType" : "NotificationConfiguration",
"documentation" : "",
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "NotificationConfiguration",
"variableDeclarationType" : "NotificationConfiguration",
"documentation" : "",
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"getterModel" : {
"returnType" : "NotificationConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "NotificationConfiguration",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The notification configurations.
\n@param notificationConfigurations The notification configurations.*/",
"getterDocumentation" : "/**The notification configurations.
\n@return The notification configurations.*/",
"fluentSetterDocumentation" : "/**The notification configurations.
\n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The notification configurations.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationConfigurations(java.util.Collection)} or {@link #withNotificationConfigurations(java.util.Collection)} if you want to override the existing values.
\n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/",
"getterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/",
"fluentSetterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeNotificationConfigurationsResult",
"variableType" : "DescribeNotificationConfigurationsResult",
"variableDeclarationType" : "DescribeNotificationConfigurationsResult",
"documentation" : null,
"simpleType" : "DescribeNotificationConfigurationsResult",
"variableSetterType" : "DescribeNotificationConfigurationsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeNotificationConfigurationsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/",
"getterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/",
"fluentSetterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NotificationConfigurations" : {
"documentation" : "The notification configurations.
",
"name" : "NotificationConfigurations",
"c2jName" : "NotificationConfigurations",
"c2jShape" : "NotificationConfigurations",
"variable" : {
"variableName" : "notificationConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The notification configurations.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "notificationConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationConfigurations",
"marshallLocationName" : "NotificationConfigurations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "NotificationConfiguration",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "NotificationConfiguration",
"variable" : {
"variableName" : "member",
"variableType" : "NotificationConfiguration",
"variableDeclarationType" : "NotificationConfiguration",
"documentation" : "",
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "NotificationConfiguration",
"variableDeclarationType" : "NotificationConfiguration",
"documentation" : "",
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"getterModel" : {
"returnType" : "NotificationConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "NotificationConfiguration",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The notification configurations.
\n@param notificationConfigurations The notification configurations.*/",
"getterDocumentation" : "/**The notification configurations.
\n@return The notification configurations.*/",
"fluentSetterDocumentation" : "/**The notification configurations.
\n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The notification configurations.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationConfigurations(java.util.Collection)} or {@link #withNotificationConfigurations(java.util.Collection)} if you want to override the existing values.
\n@param notificationConfigurations The notification configurations.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeTagsRequest" : {
"c2jName" : "DescribeTagsType",
"documentation" : "",
"shapeName" : "DescribeTagsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A filter used to scope the tags to return.
",
"name" : "Filters",
"c2jName" : "Filters",
"c2jShape" : "Filters",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A filter used to scope the tags to return.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filters",
"marshallLocationName" : "Filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Filter",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Filter",
"variable" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"getterModel" : {
"returnType" : "Filter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Filter",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A filter used to scope the tags to return.
\n@param filters A filter used to scope the tags to return.*/",
"getterDocumentation" : "/**A filter used to scope the tags to return.
\n@return A filter used to scope the tags to return.*/",
"fluentSetterDocumentation" : "/**A filter used to scope the tags to return.
\n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A filter used to scope the tags to return.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.
\n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of items to return with this call.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call.
\n@return The maximum number of items to return with this call.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : null,
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"marshaller" : {
"action" : "DescribeTags",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Filters" : {
"documentation" : "A filter used to scope the tags to return.
",
"name" : "Filters",
"c2jName" : "Filters",
"c2jShape" : "Filters",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A filter used to scope the tags to return.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filters",
"marshallLocationName" : "Filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Filter",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Filter",
"variable" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"getterModel" : {
"returnType" : "Filter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Filter",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A filter used to scope the tags to return.
\n@param filters A filter used to scope the tags to return.*/",
"getterDocumentation" : "/**A filter used to scope the tags to return.
\n@return A filter used to scope the tags to return.*/",
"fluentSetterDocumentation" : "/**A filter used to scope the tags to return.
\n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A filter used to scope the tags to return.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.
\n@param filters A filter used to scope the tags to return.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxRecords" : {
"documentation" : "The maximum number of items to return with this call.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call.
\n@return The maximum number of items to return with this call.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"PutScalingPolicyResult" : {
"c2jName" : "PolicyARNType",
"documentation" : "",
"shapeName" : "PutScalingPolicyResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the policy.
",
"name" : "PolicyARN",
"c2jName" : "PolicyARN",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "policyARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "policyARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyARN",
"marshallLocationName" : "PolicyARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@param policyARN The Amazon Resource Name (ARN) of the policy.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@return The Amazon Resource Name (ARN) of the policy.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "putScalingPolicyResult",
"variableType" : "PutScalingPolicyResult",
"variableDeclarationType" : "PutScalingPolicyResult",
"documentation" : null,
"simpleType" : "PutScalingPolicyResult",
"variableSetterType" : "PutScalingPolicyResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "PutScalingPolicyResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PolicyARN" : {
"documentation" : "The Amazon Resource Name (ARN) of the policy.
",
"name" : "PolicyARN",
"c2jName" : "PolicyARN",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "policyARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "policyARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyARN",
"marshallLocationName" : "PolicyARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@param policyARN The Amazon Resource Name (ARN) of the policy.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@return The Amazon Resource Name (ARN) of the policy.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the policy.
\n@param policyARN The Amazon Resource Name (ARN) of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"PutNotificationConfigurationResult" : {
"c2jName" : "PutNotificationConfigurationResult",
"documentation" : null,
"shapeName" : "PutNotificationConfigurationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "putNotificationConfigurationResult",
"variableType" : "PutNotificationConfigurationResult",
"variableDeclarationType" : "PutNotificationConfigurationResult",
"documentation" : null,
"simpleType" : "PutNotificationConfigurationResult",
"variableSetterType" : "PutNotificationConfigurationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ResourceInUseException" : {
"c2jName" : "ResourceInUseFault",
"documentation" : "The Auto Scaling group or launch configuration can't be deleted because it is in use.
",
"shapeName" : "ResourceInUseException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "resourceInUseException",
"variableType" : "ResourceInUseException",
"variableDeclarationType" : "ResourceInUseException",
"documentation" : null,
"simpleType" : "ResourceInUseException",
"variableSetterType" : "ResourceInUseException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ResourceInUse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeScheduledActionsRequest" : {
"c2jName" : "DescribeScheduledActionsType",
"documentation" : "",
"shapeName" : "DescribeScheduledActionsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the group.
\n@param autoScalingGroupName The name of the group.*/",
"getterDocumentation" : "/**The name of the group.
\n@return The name of the group.*/",
"fluentSetterDocumentation" : "/**The name of the group.
\n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the group.
\n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
",
"name" : "ScheduledActionNames",
"c2jName" : "ScheduledActionNames",
"c2jShape" : "ScheduledActionNames",
"variable" : {
"variableName" : "scheduledActionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "scheduledActionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScheduledActionNames",
"marshallLocationName" : "ScheduledActionNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/",
"getterDocumentation" : "/**
Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\n@return Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/",
"fluentSetterDocumentation" : "/**
Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setScheduledActionNames(java.util.Collection)} or {@link #withScheduledActionNames(java.util.Collection)} if you want to override the existing values.
\n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"name" : "StartTime",
"c2jName" : "StartTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StartTime",
"marshallLocationName" : "StartTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"getterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@return The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"fluentSetterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"name" : "EndTime",
"c2jName" : "EndTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndTime",
"marshallLocationName" : "EndTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"getterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@return The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"fluentSetterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of items to return with this call.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call.
\n@return The maximum number of items to return with this call.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeScheduledActionsRequest",
"variableType" : "DescribeScheduledActionsRequest",
"variableDeclarationType" : "DescribeScheduledActionsRequest",
"documentation" : null,
"simpleType" : "DescribeScheduledActionsRequest",
"variableSetterType" : "DescribeScheduledActionsRequest"
},
"marshaller" : {
"action" : "DescribeScheduledActions",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ScheduledActionNames" : {
"documentation" : "Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
",
"name" : "ScheduledActionNames",
"c2jName" : "ScheduledActionNames",
"c2jShape" : "ScheduledActionNames",
"variable" : {
"variableName" : "scheduledActionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "scheduledActionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScheduledActionNames",
"marshallLocationName" : "ScheduledActionNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/",
"getterDocumentation" : "/**
Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\n@return Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.*/",
"fluentSetterDocumentation" : "/**
Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setScheduledActionNames(java.util.Collection)} or {@link #withScheduledActionNames(java.util.Collection)} if you want to override the existing values.
\n@param scheduledActionNames Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxRecords" : {
"documentation" : "
The maximum number of items to return with this call.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call.
\n@return The maximum number of items to return with this call.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoScalingGroupName" : {
"documentation" : "The name of the group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the group.
\n@param autoScalingGroupName The name of the group.*/",
"getterDocumentation" : "/**The name of the group.
\n@return The name of the group.*/",
"fluentSetterDocumentation" : "/**The name of the group.
\n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the group.
\n@param autoScalingGroupName The name of the group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndTime" : {
"documentation" : "The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"name" : "EndTime",
"c2jName" : "EndTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "endTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndTime",
"marshallLocationName" : "EndTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"getterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@return The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"fluentSetterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param endTime The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StartTime" : {
"documentation" : "The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"name" : "StartTime",
"c2jName" : "StartTime",
"c2jShape" : "TimestampType",
"variable" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "startTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StartTime",
"marshallLocationName" : "StartTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"getterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@return The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.*/",
"fluentSetterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
\n@param startTime The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LoadBalancerState" : {
"c2jName" : "LoadBalancerState",
"documentation" : "Describes the state of a load balancer.
",
"shapeName" : "LoadBalancerState",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
",
"name" : "State",
"c2jName" : "State",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "State",
"marshallLocationName" : "State",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@param state One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
*/",
"getterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@return One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
*/",
"fluentSetterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@param state One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@param state One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "loadBalancerState",
"variableType" : "LoadBalancerState",
"variableDeclarationType" : "LoadBalancerState",
"documentation" : null,
"simpleType" : "LoadBalancerState",
"variableSetterType" : "LoadBalancerState"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"State" : {
"documentation" : "One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
",
"name" : "State",
"c2jName" : "State",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "State",
"marshallLocationName" : "State",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@param state One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
*/",
"getterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@return One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
*/",
"fluentSetterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@param state One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**One of the following load balancer states:
Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@param state One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer.
Added - All instances in the group are registered with the load balancer.
InService - At least one instance in the group passed an ELB health check.
Removing - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LoadBalancerName" : {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SetDesiredCapacityRequest" : {
"c2jName" : "SetDesiredCapacityType",
"documentation" : "",
"shapeName" : "SetDesiredCapacityRequest",
"deprecated" : false,
"required" : [ "AutoScalingGroupName", "DesiredCapacity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group.
\n@return The name of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of EC2 instances that should be running in the Auto Scaling group.
",
"name" : "DesiredCapacity",
"c2jName" : "DesiredCapacity",
"c2jShape" : "AutoScalingGroupDesiredCapacity",
"variable" : {
"variableName" : "desiredCapacity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of EC2 instances that should be running in the Auto Scaling group.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "desiredCapacity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DesiredCapacity",
"marshallLocationName" : "DesiredCapacity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.*/",
"getterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@return The number of EC2 instances that should be running in the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
",
"name" : "HonorCooldown",
"c2jName" : "HonorCooldown",
"c2jShape" : "HonorCooldown",
"variable" : {
"variableName" : "honorCooldown",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "honorCooldown",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HonorCooldown",
"marshallLocationName" : "HonorCooldown",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/",
"getterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@return By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/",
"fluentSetterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "setDesiredCapacityRequest",
"variableType" : "SetDesiredCapacityRequest",
"variableDeclarationType" : "SetDesiredCapacityRequest",
"documentation" : null,
"simpleType" : "SetDesiredCapacityRequest",
"variableSetterType" : "SetDesiredCapacityRequest"
},
"marshaller" : {
"action" : "SetDesiredCapacity",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AutoScalingGroupName" : {
"documentation" : "The name of the Auto Scaling group.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group.
\n@return The name of the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group.
\n@param autoScalingGroupName The name of the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DesiredCapacity" : {
"documentation" : "The number of EC2 instances that should be running in the Auto Scaling group.
",
"name" : "DesiredCapacity",
"c2jName" : "DesiredCapacity",
"c2jShape" : "AutoScalingGroupDesiredCapacity",
"variable" : {
"variableName" : "desiredCapacity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of EC2 instances that should be running in the Auto Scaling group.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "desiredCapacity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DesiredCapacity",
"marshallLocationName" : "DesiredCapacity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.*/",
"getterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@return The number of EC2 instances that should be running in the Auto Scaling group.*/",
"fluentSetterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of EC2 instances that should be running in the Auto Scaling group.
\n@param desiredCapacity The number of EC2 instances that should be running in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HonorCooldown" : {
"documentation" : "By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
",
"name" : "HonorCooldown",
"c2jName" : "HonorCooldown",
"c2jShape" : "HonorCooldown",
"variable" : {
"variableName" : "honorCooldown",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "honorCooldown",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HonorCooldown",
"marshallLocationName" : "HonorCooldown",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/",
"getterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@return By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.*/",
"fluentSetterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.
\n@param honorCooldown By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CompleteLifecycleActionRequest" : {
"c2jName" : "CompleteLifecycleActionType",
"documentation" : "",
"shapeName" : "CompleteLifecycleActionRequest",
"deprecated" : false,
"required" : [ "LifecycleHookName", "AutoScalingGroupName", "LifecycleActionResult" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the lifecycle hook.
",
"name" : "LifecycleHookName",
"c2jName" : "LifecycleHookName",
"c2jShape" : "AsciiStringMaxLen255",
"variable" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleHookName",
"marshallLocationName" : "LifecycleHookName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the lifecycle hook.
\n@return The name of the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the group for the lifecycle hook.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the group for the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@param autoScalingGroupName The name of the group for the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@return The name of the group for the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
",
"name" : "LifecycleActionToken",
"c2jName" : "LifecycleActionToken",
"c2jShape" : "LifecycleActionToken",
"variable" : {
"variableName" : "lifecycleActionToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleActionToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleActionToken",
"marshallLocationName" : "LifecycleActionToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/",
"getterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@return A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The action for the group to take. This parameter can be either CONTINUE or ABANDON.
",
"name" : "LifecycleActionResult",
"c2jName" : "LifecycleActionResult",
"c2jShape" : "LifecycleActionResult",
"variable" : {
"variableName" : "lifecycleActionResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The action for the group to take. This parameter can be either CONTINUE or ABANDON.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleActionResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleActionResult",
"marshallLocationName" : "LifecycleActionResult",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/",
"getterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@return The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/",
"fluentSetterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "XmlStringMaxLen19",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "completeLifecycleActionRequest",
"variableType" : "CompleteLifecycleActionRequest",
"variableDeclarationType" : "CompleteLifecycleActionRequest",
"documentation" : null,
"simpleType" : "CompleteLifecycleActionRequest",
"variableSetterType" : "CompleteLifecycleActionRequest"
},
"marshaller" : {
"action" : "CompleteLifecycleAction",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AutoScalingGroupName" : {
"documentation" : "The name of the group for the lifecycle hook.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the group for the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@param autoScalingGroupName The name of the group for the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@return The name of the group for the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the group for the lifecycle hook.
\n@param autoScalingGroupName The name of the group for the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceId" : {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "XmlStringMaxLen19",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LifecycleActionToken" : {
"documentation" : "A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
",
"name" : "LifecycleActionToken",
"c2jName" : "LifecycleActionToken",
"c2jShape" : "LifecycleActionToken",
"variable" : {
"variableName" : "lifecycleActionToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleActionToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleActionToken",
"marshallLocationName" : "LifecycleActionToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/",
"getterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@return A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
\n@param lifecycleActionToken A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LifecycleActionResult" : {
"documentation" : "The action for the group to take. This parameter can be either CONTINUE or ABANDON.
",
"name" : "LifecycleActionResult",
"c2jName" : "LifecycleActionResult",
"c2jShape" : "LifecycleActionResult",
"variable" : {
"variableName" : "lifecycleActionResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The action for the group to take. This parameter can be either CONTINUE or ABANDON.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleActionResult",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleActionResult",
"marshallLocationName" : "LifecycleActionResult",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/",
"getterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@return The action for the group to take. This parameter can be either CONTINUE or ABANDON.*/",
"fluentSetterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The action for the group to take. This parameter can be either CONTINUE or ABANDON.
\n@param lifecycleActionResult The action for the group to take. This parameter can be either CONTINUE or ABANDON.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LifecycleHookName" : {
"documentation" : "The name of the lifecycle hook.
",
"name" : "LifecycleHookName",
"c2jName" : "LifecycleHookName",
"c2jShape" : "AsciiStringMaxLen255",
"variable" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the lifecycle hook.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleHookName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleHookName",
"marshallLocationName" : "LifecycleHookName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.*/",
"getterDocumentation" : "/**The name of the lifecycle hook.
\n@return The name of the lifecycle hook.*/",
"fluentSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the lifecycle hook.
\n@param lifecycleHookName The name of the lifecycle hook.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteAutoScalingGroupResult" : {
"c2jName" : "DeleteAutoScalingGroupResult",
"documentation" : null,
"shapeName" : "DeleteAutoScalingGroupResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteAutoScalingGroupResult",
"variableType" : "DeleteAutoScalingGroupResult",
"variableDeclarationType" : "DeleteAutoScalingGroupResult",
"documentation" : null,
"simpleType" : "DeleteAutoScalingGroupResult",
"variableSetterType" : "DeleteAutoScalingGroupResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ExecutePolicyResult" : {
"c2jName" : "ExecutePolicyResult",
"documentation" : null,
"shapeName" : "ExecutePolicyResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "executePolicyResult",
"variableType" : "ExecutePolicyResult",
"variableDeclarationType" : "ExecutePolicyResult",
"documentation" : null,
"simpleType" : "ExecutePolicyResult",
"variableSetterType" : "ExecutePolicyResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"EnableMetricsCollectionResult" : {
"c2jName" : "EnableMetricsCollectionResult",
"documentation" : null,
"shapeName" : "EnableMetricsCollectionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "enableMetricsCollectionResult",
"variableType" : "EnableMetricsCollectionResult",
"variableDeclarationType" : "EnableMetricsCollectionResult",
"documentation" : null,
"simpleType" : "EnableMetricsCollectionResult",
"variableSetterType" : "EnableMetricsCollectionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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" : { }
},
"DescribeAutoScalingGroupsRequest" : {
"c2jName" : "AutoScalingGroupNamesType",
"documentation" : "",
"shapeName" : "DescribeAutoScalingGroupsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The group names.
",
"name" : "AutoScalingGroupNames",
"c2jName" : "AutoScalingGroupNames",
"c2jShape" : "AutoScalingGroupNames",
"variable" : {
"variableName" : "autoScalingGroupNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The group names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "autoScalingGroupNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupNames",
"marshallLocationName" : "AutoScalingGroupNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The group names.
\n@param autoScalingGroupNames The group names.*/",
"getterDocumentation" : "/**The group names.
\n@return The group names.*/",
"fluentSetterDocumentation" : "/**The group names.
\n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The group names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingGroupNames(java.util.Collection)} or {@link #withAutoScalingGroupNames(java.util.Collection)} if you want to override the existing values.
\n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of items to return with this call.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call.
\n@return The maximum number of items to return with this call.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAutoScalingGroupsRequest",
"variableType" : "DescribeAutoScalingGroupsRequest",
"variableDeclarationType" : "DescribeAutoScalingGroupsRequest",
"documentation" : null,
"simpleType" : "DescribeAutoScalingGroupsRequest",
"variableSetterType" : "DescribeAutoScalingGroupsRequest"
},
"marshaller" : {
"action" : "DescribeAutoScalingGroups",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MaxRecords" : {
"documentation" : "The maximum number of items to return with this call.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of items to return with this call.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.*/",
"getterDocumentation" : "/**The maximum number of items to return with this call.
\n@return The maximum number of items to return with this call.*/",
"fluentSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of items to return with this call.
\n@param maxRecords The maximum number of items to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "XmlString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoScalingGroupNames" : {
"documentation" : "The group names.
",
"name" : "AutoScalingGroupNames",
"c2jName" : "AutoScalingGroupNames",
"c2jShape" : "AutoScalingGroupNames",
"variable" : {
"variableName" : "autoScalingGroupNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The group names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "autoScalingGroupNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupNames",
"marshallLocationName" : "AutoScalingGroupNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The group names.
\n@param autoScalingGroupNames The group names.*/",
"getterDocumentation" : "/**The group names.
\n@return The group names.*/",
"fluentSetterDocumentation" : "/**The group names.
\n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The group names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAutoScalingGroupNames(java.util.Collection)} or {@link #withAutoScalingGroupNames(java.util.Collection)} if you want to override the existing values.
\n@param autoScalingGroupNames The group names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LimitExceededException" : {
"c2jName" : "LimitExceededFault",
"documentation" : "You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
",
"shapeName" : "LimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"variableDeclarationType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AutoScalingInstanceDetails" : {
"c2jName" : "AutoScalingInstanceDetails",
"documentation" : "Describes an EC2 instance associated with an Auto Scaling group.
",
"shapeName" : "AutoScalingInstanceDetails",
"deprecated" : false,
"required" : [ "InstanceId", "AutoScalingGroupName", "AvailabilityZone", "LifecycleState", "HealthStatus", "LaunchConfigurationName", "ProtectedFromScaleIn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "XmlStringMaxLen19",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the Auto Scaling group associated with the instance.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group associated with the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@return The name of the Auto Scaling group associated with the instance.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Availability Zone for the instance.
",
"name" : "AvailabilityZone",
"c2jName" : "AvailabilityZone",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Availability Zone for the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityZone",
"marshallLocationName" : "AvailabilityZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Availability Zone for the instance.
\n@param availabilityZone The Availability Zone for the instance.*/",
"getterDocumentation" : "/**The Availability Zone for the instance.
\n@return The Availability Zone for the instance.*/",
"fluentSetterDocumentation" : "/**The Availability Zone for the instance.
\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Availability Zone for the instance.
\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
",
"name" : "LifecycleState",
"c2jName" : "LifecycleState",
"c2jShape" : "XmlStringMaxLen32",
"variable" : {
"variableName" : "lifecycleState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleState",
"marshallLocationName" : "LifecycleState",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/",
"getterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@return The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/",
"fluentSetterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
",
"name" : "HealthStatus",
"c2jName" : "HealthStatus",
"c2jShape" : "XmlStringMaxLen32",
"variable" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthStatus",
"marshallLocationName" : "HealthStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/",
"getterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@return The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/",
"fluentSetterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The launch configuration associated with the instance.
",
"name" : "LaunchConfigurationName",
"c2jName" : "LaunchConfigurationName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "launchConfigurationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The launch configuration associated with the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "launchConfigurationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LaunchConfigurationName",
"marshallLocationName" : "LaunchConfigurationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The launch configuration associated with the instance.
\n@param launchConfigurationName The launch configuration associated with the instance.*/",
"getterDocumentation" : "/**The launch configuration associated with the instance.
\n@return The launch configuration associated with the instance.*/",
"fluentSetterDocumentation" : "/**The launch configuration associated with the instance.
\n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The launch configuration associated with the instance.
\n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
",
"name" : "ProtectedFromScaleIn",
"c2jName" : "ProtectedFromScaleIn",
"c2jShape" : "InstanceProtected",
"variable" : {
"variableName" : "protectedFromScaleIn",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "protectedFromScaleIn",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ProtectedFromScaleIn",
"marshallLocationName" : "ProtectedFromScaleIn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/",
"getterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/",
"fluentSetterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "autoScalingInstanceDetails",
"variableType" : "AutoScalingInstanceDetails",
"variableDeclarationType" : "AutoScalingInstanceDetails",
"documentation" : null,
"simpleType" : "AutoScalingInstanceDetails",
"variableSetterType" : "AutoScalingInstanceDetails"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AutoScalingGroupName" : {
"documentation" : "The name of the Auto Scaling group associated with the instance.
",
"name" : "AutoScalingGroupName",
"c2jName" : "AutoScalingGroupName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Auto Scaling group associated with the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoScalingGroupName",
"marshallLocationName" : "AutoScalingGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.*/",
"getterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@return The name of the Auto Scaling group associated with the instance.*/",
"fluentSetterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Auto Scaling group associated with the instance.
\n@param autoScalingGroupName The name of the Auto Scaling group associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthStatus" : {
"documentation" : "The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
",
"name" : "HealthStatus",
"c2jName" : "HealthStatus",
"c2jShape" : "XmlStringMaxLen32",
"variable" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthStatus",
"marshallLocationName" : "HealthStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/",
"getterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@return The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.*/",
"fluentSetterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.
\n@param healthStatus The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceId" : {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "XmlStringMaxLen19",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AvailabilityZone" : {
"documentation" : "The Availability Zone for the instance.
",
"name" : "AvailabilityZone",
"c2jName" : "AvailabilityZone",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Availability Zone for the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityZone",
"marshallLocationName" : "AvailabilityZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Availability Zone for the instance.
\n@param availabilityZone The Availability Zone for the instance.*/",
"getterDocumentation" : "/**The Availability Zone for the instance.
\n@return The Availability Zone for the instance.*/",
"fluentSetterDocumentation" : "/**The Availability Zone for the instance.
\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Availability Zone for the instance.
\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ProtectedFromScaleIn" : {
"documentation" : "Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
",
"name" : "ProtectedFromScaleIn",
"c2jName" : "ProtectedFromScaleIn",
"c2jShape" : "InstanceProtected",
"variable" : {
"variableName" : "protectedFromScaleIn",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "protectedFromScaleIn",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ProtectedFromScaleIn",
"marshallLocationName" : "ProtectedFromScaleIn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/",
"getterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@return Indicates whether the instance is protected from termination by Auto Scaling when scaling in.*/",
"fluentSetterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
\n@param protectedFromScaleIn Indicates whether the instance is protected from termination by Auto Scaling when scaling in.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LaunchConfigurationName" : {
"documentation" : "The launch configuration associated with the instance.
",
"name" : "LaunchConfigurationName",
"c2jName" : "LaunchConfigurationName",
"c2jShape" : "XmlStringMaxLen255",
"variable" : {
"variableName" : "launchConfigurationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The launch configuration associated with the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "launchConfigurationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LaunchConfigurationName",
"marshallLocationName" : "LaunchConfigurationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The launch configuration associated with the instance.
\n@param launchConfigurationName The launch configuration associated with the instance.*/",
"getterDocumentation" : "/**The launch configuration associated with the instance.
\n@return The launch configuration associated with the instance.*/",
"fluentSetterDocumentation" : "/**The launch configuration associated with the instance.
\n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The launch configuration associated with the instance.
\n@param launchConfigurationName The launch configuration associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LifecycleState" : {
"documentation" : "The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
",
"name" : "LifecycleState",
"c2jName" : "LifecycleState",
"c2jShape" : "XmlStringMaxLen32",
"variable" : {
"variableName" : "lifecycleState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lifecycleState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LifecycleState",
"marshallLocationName" : "LifecycleState",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/",
"getterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@return The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.*/",
"fluentSetterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.
\n@param lifecycleState The lifecycle state for the instance. For more information, see Auto Scaling Lifecycle in the Auto Scaling Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeScalingActivitiesRequest" : {
"c2jName" : "DescribeScalingActivitiesType",
"documentation" : "",
"shapeName" : "DescribeScalingActivitiesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.
",
"name" : "ActivityIds",
"c2jName" : "ActivityIds",
"c2jShape" : "ActivityIds",
"variable" : {
"variableName" : "activityIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "activityIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection